blob: 176f70a97d14c7e79d59a1b4c7ccecfec6beaf48 [file] [log] [blame]
{
"_args": [
[
"for-in@0.1.8",
"/Users/jaslan/Development/nifi-fds/target/frontend-working-directory"
]
],
"_development": true,
"_from": "for-in@0.1.8",
"_id": "for-in@0.1.8",
"_inBundle": false,
"_integrity": "sha1-2Hc5COMSVhCZUrH9ubP6hn0ndeE=",
"_location": "/mixin-object/for-in",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "for-in@0.1.8",
"name": "for-in",
"escapedName": "for-in",
"rawSpec": "0.1.8",
"saveSpec": null,
"fetchSpec": "0.1.8"
},
"_requiredBy": [
"/mixin-object"
],
"_resolved": "https://registry.npmjs.org/for-in/-/for-in-0.1.8.tgz",
"_spec": "0.1.8",
"_where": "/Users/jaslan/Development/nifi-fds/target/frontend-working-directory",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/for-in/issues"
},
"contributors": [
{
"name": "Jon Schlinkert",
"email": "jon.schlinkert@sellside.com",
"url": "http://twitter.com/jonschlinkert"
},
{
"name": "Paul Irish",
"url": "http://paulirish.com"
}
],
"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",
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/for-in",
"keywords": [
"for",
"for-in",
"for-own",
"has",
"has-own",
"hasOwn",
"in",
"key",
"keys",
"object",
"own",
"value"
],
"license": "MIT",
"main": "index.js",
"name": "for-in",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/for-in.git"
},
"scripts": {
"test": "mocha"
},
"verb": {
"run": true,
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"arr-flatten",
"for-own",
"collection-map"
]
},
"reflinks": [
"verb"
],
"lint": {
"reflinks": true
}
},
"version": "0.1.8"
}