aboutsummaryrefslogtreecommitdiff
path: root/node_modules/path-exists
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/path-exists
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/path-exists')
-rw-r--r--node_modules/path-exists/package.json91
1 files changed, 14 insertions, 77 deletions
diff --git a/node_modules/path-exists/package.json b/node_modules/path-exists/package.json
index 654d6002f..5477ee8d9 100644
--- a/node_modules/path-exists/package.json
+++ b/node_modules/path-exists/package.json
@@ -1,75 +1,23 @@
{
- "_args": [
- [
- {
- "raw": "path-exists@^2.0.0",
- "scope": null,
- "escapedName": "path-exists",
- "name": "path-exists",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/find-up"
- ]
- ],
- "_from": "path-exists@>=2.0.0 <3.0.0",
- "_id": "path-exists@2.1.0",
- "_inCache": true,
- "_location": "/path-exists",
- "_nodeVersion": "4.2.1",
- "_npmUser": {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- },
- "_npmVersion": "2.14.7",
- "_phantomChildren": {},
- "_requested": {
- "raw": "path-exists@^2.0.0",
- "scope": null,
- "escapedName": "path-exists",
- "name": "path-exists",
- "rawSpec": "^2.0.0",
- "spec": ">=2.0.0 <3.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/find-up"
- ],
- "_resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
- "_shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
- "_shrinkwrap": null,
- "_spec": "path-exists@^2.0.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/find-up",
+ "name": "path-exists",
+ "version": "2.1.0",
+ "description": "Check if a path exists",
+ "license": "MIT",
+ "repository": "sindresorhus/path-exists",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "sindresorhus.com"
},
- "bugs": {
- "url": "https://github.com/sindresorhus/path-exists/issues"
- },
- "dependencies": {
- "pinkie-promise": "^2.0.0"
- },
- "description": "Check if a path exists",
- "devDependencies": {
- "ava": "*",
- "xo": "*"
- },
- "directories": {},
- "dist": {
- "shasum": "0feb6c64f0fc518d9a754dd5efb62c7022761f4b",
- "tarball": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz"
- },
"engines": {
"node": ">=0.10.0"
},
+ "scripts": {
+ "test": "xo && ava"
+ },
"files": [
"index.js"
],
- "gitHead": "3af423661e78466764f87c5712263c5d7a1ce5b7",
- "homepage": "https://github.com/sindresorhus/path-exists",
"keywords": [
"path",
"exists",
@@ -82,22 +30,11 @@
"access",
"stat"
],
- "license": "MIT",
- "maintainers": [
- {
- "name": "sindresorhus",
- "email": "sindresorhus@gmail.com"
- }
- ],
- "name": "path-exists",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/sindresorhus/path-exists.git"
- },
- "scripts": {
- "test": "xo && ava"
+ "dependencies": {
+ "pinkie-promise": "^2.0.0"
},
- "version": "2.1.0"
+ "devDependencies": {
+ "ava": "*",
+ "xo": "*"
+ }
}