aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fs-exists-sync
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/fs-exists-sync
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/fs-exists-sync')
-rw-r--r--node_modules/fs-exists-sync/package.json103
1 files changed, 18 insertions, 85 deletions
diff --git a/node_modules/fs-exists-sync/package.json b/node_modules/fs-exists-sync/package.json
index 55d000d47..f516f0d8b 100644
--- a/node_modules/fs-exists-sync/package.json
+++ b/node_modules/fs-exists-sync/package.json
@@ -1,76 +1,28 @@
{
- "_args": [
- [
- {
- "raw": "fs-exists-sync@^0.1.0",
- "scope": null,
- "escapedName": "fs-exists-sync",
- "name": "fs-exists-sync",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/detect-file"
- ]
- ],
- "_from": "fs-exists-sync@>=0.1.0 <0.2.0",
- "_id": "fs-exists-sync@0.1.0",
- "_inCache": true,
- "_location": "/fs-exists-sync",
- "_nodeVersion": "5.5.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/fs-exists-sync-0.1.0.tgz_1460202025245_0.6282676137052476"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.6.0",
- "_phantomChildren": {},
- "_requested": {
- "raw": "fs-exists-sync@^0.1.0",
- "scope": null,
- "escapedName": "fs-exists-sync",
- "name": "fs-exists-sync",
- "rawSpec": "^0.1.0",
- "spec": ">=0.1.0 <0.2.0",
- "type": "range"
+ "name": "fs-exists-sync",
+ "description": "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.",
+ "version": "0.1.0",
+ "homepage": "https://github.com/jonschlinkert/fs-exists-sync",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/fs-exists-sync",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/fs-exists-sync/issues"
},
- "_requiredBy": [
- "/detect-file"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz",
- "_shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
- "_shrinkwrap": null,
- "_spec": "fs-exists-sync@^0.1.0",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/detect-file",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/fs-exists-sync/issues"
+ "scripts": {
+ "test": "mocha"
},
- "dependencies": {},
- "description": "Drop-in replacement for `fs.existsSync` with zero dependencies. Other libs I found either have crucial differences from fs.existsSync, or unnecessary dependencies. See README.md for more info.",
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5"
},
- "directories": {},
- "dist": {
- "shasum": "982d6893af918e72d08dec9e8673ff2b5a8d6add",
- "tarball": "https://registry.npmjs.org/fs-exists-sync/-/fs-exists-sync-0.1.0.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "3b44654977775bac2d1151520c9b6257249a6374",
- "homepage": "https://github.com/jonschlinkert/fs-exists-sync",
"keywords": [
"access",
"check",
@@ -87,24 +39,6 @@
"stat",
"sync"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- }
- ],
- "name": "fs-exists-sync",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/fs-exists-sync.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"layout": "default",
"plugins": [
@@ -132,6 +66,5 @@
"lint": {
"reflinks": true
}
- },
- "version": "0.1.0"
-}
+ }
+} \ No newline at end of file