You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
{
|
|
"_from": "find-cache-dir@^0.1.1",
|
|
"_id": "find-cache-dir@0.1.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-yN765XyKUqinhPnjHFfHQumToLk=",
|
|
"_location": "/find-cache-dir",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "find-cache-dir@^0.1.1",
|
|
"name": "find-cache-dir",
|
|
"escapedName": "find-cache-dir",
|
|
"rawSpec": "^0.1.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^0.1.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/ava"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-0.1.1.tgz",
|
|
"_shasum": "c8defae57c8a52a8a784f9e31c57c742e993a0b9",
|
|
"_spec": "find-cache-dir@^0.1.1",
|
|
"_where": "/home/mwinter/www/unboundedpress/node_modules/ava",
|
|
"author": {
|
|
"name": "James Talmage",
|
|
"email": "james@talmage.io",
|
|
"url": "github.com/jamestalmage"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jamestalmage/find-cache-dir/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"commondir": "^1.0.1",
|
|
"mkdirp": "^0.5.1",
|
|
"pkg-dir": "^1.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "My well-made module",
|
|
"devDependencies": {
|
|
"ava": "^0.8.0",
|
|
"coveralls": "^2.11.6",
|
|
"nyc": "^5.0.1",
|
|
"rimraf": "^2.5.0",
|
|
"xo": "^0.12.1"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"homepage": "https://github.com/jamestalmage/find-cache-dir#readme",
|
|
"keywords": [
|
|
"cache",
|
|
"directory",
|
|
"dir"
|
|
],
|
|
"license": "MIT",
|
|
"name": "find-cache-dir",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jamestalmage/find-cache-dir.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && nyc --reporter=lcov --reporter=text ava"
|
|
},
|
|
"version": "0.1.1"
|
|
}
|