react-scripts
Version:
Configuration and scripts for Create React App.
91 lines (90 loc) • 2.29 kB
JSON
{
"_args": [
[
"recursive-readdir@2.0.0",
"/Users/dan/p/create-react-app"
]
],
"_from": "recursive-readdir@2.0.0",
"_id": "recursive-readdir@2.0.0",
"_inCache": true,
"_installable": true,
"_location": "/recursive-readdir",
"_nodeVersion": "4.2.6",
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/recursive-readdir-2.0.0.tgz_1459917069405_0.9277486486826092"
},
"_npmUser": {
"email": "jergason@gmail.com",
"name": "jergason"
},
"_npmVersion": "3.6.0",
"_phantomChildren": {
"sigmund": "1.0.1"
},
"_requested": {
"name": "recursive-readdir",
"raw": "recursive-readdir@2.0.0",
"rawSpec": "2.0.0",
"scope": null,
"spec": "2.0.0",
"type": "version"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.0.0.tgz",
"_shasum": "8c46db7946cbaf3d4ebade1873f33d8cd973131a",
"_shrinkwrap": null,
"_spec": "recursive-readdir@2.0.0",
"_where": "/Users/dan/p/create-react-app",
"author": {
"email": "jergason@gmail.com",
"name": "Jamison Dance",
"url": "http://jamisondance.com/"
},
"bugs": {
"url": "https://github.com/jergason/recursive-readdir/issues"
},
"dependencies": {
"minimatch": "0.3.0"
},
"description": "Get an array of all files in a directory and subdirectories.",
"devDependencies": {
"mocha": "1.14.0"
},
"directories": {},
"dist": {
"shasum": "8c46db7946cbaf3d4ebade1873f33d8cd973131a",
"tarball": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.0.0.tgz"
},
"engines": {
"node": ">=0.6.6"
},
"gitHead": "577b411df1c8ab118c11dc9431d865f25e87024b",
"homepage": "https://github.com/jergason/recursive-readdir#readme",
"keywords": [
"directory",
"lister"
],
"license": "MIT",
"main": "./index.js",
"maintainers": [
{
"name": "jergason",
"email": "jergason@gmail.com"
}
],
"name": "recursive-readdir",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jergason/recursive-readdir.git"
},
"scripts": {
"test": "mocha test/"
},
"version": "2.0.0"
}