69 lines
1.5 KiB
JSON
Raw Normal View History

2019-11-26 14:50:43 -08:00
{
"_args": [
[
"find@0.3.0",
"/Users/tatiana/selfdefined"
]
],
"_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": "version",
"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",
"_spec": "0.3.0",
"_where": "/Users/tatiana/selfdefined",
"author": {
"name": "yuanchuan",
"email": "yuanchuan23@gmail.com",
"url": "http://yuanchuan.name"
},
"bugs": {
"url": "https://github.com/yuanchuan/find/issues"
},
"dependencies": {
"traverse-chain": "~0.1.0"
},
"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"
}