You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.7 KiB
61 lines
1.7 KiB
{ |
|
"_from": "recursive-readdir@2.2.2", |
|
"_id": "recursive-readdir@2.2.2", |
|
"_inBundle": false, |
|
"_integrity": "sha512-nRCcW9Sj7NuZwa2XvH9co8NPeXUBhZP7CRKJtU+cS6PW9FpCIFoI5ib0NT1ZrbNuPoRy0ylyCaUL8Gih4LSyFg==", |
|
"_location": "/recursive-readdir", |
|
"_phantomChildren": {}, |
|
"_requested": { |
|
"type": "version", |
|
"registry": true, |
|
"raw": "recursive-readdir@2.2.2", |
|
"name": "recursive-readdir", |
|
"escapedName": "recursive-readdir", |
|
"rawSpec": "2.2.2", |
|
"saveSpec": null, |
|
"fetchSpec": "2.2.2" |
|
}, |
|
"_requiredBy": [ |
|
"/react-dev-utils" |
|
], |
|
"_resolved": "https://registry.npmjs.org/recursive-readdir/-/recursive-readdir-2.2.2.tgz", |
|
"_shasum": "9946fb3274e1628de6e36b2f6714953b4845094f", |
|
"_spec": "recursive-readdir@2.2.2", |
|
"_where": "/home/f2256342/forge/udemy-react/burger/node_modules/react-dev-utils", |
|
"author": { |
|
"name": "Jamison Dance", |
|
"email": "jergason@gmail.com", |
|
"url": "http://jamisondance.com/" |
|
}, |
|
"bugs": { |
|
"url": "https://github.com/jergason/recursive-readdir/issues" |
|
}, |
|
"bundleDependencies": false, |
|
"dependencies": { |
|
"minimatch": "3.0.4" |
|
}, |
|
"deprecated": false, |
|
"description": "Get an array of all files in a directory and subdirectories.", |
|
"devDependencies": { |
|
"mocha": "1.14.0" |
|
}, |
|
"engines": { |
|
"node": ">=0.10.0" |
|
}, |
|
"homepage": "https://github.com/jergason/recursive-readdir#readme", |
|
"keywords": [ |
|
"directory", |
|
"lister" |
|
], |
|
"license": "MIT", |
|
"main": "./index.js", |
|
"name": "recursive-readdir", |
|
"repository": { |
|
"type": "git", |
|
"url": "git://github.com/jergason/recursive-readdir.git" |
|
}, |
|
"scripts": { |
|
"test": "mocha test/" |
|
}, |
|
"version": "2.2.2" |
|
}
|
|
|