react-scripts
Version:
Configuration and scripts for Create React App.
93 lines (92 loc) • 2.29 kB
JSON
{
"_args": [
[
"klaw@^1.0.0",
"/Users/dan/p/create-react-app/node_modules/fs-extra"
]
],
"_from": "klaw@>=1.0.0 <2.0.0",
"_id": "klaw@1.3.0",
"_inCache": true,
"_installable": 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": {
"email": "jprichardson@gmail.com",
"name": "jprichardson"
},
"_npmVersion": "3.5.4",
"_phantomChildren": {},
"_requested": {
"name": "klaw",
"raw": "klaw@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"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": "/Users/dan/p/create-react-app/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": [
"fs",
"fs-extra",
"readable",
"streams",
"walk",
"walker"
],
"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"
}