1
0
mirror of https://github.com/musix-org/musix-oss synced 2024-09-20 10:51:56 +00:00
musix-oss/node_modules/walkdir/package.json

73 lines
1.7 KiB
JSON
Raw Normal View History

2020-03-03 20:30:50 +00:00
{
"_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"
}