react-scripts
Version:
Configuration and scripts for Create React App.
101 lines (100 loc) • 2.56 kB
JSON
{
"_args": [
[
{
"raw": "klaw@^1.0.0",
"scope": null,
"escapedName": "klaw",
"name": "klaw",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/fs-extra"
]
],
"_from": "klaw@>=1.0.0 <2.0.0",
"_id": "klaw@1.3.0",
"_inCache": true,
"_location": "/klaw",
"_nodeVersion": "5.3.0",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/klaw-1.3.0.tgz_1465471482762_0.7382311346009374"
},
"_npmUser": {
"name": "jprichardson",
"email": "jprichardson@gmail.com"
},
"_npmVersion": "3.5.4",
"_phantomChildren": {},
"_requested": {
"raw": "klaw@^1.0.0",
"scope": null,
"escapedName": "klaw",
"name": "klaw",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/fs-extra"
],
"_resolved": "https://registry.npmjs.org/klaw/-/klaw-1.3.0.tgz",
"_shasum": "8857bfbc1d824badf13d3d0241d8bbe46fb12f73",
"_shrinkwrap": null,
"_spec": "klaw@^1.0.0",
"_where": "/private/var/folders/r7/gprf9yt17mb3jzxw__8pqhb00000gn/T/tmp.wvpZ0Wi0/node_modules/fs-extra",
"author": {
"name": "JP Richardson"
},
"bugs": {
"url": "https://github.com/jprichardson/node-klaw/issues"
},
"dependencies": {},
"description": "File system walker with Readable stream interface.",
"devDependencies": {
"mkdirp": "^0.5.1",
"mock-fs": "^3.8.0",
"rimraf": "^2.4.3",
"standard": "^5.3.1",
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
},
"directories": {},
"dist": {
"shasum": "8857bfbc1d824badf13d3d0241d8bbe46fb12f73",
"tarball": "https://registry.npmjs.org/klaw/-/klaw-1.3.0.tgz"
},
"gitHead": "26645107af1fe05ee9ec9446eeca619dcbe0ff29",
"homepage": "https://github.com/jprichardson/node-klaw#readme",
"keywords": [
"walk",
"walker",
"fs",
"fs-extra",
"readable",
"streams"
],
"license": "MIT",
"main": "./src/index.js",
"maintainers": [
{
"name": "jprichardson",
"email": "jprichardson@gmail.com"
}
],
"name": "klaw",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+https://github.com/jprichardson/node-klaw.git"
},
"scripts": {
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape tests/**/*.js | tap-spec"
},
"version": "1.3.0"
}