d2-ui
Version:
117 lines (116 loc) • 2.81 kB
JSON
{
"_args": [
[
"is-object@~1.0.1",
"/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/fill-keys"
]
],
"_from": "is-object@>=1.0.1 <1.1.0",
"_id": "is-object@1.0.1",
"_inCache": true,
"_installable": true,
"_location": "/is-object",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "1.4.23",
"_phantomChildren": {},
"_requested": {
"name": "is-object",
"raw": "is-object@~1.0.1",
"rawSpec": "~1.0.1",
"scope": null,
"spec": ">=1.0.1 <1.1.0",
"type": "range"
},
"_requiredBy": [
"/fill-keys"
],
"_resolved": "https://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz",
"_shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
"_shrinkwrap": null,
"_spec": "is-object@~1.0.1",
"_where": "/Users/nico/Documents/dhis/webapps/d2-ui/node_modules/fill-keys",
"author": {
"email": "raynos2@gmail.com",
"name": "Raynos"
},
"bugs": {
"email": "ljharb@gmail.com",
"url": "https://github.com/ljharb/is-object/issues"
},
"contributors": [
{
"name": "Raynos"
},
{
"name": "Jordan Harband",
"url": "https://github.com/ljharb"
}
],
"dependencies": {},
"description": "Checks whether a value is an object",
"devDependencies": {
"covert": "~1.0.0",
"jscs": "~1.6.0",
"tape": "~2.14.0"
},
"directories": {},
"dist": {
"shasum": "8952688c5ec2ffd6b03ecc85e769e02903083470",
"tarball": "http://registry.npmjs.org/is-object/-/is-object-1.0.1.tgz"
},
"gitHead": "391812229f7de8e4778e1ed5dee824206c2534b9",
"homepage": "https://github.com/ljharb/is-object",
"keywords": [],
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "http://github.com/ljharb/is-object/raw/master/LICENSE"
}
],
"main": "index",
"maintainers": [
{
"email": "raynos2@gmail.com",
"name": "raynos"
},
{
"email": "ljharb@gmail.com",
"name": "ljharb"
}
],
"name": "is-object",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-object.git"
},
"scripts": {
"coverage": "covert test/index.js",
"coverage-quiet": "covert test/index.js --quiet",
"lint": "jscs *.js */*.js",
"test": "npm run lint && node test/index.js && npm run coverage-quiet"
},
"testling": {
"browsers": [
"ie/6..latest",
"firefox/3..6",
"firefox/16..latest",
"firefox/nightly",
"chrome/22..latest",
"chrome/canary",
"opera/10.0",
"opera/11..latest",
"opera/next",
"safari/4..latest",
"ipad/6.0..latest",
"iphone/6.0..latest"
],
"files": "test/index.js"
},
"version": "1.0.1"
}