package.json 1.75 KB
{
  "_args": [
    [
      "walkdir@0.4.1",
      "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool"
    ]
  ],
  "_from": "walkdir@0.4.1",
  "_id": "walkdir@0.4.1",
  "_inBundle": false,
  "_integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==",
  "_location": "/walkdir",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "walkdir@0.4.1",
    "name": "walkdir",
    "escapedName": "walkdir",
    "rawSpec": "0.4.1",
    "saveSpec": null,
    "fetchSpec": "0.4.1"
  },
  "_requiredBy": [
    "/google-gax"
  ],
  "_resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz",
  "_spec": "0.4.1",
  "_where": "C:\\Users\\LG\\Desktop\\capstondesign2\\2016104137\\source\\forensic_tool",
  "author": {
    "name": "Ryan Day",
    "email": "soldair@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/soldair/node-walkdir/issues"
  },
  "contributors": [
    {
      "name": "tjfontaine"
    }
  ],
  "description": "Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.",
  "devDependencies": {
    "@types/node": "^10.12.21",
    "tape": "^4.0.0",
    "typescript": "^3.3.1"
  },
  "engines": {
    "node": ">=6.0.0"
  },
  "homepage": "http://github.com/soldair/node-walkdir",
  "keywords": [
    "find",
    "walk",
    "tree",
    "files",
    "fs"
  ],
  "license": "MIT",
  "main": "./walkdir.js",
  "name": "walkdir",
  "repository": {
    "type": "git",
    "url": "git://github.com/soldair/node-walkdir.git"
  },
  "scripts": {
    "test": "tape test/*.js && npm run ts",
    "ts": "tsc --noEmit test.ts"
  },
  "version": "0.4.1"
}