package.json 1.89 KB
{
  "_args": [
    [
      "@nodelib/fs.walk@1.2.4",
      "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project"
    ]
  ],
  "_development": true,
  "_from": "@nodelib/fs.walk@1.2.4",
  "_id": "@nodelib/fs.walk@1.2.4",
  "_inBundle": false,
  "_integrity": "sha512-1V9XOY4rDW0rehzbrcqAmHnz8e7SKvX27gh8Gt2WgB0+pdzdiLV83p72kZPU+jvMbS1qU5mauP2iOvO8rhmurQ==",
  "_location": "/@nodelib/fs.walk",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@nodelib/fs.walk@1.2.4",
    "name": "@nodelib/fs.walk",
    "escapedName": "@nodelib%2ffs.walk",
    "scope": "@nodelib",
    "rawSpec": "1.2.4",
    "saveSpec": null,
    "fetchSpec": "1.2.4"
  },
  "_requiredBy": [
    "/@storybook/codemod/fast-glob"
  ],
  "_resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.4.tgz",
  "_spec": "1.2.4",
  "_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\project",
  "dependencies": {
    "@nodelib/fs.scandir": "2.1.3",
    "fastq": "^1.6.0"
  },
  "description": "A library for efficiently walking a directory recursively",
  "engines": {
    "node": ">= 8"
  },
  "gitHead": "3b1ef7554ad7c061b3580858101d483fba847abf",
  "keywords": [
    "NodeLib",
    "fs",
    "FileSystem",
    "file system",
    "walk",
    "scanner",
    "crawler"
  ],
  "license": "MIT",
  "main": "out/index.js",
  "name": "@nodelib/fs.walk",
  "repository": {
    "type": "git",
    "url": "https://github.com/nodelib/nodelib/tree/master/packages/fs/fs.walk"
  },
  "scripts": {
    "build": "npm run clean && npm run compile && npm run lint && npm test",
    "clean": "rimraf {tsconfig.tsbuildinfo,out}",
    "compile": "tsc -b .",
    "compile:watch": "tsc -p . --watch --sourceMap",
    "lint": "eslint \"src/**/*.ts\" --cache",
    "test": "mocha \"out/**/*.spec.js\" -s 0",
    "watch": "npm run clean && npm run compile:watch"
  },
  "typings": "out/index.d.ts",
  "version": "1.2.4"
}