123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- {
- "_args": [
- [
- "fs-readdir-recursive@>=0.0.2",
- "D:\\work\\im\\node_modules\\koa-static-cache"
- ]
- ],
- "_from": "fs-readdir-recursive@>=0.0.2",
- "_id": "fs-readdir-recursive@1.0.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/fs-readdir-recursive",
- "_nodeVersion": "4.0.0",
- "_npmUser": {
- "email": "coderhaoxin@outlook.com",
- "name": "coderhaoxin"
- },
- "_npmVersion": "2.14.2",
- "_phantomChildren": {},
- "_requested": {
- "name": "fs-readdir-recursive",
- "raw": "fs-readdir-recursive@>=0.0.2",
- "rawSpec": ">=0.0.2",
- "scope": null,
- "spec": ">=0.0.2",
- "type": "range"
- },
- "_requiredBy": [
- "/koa-static-cache"
- ],
- "_resolved": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz",
- "_shasum": "8cd1745c8b4f8a29c8caec392476921ba195f560",
- "_shrinkwrap": null,
- "_spec": "fs-readdir-recursive@>=0.0.2",
- "_where": "D:\\work\\im\\node_modules\\koa-static-cache",
- "author": {
- "email": "me@jongleberry.com",
- "name": "Jonathan Ong",
- "url": "http://jongleberry.com"
- },
- "bugs": {
- "url": "https://github.com/fs-utils/fs-readdir-recursive/issues"
- },
- "dependencies": {},
- "description": "Recursively read a directory",
- "devDependencies": {
- "istanbul": "0",
- "mocha": "*",
- "should": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "8cd1745c8b4f8a29c8caec392476921ba195f560",
- "tarball": "https://registry.npmjs.org/fs-readdir-recursive/-/fs-readdir-recursive-1.0.0.tgz"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "538e912ef5784029b47d247e2f488a7c426537c9",
- "homepage": "https://github.com/fs-utils/fs-readdir-recursive#readme",
- "license": "MIT",
- "maintainers": [
- {
- "email": "jonathanrichardong@gmail.com",
- "name": "jongleberry"
- },
- {
- "email": "coderhaoxin@outlook.com",
- "name": "coderhaoxin"
- },
- {
- "email": "fengmk2@gmail.com",
- "name": "fengmk2"
- },
- {
- "email": "dead_horse@qq.com",
- "name": "dead_horse"
- },
- {
- "email": "arpad.borsos@googlemail.com",
- "name": "swatinem"
- },
- {
- "email": "dead_horse@qq.com",
- "name": "dead-horse"
- }
- ],
- "name": "fs-readdir-recursive",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/fs-utils/fs-readdir-recursive.git"
- },
- "scripts": {
- "test": "mocha --reporter spec",
- "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
- "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
- },
- "version": "1.0.0"
- }
|