aboutsummaryrefslogtreecommitdiff
path: root/node_modules/find-index
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-index
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/find-index')
-rw-r--r--node_modules/find-index/package.json88
1 files changed, 13 insertions, 75 deletions
diff --git a/node_modules/find-index/package.json b/node_modules/find-index/package.json
index edf525bbc..228ac8f64 100644
--- a/node_modules/find-index/package.json
+++ b/node_modules/find-index/package.json
@@ -1,87 +1,25 @@
{
- "_args": [
- [
- {
- "raw": "find-index@^0.1.1",
- "scope": null,
- "escapedName": "find-index",
- "name": "find-index",
- "rawSpec": "^0.1.1",
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/glob2base"
- ]
- ],
- "_from": "find-index@>=0.1.1 <0.2.0",
- "_id": "find-index@0.1.1",
- "_inCache": true,
- "_location": "/find-index",
- "_npmUser": {
- "name": "jsdf",
- "email": "james@jsdf.co"
- },
- "_npmVersion": "1.4.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "find-index@^0.1.1",
- "scope": null,
- "escapedName": "find-index",
- "name": "find-index",
- "rawSpec": "^0.1.1",
- "spec": ">=0.1.1 <0.2.0",
- "type": "range"
- },
- "_requiredBy": [
- "/glob2base"
- ],
- "_resolved": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz",
- "_shasum": "675d358b2ca3892d795a1ab47232f8b6e2e0dde4",
- "_shrinkwrap": null,
- "_spec": "find-index@^0.1.1",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/glob2base",
- "author": {
- "name": "James Friend",
- "email": "james@jsdf.co",
- "url": "http://jsdf.co/"
- },
- "bugs": {
- "url": "https://github.com/jsdf/find-index/issues"
- },
- "dependencies": {},
+ "name": "find-index",
+ "version": "0.1.1",
"description": "finds an item in an array matching a predicate function, and returns its index",
- "devDependencies": {},
- "directories": {},
- "dist": {
- "shasum": "675d358b2ca3892d795a1ab47232f8b6e2e0dde4",
- "tarball": "https://registry.npmjs.org/find-index/-/find-index-0.1.1.tgz"
- },
- "files": [
- "index.js",
- "last.js"
- ],
- "homepage": "https://github.com/jsdf/find-index",
+ "main": "index.js",
"keywords": [
"array",
"findindex"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jsdf",
- "email": "james@jsdf.co"
- }
+ "files": [
+ "index.js",
+ "last.js"
],
- "name": "find-index",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
+ "scripts": {
+ "test": "node test/test"
+ },
+ "homepage": "https://github.com/jsdf/find-index",
+ "bugs": "https://github.com/jsdf/find-index/issues",
"repository": {
"type": "git",
"url": "git://github.com/jsdf/find-index.git"
},
- "scripts": {
- "test": "node test/test"
- },
- "version": "0.1.1"
+ "author": "James Friend <james@jsdf.co> (http://jsdf.co/)",
+ "license": "MIT"
}