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.
68 lines
1.5 KiB
68 lines
1.5 KiB
{
|
|
"_args": [
|
|
[
|
|
"walkdir@0.0.11",
|
|
"/var/www/htdocs/coze"
|
|
]
|
|
],
|
|
"_from": "walkdir@0.0.11",
|
|
"_id": "walkdir@0.0.11",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-oW0CXrkxvQO1LzCMrtD0D86+lTI=",
|
|
"_location": "/walkdir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "walkdir@0.0.11",
|
|
"name": "walkdir",
|
|
"escapedName": "walkdir",
|
|
"rawSpec": "0.0.11",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.0.11"
|
|
},
|
|
"_requiredBy": [
|
|
"/archiver"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.0.11.tgz",
|
|
"_spec": "0.0.11",
|
|
"_where": "/var/www/htdocs/coze",
|
|
"author": {
|
|
"name": "Ryan Day",
|
|
"email": "soldair@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/soldair/node-walkdir/issues"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "tjfontaine"
|
|
}
|
|
],
|
|
"description": "Find files simply. Walks a directory tree emitting events based on what it finds. Presents a familiar callback/emitter/a+sync interface. Walk a tree of any depth.",
|
|
"devDependencies": {
|
|
"tape": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.6.0"
|
|
},
|
|
"homepage": "http://github.com/soldair/node-walkdir",
|
|
"keywords": [
|
|
"find",
|
|
"walk",
|
|
"tree",
|
|
"files",
|
|
"fs"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./walkdir.js",
|
|
"name": "walkdir",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/soldair/node-walkdir.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tape test/*.js"
|
|
},
|
|
"version": "0.0.11"
|
|
}
|