Initial commit
[yaffs-website] / node_modules / for-in / package.json
1 {
2   "_args": [
3     [
4       "for-in@^1.0.1",
5       "/var/www/yaffs/node_modules/for-own"
6     ]
7   ],
8   "_from": "for-in@>=1.0.1 <2.0.0",
9   "_id": "for-in@1.0.2",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/for-in",
13   "_nodeVersion": "7.5.0",
14   "_npmOperationalInternal": {
15     "host": "packages-18-east.internal.npmjs.com",
16     "tmp": "tmp/for-in-1.0.2.tgz_1488298375632_0.9562143329530954"
17   },
18   "_npmUser": {
19     "email": "github@sellside.com",
20     "name": "jonschlinkert"
21   },
22   "_npmVersion": "4.1.2",
23   "_phantomChildren": {},
24   "_requested": {
25     "name": "for-in",
26     "raw": "for-in@^1.0.1",
27     "rawSpec": "^1.0.1",
28     "scope": null,
29     "spec": ">=1.0.1 <2.0.0",
30     "type": "range"
31   },
32   "_requiredBy": [
33     "/for-own"
34   ],
35   "_resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz",
36   "_shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
37   "_shrinkwrap": null,
38   "_spec": "for-in@^1.0.1",
39   "_where": "/var/www/yaffs/node_modules/for-own",
40   "author": {
41     "name": "Jon Schlinkert",
42     "url": "https://github.com/jonschlinkert"
43   },
44   "bugs": {
45     "url": "https://github.com/jonschlinkert/for-in/issues"
46   },
47   "contributors": [
48     {
49       "name": "Jon Schlinkert",
50       "email": "jon.schlinkert@sellside.com",
51       "url": "http://twitter.com/jonschlinkert"
52     },
53     {
54       "name": "Paul Irish",
55       "url": "http://paulirish.com"
56     }
57   ],
58   "dependencies": {},
59   "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",
60   "devDependencies": {
61     "gulp-format-md": "^0.1.11",
62     "mocha": "^3.2.0"
63   },
64   "directories": {},
65   "dist": {
66     "shasum": "81068d295a8142ec0ac726c6e2200c30fb6d5e80",
67     "tarball": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz"
68   },
69   "engines": {
70     "node": ">=0.10.0"
71   },
72   "files": [
73     "index.js"
74   ],
75   "gitHead": "5f97ad4f6556e938d9b71614259ddd8044a081e3",
76   "homepage": "https://github.com/jonschlinkert/for-in",
77   "keywords": [
78     "for",
79     "for-in",
80     "for-own",
81     "has",
82     "has-own",
83     "hasOwn",
84     "in",
85     "key",
86     "keys",
87     "object",
88     "own",
89     "value"
90   ],
91   "license": "MIT",
92   "main": "index.js",
93   "maintainers": [
94     {
95       "name": "jonschlinkert",
96       "email": "github@sellside.com"
97     },
98     {
99       "name": "doowb",
100       "email": "brian.woodward@gmail.com"
101     }
102   ],
103   "name": "for-in",
104   "optionalDependencies": {},
105   "readme": "ERROR: No README data found!",
106   "repository": {
107     "type": "git",
108     "url": "git+https://github.com/jonschlinkert/for-in.git"
109   },
110   "scripts": {
111     "test": "mocha"
112   },
113   "verb": {
114     "layout": "default",
115     "lint": {
116       "reflinks": true
117     },
118     "plugins": [
119       "gulp-format-md"
120     ],
121     "reflinks": [
122       "verb"
123     ],
124     "related": {
125       "list": [
126         "arr-flatten",
127         "collection-map",
128         "for-own"
129       ]
130     },
131     "run": true,
132     "tasks": [
133       "readme"
134     ],
135     "toc": false
136   },
137   "version": "1.0.2"
138 }