mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
69 lines
1.7 KiB
JSON
69 lines
1.7 KiB
JSON
{
|
|
"_from": "walkdir@^0.4.0",
|
|
"_id": "walkdir@0.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==",
|
|
"_location": "/walkdir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "walkdir@^0.4.0",
|
|
"name": "walkdir",
|
|
"escapedName": "walkdir",
|
|
"rawSpec": "^0.4.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.4.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/google-gax"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz",
|
|
"_shasum": "dc119f83f4421df52e3061e514228a2db20afa39",
|
|
"_spec": "walkdir@^0.4.0",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\google-gax",
|
|
"author": {
|
|
"name": "Ryan Day",
|
|
"email": "soldair@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/soldair/node-walkdir/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"contributors": [
|
|
{
|
|
"name": "tjfontaine"
|
|
}
|
|
],
|
|
"deprecated": false,
|
|
"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": {
|
|
"@types/node": "^10.12.21",
|
|
"tape": "^4.0.0",
|
|
"typescript": "^3.3.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=6.0.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 && npm run ts",
|
|
"ts": "tsc --noEmit test.ts"
|
|
},
|
|
"version": "0.4.1"
|
|
}
|