aboutsummaryrefslogtreecommitdiff
path: root/node_modules/find-up
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-03 01:33:53 +0100
commitd1291f67551c58168af43698a359cb5ddfd266b0 (patch)
tree55a13ed29fe1915e3f42f1b1b7038dafa2e975a7 /node_modules/find-up
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/find-up')
-rw-r--r--node_modules/find-up/package.json99
1 files changed, 16 insertions, 83 deletions
diff --git a/node_modules/find-up/package.json b/node_modules/find-up/package.json
index 5137d2094..478866c49 100644
--- a/node_modules/find-up/package.json
+++ b/node_modules/find-up/package.json
@@ -1,81 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "find-up@^1.0.0",
- "scope": null,
- "escapedName": "find-up",
- "name": "find-up",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/read-pkg-up"
- ]
- ],
- "_from": "find-up@>=1.0.0 <2.0.0",
- "_id": "find-up@1.1.2",
- "_inCache": true,
- "_location": "/find-up",
- "_nodeVersion": "4.3.0",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/find-up-1.1.2.tgz_1457199955637_0.3445317060686648"
- },
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.14.12",
- "_phantomChildren": {},
- "_requested": {
- "raw": "find-up@^1.0.0",
- "scope": null,
- "escapedName": "find-up",
- "name": "find-up",
- "rawSpec": "^1.0.0",
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/read-pkg-up"
- ],
- "_resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
- "_shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
- "_shrinkwrap": null,
- "_spec": "find-up@^1.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/read-pkg-up",
+ "name": "find-up",
+ "version": "1.1.2",
+ "description": "Find a file by walking up parent directories",
+ "license": "MIT",
+ "repository": "sindresorhus/find-up",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/find-up/issues"
- },
- "dependencies": {
- "path-exists": "^2.0.0",
- "pinkie-promise": "^2.0.0"
- },
- "description": "Find a file by walking up parent directories",
- "devDependencies": {
- "ava": "*",
- "tempfile": "^1.1.1",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "6b2e9822b1a2ce0a60ab64d610eccad53cb24d0f",
- "tarball": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "gitHead": "f2d7c1ff74fbac82b2cff038e311ef4b075d9184",
- "homepage": "https://github.com/sindresorhus/find-up",
"keywords": [
"find",
"up",
@@ -97,22 +39,13 @@
"walking",
"path"
],
- "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"
+ "dependencies": {
+ "path-exists": "^2.0.0",
+ "pinkie-promise": "^2.0.0"
},
- "version": "1.1.2"
+ "devDependencies": {
+ "ava": "*",
+ "tempfile": "^1.1.1",
+ "xo": "*"
+ }
}