aboutsummaryrefslogtreecommitdiff
path: root/node_modules/for-in
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/for-in
parentd0a0695fb5d34996850723f7d4b1b59c3df909c2 (diff)
downloadwallet-core-d1291f67551c58168af43698a359cb5ddfd266b0.tar.xz
node_modules
Diffstat (limited to 'node_modules/for-in')
-rw-r--r--node_modules/for-in/package.json105
1 files changed, 17 insertions, 88 deletions
diff --git a/node_modules/for-in/package.json b/node_modules/for-in/package.json
index 7cba67d66..ff921ef1b 100644
--- a/node_modules/for-in/package.json
+++ b/node_modules/for-in/package.json
@@ -1,77 +1,29 @@
{
- "_args": [
- [
- {
- "raw": "for-in@^0.1.5",
- "scope": null,
- "escapedName": "for-in",
- "name": "for-in",
- "rawSpec": "^0.1.5",
- "spec": ">=0.1.5 <0.2.0",
- "type": "range"
- },
- "/home/dold/repos/taler/wallet-webex/node_modules/for-own"
- ]
- ],
- "_from": "for-in@>=0.1.5 <0.2.0",
- "_id": "for-in@0.1.6",
- "_inCache": true,
- "_location": "/for-in",
- "_nodeVersion": "6.3.0",
- "_npmOperationalInternal": {
- "host": "packages-16-east.internal.npmjs.com",
- "tmp": "tmp/for-in-0.1.6.tgz_1473858422358_0.2992941744159907"
- },
- "_npmUser": {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- "_npmVersion": "3.10.3",
- "_phantomChildren": {},
- "_requested": {
- "raw": "for-in@^0.1.5",
- "scope": null,
- "escapedName": "for-in",
- "name": "for-in",
- "rawSpec": "^0.1.5",
- "spec": ">=0.1.5 <0.2.0",
- "type": "range"
+ "name": "for-in",
+ "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
+ "version": "0.1.6",
+ "homepage": "https://github.com/jonschlinkert/for-in",
+ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",
+ "repository": "jonschlinkert/for-in",
+ "bugs": {
+ "url": "https://github.com/jonschlinkert/for-in/issues"
},
- "_requiredBy": [
- "/for-own"
+ "license": "MIT",
+ "files": [
+ "index.js"
],
- "_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz",
- "_shasum": "c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8",
- "_shrinkwrap": null,
- "_spec": "for-in@^0.1.5",
- "_where": "/home/dold/repos/taler/wallet-webex/node_modules/for-own",
- "author": {
- "name": "Jon Schlinkert",
- "url": "https://github.com/jonschlinkert"
+ "main": "index.js",
+ "engines": {
+ "node": ">=0.10.0"
},
- "bugs": {
- "url": "https://github.com/jonschlinkert/for-in/issues"
+ "scripts": {
+ "test": "mocha"
},
- "dependencies": {},
- "description": "Iterate over the own and inherited enumerable properties of an object, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
"devDependencies": {
"gulp-format-md": "^0.1.7",
"mocha": "^2.4.5",
"should": "^8.3.0"
},
- "directories": {},
- "dist": {
- "shasum": "c9f96e89bfad18a545af5ec3ed352a1d9e5b4dc8",
- "tarball": "https://registry.npmjs.org/for-in/-/for-in-0.1.6.tgz"
- },
- "engines": {
- "node": ">=0.10.0"
- },
- "files": [
- "index.js"
- ],
- "gitHead": "c903a9c0e06747c31bed8634c7c8645c6dbf8da1",
- "homepage": "https://github.com/jonschlinkert/for-in",
"keywords": [
"for-in",
"for-own",
@@ -84,28 +36,6 @@
"own",
"value"
],
- "license": "MIT",
- "main": "index.js",
- "maintainers": [
- {
- "name": "jonschlinkert",
- "email": "github@sellside.com"
- },
- {
- "name": "doowb",
- "email": "brian.woodward@gmail.com"
- }
- ],
- "name": "for-in",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/jonschlinkert/for-in.git"
- },
- "scripts": {
- "test": "mocha"
- },
"verb": {
"run": true,
"toc": false,
@@ -122,6 +52,5 @@
"lint": {
"reflinks": true
}
- },
- "version": "0.1.6"
+ }
}