117 lines
2.5 KiB
JSON
117 lines
2.5 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"find-up@^2.1.0",
|
|
"/home/bernhard/freifunk-app/node_modules/pkg-dir"
|
|
]
|
|
],
|
|
"_from": "find-up@>=2.1.0 <3.0.0",
|
|
"_id": "find-up@2.1.0",
|
|
"_inCache": true,
|
|
"_installable": true,
|
|
"_location": "/find-up",
|
|
"_nodeVersion": "6.9.1",
|
|
"_npmOperationalInternal": {
|
|
"host": "packages-18-east.internal.npmjs.com",
|
|
"tmp": "tmp/find-up-2.1.0.tgz_1480684911017_0.33125952794216573"
|
|
},
|
|
"_npmUser": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "sindresorhus"
|
|
},
|
|
"_npmVersion": "4.0.2",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"name": "find-up",
|
|
"raw": "find-up@^2.1.0",
|
|
"rawSpec": "^2.1.0",
|
|
"scope": null,
|
|
"spec": ">=2.1.0 <3.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/babel-plugin-istanbul",
|
|
"/jest-runtime/yargs",
|
|
"/jest/yargs",
|
|
"/pkg-dir",
|
|
"/read-pkg-up"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz",
|
|
"_shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
|
|
"_shrinkwrap": null,
|
|
"_spec": "find-up@^2.1.0",
|
|
"_where": "/home/bernhard/freifunk-app/node_modules/pkg-dir",
|
|
"author": {
|
|
"email": "sindresorhus@gmail.com",
|
|
"name": "Sindre Sorhus",
|
|
"url": "sindresorhus.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/sindresorhus/find-up/issues"
|
|
},
|
|
"dependencies": {
|
|
"locate-path": "^2.0.0"
|
|
},
|
|
"description": "Find a file by walking up parent directories",
|
|
"devDependencies": {
|
|
"ava": "*",
|
|
"tempfile": "^1.1.1",
|
|
"xo": "*"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"shasum": "45d1b7e506c717ddd482775a2b77920a3c0c57a7",
|
|
"tarball": "https://registry.npmjs.org/find-up/-/find-up-2.1.0.tgz"
|
|
},
|
|
"engines": {
|
|
"node": ">=4"
|
|
},
|
|
"files": [
|
|
"index.js"
|
|
],
|
|
"gitHead": "10202fb1621f0c277d5d5eeaf01c1c32b008fbef",
|
|
"homepage": "https://github.com/sindresorhus/find-up#readme",
|
|
"keywords": [
|
|
"dir",
|
|
"directory",
|
|
"file",
|
|
"find",
|
|
"find-up",
|
|
"findup",
|
|
"folder",
|
|
"look",
|
|
"look-up",
|
|
"match",
|
|
"package",
|
|
"parent",
|
|
"parents",
|
|
"path",
|
|
"resolve",
|
|
"search",
|
|
"up",
|
|
"walk",
|
|
"walking"
|
|
],
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "sindresorhus",
|
|
"email": "sindresorhus@gmail.com"
|
|
}
|
|
],
|
|
"name": "find-up",
|
|
"optionalDependencies": {},
|
|
"readme": "ERROR: No README data found!",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sindresorhus/find-up.git"
|
|
},
|
|
"scripts": {
|
|
"test": "xo && ava"
|
|
},
|
|
"version": "2.1.0",
|
|
"xo": {
|
|
"esnext": true
|
|
}
|
|
}
|