mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-13 02:20:18 +00:00
87 lines
2.1 KiB
JSON
87 lines
2.1 KiB
JSON
{
|
|
"_from": "object-is@^1.0.1",
|
|
"_id": "object-is@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-CqYOyZiaCz7Xlc9NBvYs8a1lObY=",
|
|
"_location": "/object-is",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "object-is@^1.0.1",
|
|
"name": "object-is",
|
|
"escapedName": "object-is",
|
|
"rawSpec": "^1.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/deep-equal"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/object-is/-/object-is-1.0.1.tgz",
|
|
"_shasum": "0aa60ec9989a0b3ed795cf4d06f62cf1ad6539b6",
|
|
"_spec": "object-is@^1.0.1",
|
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\FutoX-Musix\\node_modules\\deep-equal",
|
|
"author": {
|
|
"name": "Jordan Harband"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ljharb/object-is/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4"
|
|
},
|
|
"homepage": "https://github.com/ljharb/object-is",
|
|
"keywords": [
|
|
"is",
|
|
"Object.is",
|
|
"equality",
|
|
"sameValueZero",
|
|
"ES6",
|
|
"shim",
|
|
"polyfill"
|
|
],
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"name": "object-is",
|
|
"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": {
|
|
"files": "test.js",
|
|
"browsers": [
|
|
"iexplore/6.0..latest",
|
|
"firefox/3.0..6.0",
|
|
"firefox/15.0..latest",
|
|
"firefox/nightly",
|
|
"chrome/4.0..10.0",
|
|
"chrome/20.0..latest",
|
|
"chrome/canary",
|
|
"opera/10.0..12.0",
|
|
"opera/15.0..latest",
|
|
"opera/next",
|
|
"safari/4.0..latest",
|
|
"ipad/6.0..latest",
|
|
"iphone/6.0..latest",
|
|
"android-browser/4.2"
|
|
]
|
|
},
|
|
"version": "1.0.1"
|
|
}
|