68 lines
1.7 KiB
JSON
68 lines
1.7 KiB
JSON
{
|
|
"_from": "klaw@^3.0.0",
|
|
"_id": "klaw@3.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-0Fo5oir+O9jnXu5EefYbVK+mHMBeEVEy2cmctR1O1NECcCkPRreJKrS6Qt/j3KC2C148Dfo9i3pCmCMsdqGr0g==",
|
|
"_location": "/klaw",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "klaw@^3.0.0",
|
|
"name": "klaw",
|
|
"escapedName": "klaw",
|
|
"rawSpec": "^3.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^3.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/jsdoc"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/klaw/-/klaw-3.0.0.tgz",
|
|
"_shasum": "b11bec9cf2492f06756d6e809ab73a2910259146",
|
|
"_spec": "klaw@^3.0.0",
|
|
"_where": "/home/juan/bigint-crypto-utils/node_modules/jsdoc",
|
|
"author": {
|
|
"name": "JP Richardson"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jprichardson/node-klaw/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"graceful-fs": "^4.1.9"
|
|
},
|
|
"deprecated": false,
|
|
"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"
|
|
}
|