UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

145 lines (144 loc) 3.94 kB
{ "_args": [ [ "is-equal@^1.5.1", "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/expect" ] ], "_from": "is-equal@>=1.5.1 <2.0.0", "_id": "is-equal@1.5.3", "_inCache": true, "_installable": true, "_location": "/is-equal", "_nodeVersion": "6.2.0", "_npmOperationalInternal": { "host": "packages-16-east.internal.npmjs.com", "tmp": "tmp/is-equal-1.5.3.tgz_1464082385848_0.6463906113058329" }, "_npmUser": { "email": "ljharb@gmail.com", "name": "ljharb" }, "_npmVersion": "3.8.9", "_phantomChildren": {}, "_requested": { "name": "is-equal", "raw": "is-equal@^1.5.1", "rawSpec": "^1.5.1", "scope": null, "spec": ">=1.5.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/expect" ], "_resolved": "https://registry.npmjs.org/is-equal/-/is-equal-1.5.3.tgz", "_shasum": "05b7fa3a1122cbc71c1ef41ce0142d5532013b29", "_shrinkwrap": null, "_spec": "is-equal@^1.5.1", "_where": "/Users/derekcaneja/Git/dispatch.me/kitchen/examples/node_modules/expect", "author": { "name": "Jordan Harband" }, "bugs": { "url": "https://github.com/ljharb/is-equal/issues" }, "dependencies": { "has": "^1.0.1", "is-arrow-function": "^2.0.3", "is-boolean-object": "^1.0.0", "is-callable": "^1.1.3", "is-date-object": "^1.0.1", "is-generator-function": "^1.0.3", "is-number-object": "^1.0.3", "is-regex": "^1.0.3", "is-string": "^1.0.4", "is-symbol": "^1.0.1", "object.entries": "^1.0.3" }, "description": "Are these two values conceptually equal?", "devDependencies": { "@ljharb/eslint-config": "^4.0.1", "core-js": "^2.4.0", "covert": "^1.1.0", "es6-shim": "^0.35.1", "eslint": "^2.10.2", "foreach": "^2.0.5", "jscs": "^3.0.3", "make-arrow-function": "^1.1.0", "make-generator-function": "^1.1.0", "nsp": "^2.4.0", "object.entries": "^1.0.3", "replace": "^0.3.0", "semver": "^5.1.0", "tape": "^4.5.1" }, "directories": {}, "dist": { "shasum": "05b7fa3a1122cbc71c1ef41ce0142d5532013b29", "tarball": "https://registry.npmjs.org/is-equal/-/is-equal-1.5.3.tgz" }, "engines": { "node": ">= 0.4" }, "gitHead": "3e5bde705daaf5fe95070084280cdb31ba73d75d", "homepage": "https://github.com/ljharb/is-equal", "keywords": [ "compare", "comparison", "equal", "equality", "is" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "ljharb", "email": "ljharb@gmail.com" } ], "name": "is-equal", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/ljharb/is-equal.git" }, "scripts": { "coverage": "covert test/native test/why", "coverage-quiet": "covert test/native.js --quiet", "eslint": "eslint *.js test/*.js", "jscs": "jscs *.js test/*.js", "lint": "npm run --silent jscs && npm run --silent eslint", "posttest": "npm run --silent security", "pretest": "npm run --silent lint", "security": "nsp check", "test": "npm run --silent tests-only", "test:corejs": "node test/corejs", "test:native": "node test/native", "test:shimmed": "node test/shimmed", "test:why": "node test/why", "tests-only": "npm run --silent test:native && npm run --silent test:why && npm run --silent test:shimmed && npm run --silent test:corejs" }, "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..12.0", "opera/15.0..latest", "opera/next", "safari/4.0..latest" ], "files": "test/native.js" }, "version": "1.5.3" }