{ "_args": [ [ "object-is@^1.0.1", "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/deep-equal" ] ], "_from": "object-is@>=1.0.1 <2.0.0", "_id": "object-is@1.0.1", "_inCache": true, "_installable": true, "_location": "/object-is", "_npmUser": { "email": "ljharb@gmail.com", "name": "ljharb" }, "_npmVersion": "1.4.23", "_phantomChildren": {}, "_requested": { "name": "object-is", "raw": "object-is@^1.0.1", "rawSpec": "^1.0.1", "scope": null, "spec": ">=1.0.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/deep-equal" ], "_resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz", "_shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6", "_shrinkwrap": null, "_spec": "object-is@^1.0.1", "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/deep-equal", "author": { "name": "Jordan Harband" }, "bugs": { "url": "https://github.com/ljharb/object-is/issues" }, "dependencies": {}, "description": "ES6-compliant shim for Object.is - differentiates between -0 and +0", "devDependencies": { "covert": "~1.0.0", "jscs": "~1.5.9", "tape": "~2.14.0" }, "directories": {}, "dist": { "shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6", "tarball": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz" }, "engines": { "node": ">= 0.4" }, "gitHead": "a51367e2c85f408211982ccb3ed2f1cc2da70d05", "homepage": "https://github.com/ljharb/object-is", "keywords": [ "ES6", "Object.is", "equality", "is", "polyfill", "sameValueZero", "shim" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "ljharb", "email": "ljharb@gmail.com" } ], "name": "object-is", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git://github.com/ljharb/object-is.git" }, "scripts": { "coverage": "covert test.js", "coverage-quiet": "covert test.js --quiet", "lint": "jscs *.js", "test": "npm run lint && node test.js && npm run coverage-quiet" }, "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.js" }, "version": "1.0.1" }