aboutsummaryrefslogtreecommitdiff
path: root/node_modules/detect-file
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/detect-file
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/detect-file')
-rw-r--r--node_modules/detect-file/package.json100
1 files changed, 17 insertions, 83 deletions
diff --git a/node_modules/detect-file/package.json b/node_modules/detect-file/package.json
index 26a2d7fb1..22a9d42d3 100644
--- a/node_modules/detect-file/package.json
+++ b/node_modules/detect-file/package.json
@@ -1,97 +1,32 @@
{
- "_args": [
- [
- {
- "raw": "detect-file@^0.1.0",
- "scope": null,
- "escapedName": "detect-file",
- "name": "detect-file",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/findup-sync"
- ]
- ],
- "_from": "detect-file@>=0.1.0 <0.2.0",
- "_id": "detect-file@0.1.0",
- "_inCache": true,
- "_location": "/detect-file",
- "_nodeVersion": "5.1.1",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/detect-file-0.1.0.tgz_1467841748733_0.7613796112127602"
- },
- "_npmUser": {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- },
- "_npmVersion": "3.7.5",
- "_phantomChildren": {},
- "_requested": {
- "raw": "detect-file@^0.1.0",
- "scope": null,
- "escapedName": "detect-file",
- "name": "detect-file",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
+ "name": "detect-file",
+ "description": "Detect if a filepath exists and resolves the full filepath.",
+ "version": "0.1.0",
+ "homepage": "https://github.com/doowb/detect-file",
+ "author": "Brian Woodward (https://github.com/doowb)",
+ "repository": "doowb/detect-file",
+ "bugs": {
+ "url": "https://github.com/doowb/detect-file/issues"
},
- "_requiredBy": [
- "/findup-sync"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz",
- "_shasum": "4935dedfd9488648e006b0129566e9386711ea63",
- "_shrinkwrap": null,
- "_spec": "detect-file@^0.1.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/findup-sync",
- "author": {
- "name": "Brian Woodward",
- "url": "https://github.com/doowb"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/doowb/detect-file/issues"
+ "scripts": {
+ "test": "mocha"
},
"dependencies": {
"fs-exists-sync": "^0.1.0"
},
- "description": "Detect if a filepath exists and resolves the full filepath.",
"devDependencies": {
"gulp-format-md": "*",
"mocha": "*"
},
- "directories": {},
- "dist": {
- "shasum": "4935dedfd9488648e006b0129566e9386711ea63",
- "tarball": "https://registry.npmjs.org/detect-file/-/detect-file-0.1.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "0e4111c071470ce4be0804c01a0248331418f8c6",
- "homepage": "https://github.com/doowb/detect-file",
"keywords": [],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- }
- ],
- "name": "detect-file",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/doowb/detect-file.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"layout": "default",
"plugins": [
@@ -106,6 +41,5 @@
"verb",
"verb-readme-generator"
]
- },
- "version": "0.1.0"
+ }
}