work.suroh.tk/node_modules/find/package.json

66 lines
1.5 KiB
JSON

{
"_from": "find@^0.3.0",
"_id": "find@0.3.0",
"_inBundle": false,
"_integrity": "sha512-iSd+O4OEYV/I36Zl8MdYJO0xD82wH528SaCieTVHhclgiYNe9y+yPKSwK+A7/WsmHL1EZ+pYUJBXWTL5qofksw==",
"_location": "/find",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "find@^0.3.0",
"name": "find",
"escapedName": "find",
"rawSpec": "^0.3.0",
"saveSpec": null,
"fetchSpec": "^0.3.0"
},
"_requiredBy": [
"/module-lookup-amd"
],
"_resolved": "https://registry.npmjs.org/find/-/find-0.3.0.tgz",
"_shasum": "4082e8fc8d8320f1a382b5e4f521b9bc50775cb8",
"_spec": "find@^0.3.0",
"_where": "/home/suroh/Repos/11ty.work/node_modules/module-lookup-amd",
"author": {
"name": "yuanchuan",
"email": "yuanchuan23@gmail.com",
"url": "http://yuanchuan.name"
},
"bugs": {
"url": "https://github.com/yuanchuan/find/issues"
},
"bundleDependencies": false,
"dependencies": {
"traverse-chain": "~0.1.0"
},
"deprecated": false,
"description": "Find files or directories by name",
"devDependencies": {
"mocha": "^6.0.2",
"tmp": "^0.0.33"
},
"directories": {
"test": "test"
},
"homepage": "https://github.com/yuanchuan/find#readme",
"keywords": [
"find",
"findfile",
"search",
"files"
],
"license": "MIT",
"main": "./index.js",
"name": "find",
"repository": {
"url": "git://github.com/yuanchuan/find.git",
"type": "git"
},
"scripts": {
"test": "mocha"
},
"url": "https://github.com/yuanchuan/find",
"version": "0.3.0"
}