package.json 1.42 KB
{
  "_args": [
    [
      "filelist@1.0.2",
      "C:\\Users\\KoMoGoon\\Desktop\\실전모의고사"
    ]
  ],
  "_from": "filelist@1.0.2",
  "_id": "filelist@1.0.2",
  "_inBundle": false,
  "_integrity": "sha512-z7O0IS8Plc39rTCq6i6iHxk43duYOn8uFJiWSewIq0Bww1RNybVHSCjahmcC87ZqAm4OTvFzlzeGu3XAzG1ctQ==",
  "_location": "/filelist",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "filelist@1.0.2",
    "name": "filelist",
    "escapedName": "filelist",
    "rawSpec": "1.0.2",
    "saveSpec": null,
    "fetchSpec": "1.0.2"
  },
  "_requiredBy": [
    "/jake"
  ],
  "_resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.2.tgz",
  "_spec": "1.0.2",
  "_where": "C:\\Users\\KoMoGoon\\Desktop\\실전모의고사",
  "author": {
    "name": "Matthew Eernisse",
    "email": "mde@fleegix.org",
    "url": "http://fleegix.org"
  },
  "bugs": {
    "url": "https://github.com/mde/filelist/issues"
  },
  "dependencies": {
    "minimatch": "^3.0.4"
  },
  "description": "Lazy-evaluating list of files, based on globs or regex patterns",
  "homepage": "https://github.com/mde/filelist",
  "keywords": [
    "file",
    "utility",
    "glob"
  ],
  "license": "Apache-2.0",
  "main": "index.js",
  "name": "filelist",
  "repository": {
    "type": "git",
    "url": "git://github.com/mde/filelist.git"
  },
  "scripts": {
    "test": "jake test"
  },
  "types": "index.d.ts",
  "version": "1.0.2"
}