mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 08:10:18 +00:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"walkdir@0.4.1",
|
|
"C:\\Users\\matia\\Musix"
|
|
]
|
|
],
|
|
"_from": "walkdir@0.4.1",
|
|
"_id": "walkdir@0.4.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-3eBwRyEln6E1MSzcxcVpQIhRG8Q1jLvEqRmCZqS3dsfXEDR/AhOF4d+jHg1qvDCpYaVRZjENPQyrVxAkQqxPgQ==",
|
|
"_location": "/walkdir",
|
|
"_optional": true,
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "walkdir@0.4.1",
|
|
"name": "walkdir",
|
|
"escapedName": "walkdir",
|
|
"rawSpec": "0.4.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.4.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/google-gax"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/walkdir/-/walkdir-0.4.1.tgz",
|
|
"_spec": "0.4.1",
|
|
"_where": "C:\\Users\\matia\\Musix",
|
|
"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": {
|
|
"@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"
|
|
}
|