aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fined
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/fined
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/fined')
-rw-r--r--node_modules/fined/package.json120
1 files changed, 22 insertions, 98 deletions
diff --git a/node_modules/fined/package.json b/node_modules/fined/package.json
index 54b13588a..bdb019369 100644
--- a/node_modules/fined/package.json
+++ b/node_modules/fined/package.json
@@ -1,67 +1,29 @@
{
- "_args": [
- [
- {
- "raw": "fined@^1.0.1",
- "scope": null,
- "escapedName": "fined",
- "name": "fined",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/liftoff"
- ]
+ "name": "fined",
+ "version": "1.0.2",
+ "description": "Find a file given a declaration of locations",
+ "author": "JS CLI Team (https://github.com/js-cli)",
+ "contributors": [
+ "Takayuki Sato <t110000508260@yahoo.co.jp>",
+ "Blaine Bublitz <blaine.bublitz@gmail.com>"
],
- "_from": "fined@>=1.0.1 <2.0.0",
- "_id": "fined@1.0.2",
- "_inCache": true,
- "_location": "/fined",
- "_nodeVersion": "0.10.41",
- "_npmOperationalInternal": {
- "host": "packages-12-west.internal.npmjs.com",
- "tmp": "tmp/fined-1.0.2.tgz_1475705448430_0.6886874639894813"
- },
- "_npmUser": {
- "name": "phated",
- "email": "blaine.bublitz@gmail.com"
- },
- "_npmVersion": "2.15.2",
- "_phantomChildren": {},
- "_requested": {
- "raw": "fined@^1.0.1",
- "scope": null,
- "escapedName": "fined",
- "name": "fined",
- "rawSpec": "^1.0.1",
- "spec": ">=1.0.1 <2.0.0",
- "type": "range"
+ "repository": "js-cli/fined",
+ "license": "MIT",
+ "engines": {
+ "node": ">= 0.10"
},
- "_requiredBy": [
- "/liftoff"
+ "main": "index.js",
+ "files": [
+ "index.js",
+ "LICENSE"
],
- "_resolved": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz",
- "_shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
- "_shrinkwrap": null,
- "_spec": "fined@^1.0.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/liftoff",
- "author": {
- "name": "JS CLI Team",
- "url": "https://github.com/js-cli"
- },
- "bugs": {
- "url": "https://github.com/js-cli/fined/issues"
+ "scripts": {
+ "lint": "eslint . && jscs index.js test/",
+ "pretest": "npm run lint",
+ "test": "mocha --async-only",
+ "cover": "istanbul cover _mocha --report lcovonly",
+ "coveralls": "npm run cover && istanbul-coveralls"
},
- "contributors": [
- {
- "name": "Takayuki Sato",
- "email": "t110000508260@yahoo.co.jp"
- },
- {
- "name": "Blaine Bublitz",
- "email": "blaine.bublitz@gmail.com"
- }
- ],
"dependencies": {
"expand-tilde": "^1.2.1",
"lodash.assignwith": "^4.0.7",
@@ -71,7 +33,6 @@
"lodash.pick": "^4.2.1",
"parse-filepath": "^1.0.1"
},
- "description": "Find a file given a declaration of locations",
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
@@ -82,42 +43,5 @@
"jscs-preset-gulp": "^1.0.0",
"mocha": "^2.4.5"
},
- "directories": {},
- "dist": {
- "shasum": "5b28424b760d7598960b7ef8480dff8ad3660e97",
- "tarball": "https://registry.npmjs.org/fined/-/fined-1.0.2.tgz"
- },
- "engines": {
- "node": ">= 0.10"
- },
- "files": [
- "index.js",
- "LICENSE"
- ],
- "gitHead": "850b8dde2e520878a7ff62b9a6b4a45c82d19889",
- "homepage": "https://github.com/js-cli/fined#readme",
- "keywords": [],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "phated",
- "email": "blaine.bublitz@gmail.com"
- }
- ],
- "name": "fined",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/js-cli/fined.git"
- },
- "scripts": {
- "cover": "istanbul cover _mocha --report lcovonly",
- "coveralls": "npm run cover && istanbul-coveralls",
- "lint": "eslint . && jscs index.js test/",
- "pretest": "npm run lint",
- "test": "mocha --async-only"
- },
- "version": "1.0.2"
+ "keywords": []
}