package.json 1.76 KB
{
  "_args": [
    [
      "klaw@3.0.0",
      "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool"
    ]
  ],
  "_from": "klaw@3.0.0",
  "_id": "klaw@3.0.0",
  "_inBundle": false,
  "_integrity": "sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==",
  "_location": "/klaw",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "klaw@3.0.0",
    "name": "klaw",
    "escapedName": "klaw",
    "rawSpec": "3.0.0",
    "saveSpec": null,
    "fetchSpec": "3.0.0"
  },
  "_requiredBy": [
    "/appium-support"
  ],
  "_resolved": "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz",
  "_spec": "3.0.0",
  "_where": "C:\\Users\\rkdud\\Desktop\\Capstone_design1_JJS1\\JJS_project1\\mobile forensic tool\\forensic_tool",
  "author": {
    "name": "JP Richardson"
  },
  "bugs": {
    "url": "https://github.com/jprichardson/node-klaw/issues"
  },
  "dependencies": {
    "graceful-fs": "^4.1.9"
  },
  "description": "File system walker with Readable stream interface.",
  "devDependencies": {
    "mkdirp": "^0.5.1",
    "rimraf": "^2.4.3",
    "standard": "^11.0.1",
    "standard-markdown": "^4.0.1",
    "tap-spec": "^5.0.0",
    "tape": "^4.2.2"
  },
  "homepage": "https://github.com/jprichardson/node-klaw#readme",
  "keywords": [
    "walk",
    "walker",
    "fs",
    "fs-extra",
    "readable",
    "streams"
  ],
  "license": "MIT",
  "main": "./src/index.js",
  "name": "klaw",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jprichardson/node-klaw.git"
  },
  "scripts": {
    "lint": "standard && standard-markdown",
    "test": "npm run lint && npm run unit",
    "unit": "tape tests/**/*.js | tap-spec"
  },
  "version": "3.0.0"
}