1
0
mirror of https://github.com/mgerb/mywebsite synced 2026-01-12 02:42:48 +00:00
Files
mywebsite/node_modules/for-in/package.json
2016-01-04 12:25:28 -05:00

97 lines
2.3 KiB
JSON

{
"_args": [
[
"for-in@^0.1.4",
"/home/mywebsite/node_modules/for-own"
]
],
"_from": "for-in@>=0.1.4 <0.2.0",
"_id": "for-in@0.1.4",
"_inCache": true,
"_installable": true,
"_location": "/for-in",
"_nodeVersion": "1.6.2",
"_npmUser": {
"email": "github@sellside.com",
"name": "jonschlinkert"
},
"_npmVersion": "2.7.1",
"_phantomChildren": {},
"_requested": {
"name": "for-in",
"raw": "for-in@^0.1.4",
"rawSpec": "^0.1.4",
"scope": null,
"spec": ">=0.1.4 <0.2.0",
"type": "range"
},
"_requiredBy": [
"/for-own"
],
"_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz",
"_shasum": "9f5cf7b4ffc7e1ae6591a4e97b177aa59d70fb2e",
"_shrinkwrap": null,
"_spec": "for-in@^0.1.4",
"_where": "/home/mywebsite/node_modules/for-own",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/for-in/issues"
},
"dependencies": {},
"description": "Iterate over the own and inherited enumerable properties of an objecte, and return an object with properties that evaluate to true from the callback. Exit early by returning `false`. JavaScript/Node.js",
"devDependencies": {
"mocha": "*",
"should": "^4.0.4"
},
"directories": {},
"dist": {
"shasum": "9f5cf7b4ffc7e1ae6591a4e97b177aa59d70fb2e",
"tarball": "http://registry.npmjs.org/for-in/-/for-in-0.1.4.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "fb09612d3e4137486c652a328888872eba5c1548",
"homepage": "https://github.com/jonschlinkert/for-in",
"keywords": [
"for-in",
"for-own",
"has",
"has-own",
"hasOwn",
"key",
"keys",
"object",
"own",
"value"
],
"license": {
"type": "MIT",
"url": "https://github.com/jonschlinkert/for-in/blob/master/LICENSE"
},
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "for-in",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/jonschlinkert/for-in.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.4"
}