kitchensink
Version:
Dispatch's awesome components and style guide
122 lines (121 loc) • 3.25 kB
JSON
{
"_args": [
[
"is-boolean-object@^1.0.0",
"/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/is-equal"
]
],
"_from": "is-boolean-object@>=1.0.0 <2.0.0",
"_id": "is-boolean-object@1.0.0",
"_inCache": true,
"_installable": true,
"_location": "/is-boolean-object",
"_nodeVersion": "1.8.1",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "2.8.3",
"_phantomChildren": {},
"_requested": {
"name": "is-boolean-object",
"raw": "is-boolean-object@^1.0.0",
"rawSpec": "^1.0.0",
"scope": null,
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/is-equal"
],
"_resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.0.0.tgz",
"_shasum": "98f8b28030684219a95f375cfbd88ce3405dff93",
"_shrinkwrap": null,
"_spec": "is-boolean-object@^1.0.0",
"_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/is-equal",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/is-boolean-object/issues"
},
"dependencies": {},
"description": "Is this value a JS Boolean? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"devDependencies": {
"covert": "^1.0.1",
"editorconfig-tools": "^0.1.1",
"eslint": "^0.20.0",
"foreach": "^2.0.5",
"indexof": "^0.0.1",
"is": "^3.0.1",
"jscs": "^1.12.0",
"nsp": "^1.0.1",
"replace": "^0.3.0",
"semver": "^4.3.3",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
"shasum": "98f8b28030684219a95f375cfbd88ce3405dff93",
"tarball": "http://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.0.0.tgz"
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "85ba7e53d6e1f019743264b601c5ea8cd99a1c8f",
"homepage": "https://github.com/ljharb/is-boolean-object#readme",
"keywords": [
"@@toStringTag",
"Boolean",
"Boolean object",
"ES6",
"false",
"is-boolean",
"toStringTag",
"true"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "is-boolean-object",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-boolean-object.git"
},
"scripts": {
"coverage": "covert test.js",
"coverage-quiet": "covert test.js --quiet",
"eccheck": "editorconfig-tools check *.js **/*.js > /dev/null",
"eslint": "eslint test.js *.js",
"jscs": "jscs test.js *.js",
"lint": "npm run jscs && npm run eslint",
"security": "nsp package",
"test": "npm run lint && node --harmony --es-staging test.js && npm run security"
},
"testling": {
"browsers": [
"android-browser/4.2",
"chrome/20.0..latest",
"chrome/4.0..10.0",
"chrome/canary",
"firefox/15.0..latest",
"firefox/3.0..6.0",
"firefox/nightly",
"iexplore/6.0..latest",
"ipad/6.0..latest",
"iphone/6.0..latest",
"opera/10.0..latest",
"opera/next",
"safari/4.0..latest"
],
"files": "test.js"
},
"version": "1.0.0"
}