kitchensink
Version:
Dispatch's awesome components and style guide
118 lines (117 loc) • 3.16 kB
JSON
{
"_args": [
[
"is-number-object@^1.0.3",
"/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/is-equal"
]
],
"_from": "is-number-object@>=1.0.3 <2.0.0",
"_id": "is-number-object@1.0.3",
"_inCache": true,
"_installable": true,
"_location": "/is-number-object",
"_nodeVersion": "1.0.4",
"_npmUser": {
"email": "ljharb@gmail.com",
"name": "ljharb"
},
"_npmVersion": "2.3.0",
"_phantomChildren": {},
"_requested": {
"name": "is-number-object",
"raw": "is-number-object@^1.0.3",
"rawSpec": "^1.0.3",
"scope": null,
"spec": ">=1.0.3 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/is-equal"
],
"_resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.3.tgz",
"_shasum": "f265ab89a9f445034ef6aff15a8f00b00f551799",
"_shrinkwrap": null,
"_spec": "is-number-object@^1.0.3",
"_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/is-equal",
"author": {
"name": "Jordan Harband"
},
"bugs": {
"url": "https://github.com/ljharb/is-number-object/issues"
},
"dependencies": {},
"description": "Is this value a JS Number object? This module works cross-realm/iframe, and despite ES6 @@toStringTag.",
"devDependencies": {
"covert": "1.0.0",
"editorconfig-tools": "~0.0.1",
"eslint": "~0.12.0",
"foreach": "~2.0.5",
"indexof": "~0.0.1",
"is": "~2.2.0",
"jscs": "~1.10.0",
"nsp": "~1.0.0",
"semver": "~4.2.0",
"tape": "~3.4.0"
},
"directories": {},
"dist": {
"shasum": "f265ab89a9f445034ef6aff15a8f00b00f551799",
"tarball": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.3.tgz"
},
"engines": {
"node": ">= 0.4"
},
"gitHead": "a9ea86bfff60e026294abfe72f5349fbab1cceef",
"homepage": "https://github.com/ljharb/is-number-object",
"keywords": [
"@@toStringTag",
"ES6",
"Number",
"Number object",
"toStringTag"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "ljharb",
"email": "ljharb@gmail.com"
}
],
"name": "is-number-object",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/ljharb/is-number-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.3"
}