mirror of
https://github.com/musix-org/musix-oss
synced 2024-11-10 11:20:19 +00:00
152 lines
3.6 KiB
JSON
152 lines
3.6 KiB
JSON
|
{
|
||
|
"_from": "deep-equal@^2.0.0",
|
||
|
"_id": "deep-equal@2.0.1",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-7Et6r6XfNW61CPPCIYfm1YPGSmh6+CliYeL4km7GWJcpX5LTAflGF8drLLR+MZX+2P3NZfAfSduutBbSWqER4g==",
|
||
|
"_location": "/deep-equal",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "deep-equal@^2.0.0",
|
||
|
"name": "deep-equal",
|
||
|
"escapedName": "deep-equal",
|
||
|
"rawSpec": "^2.0.0",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.0"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/@google-cloud/firestore"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.1.tgz",
|
||
|
"_shasum": "fc12bbd6850e93212f21344748682ccc5a8813cf",
|
||
|
"_spec": "deep-equal@^2.0.0",
|
||
|
"_where": "C:\\Users\\matia\\Documents\\GitHub\\Musix\\node_modules\\@google-cloud\\firestore",
|
||
|
"author": {
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "http://substack.net"
|
||
|
},
|
||
|
"auto-changelog": {
|
||
|
"output": "CHANGELOG.md",
|
||
|
"template": "keepachangelog",
|
||
|
"unreleased": false,
|
||
|
"commitLimit": false,
|
||
|
"backfillLimit": false
|
||
|
},
|
||
|
"browser": {
|
||
|
"assert.js": false
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/inspect-js/node-deep-equal/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "James Halliday",
|
||
|
"email": "mail@substack.net",
|
||
|
"url": "https://substack.net"
|
||
|
},
|
||
|
{
|
||
|
"name": "Jordan Harband",
|
||
|
"email": "ljharb@gmail.com"
|
||
|
}
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"es-abstract": "^1.16.3",
|
||
|
"es-get-iterator": "^1.0.1",
|
||
|
"is-arguments": "^1.0.4",
|
||
|
"is-date-object": "^1.0.1",
|
||
|
"is-regex": "^1.0.4",
|
||
|
"isarray": "^2.0.5",
|
||
|
"object-is": "^1.0.1",
|
||
|
"object-keys": "^1.1.1",
|
||
|
"regexp.prototype.flags": "^1.2.0",
|
||
|
"side-channel": "^1.0.1",
|
||
|
"which-boxed-primitive": "^1.0.1",
|
||
|
"which-collection": "^1.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "node's assert.deepEqual algorithm",
|
||
|
"devDependencies": {
|
||
|
"@ljharb/eslint-config": "^15.0.2",
|
||
|
"auto-changelog": "^1.16.2",
|
||
|
"eslint": "^6.7.2",
|
||
|
"has-symbols": "^1.0.1",
|
||
|
"has-typed-arrays": "^1.0.0",
|
||
|
"object.assign": "^4.1.0",
|
||
|
"object.getownpropertydescriptors": "^2.0.3",
|
||
|
"safe-publish-latest": "^1.1.4",
|
||
|
"semver": "^6.3.0",
|
||
|
"tape": "^4.11.0"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": ".",
|
||
|
"example": "example",
|
||
|
"test": "test"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": [
|
||
|
{
|
||
|
"default": "./index.js"
|
||
|
},
|
||
|
"./index.js"
|
||
|
],
|
||
|
"./package": "./package.json",
|
||
|
"./package.json": "./package"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
},
|
||
|
"homepage": "https://github.com/inspect-js/node-deep-equal#readme",
|
||
|
"keywords": [
|
||
|
"equality",
|
||
|
"equal",
|
||
|
"compare"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "index.js",
|
||
|
"name": "deep-equal",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+ssh://git@github.com/inspect-js/node-deep-equal.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"lint": "eslint .",
|
||
|
"posttest": "npx aud",
|
||
|
"postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
||
|
"prepublish": "safe-publish-latest",
|
||
|
"pretest": "npm run lint",
|
||
|
"test": "npm run tests-only",
|
||
|
"tests-only": "tape test/*",
|
||
|
"version": "auto-changelog && git add CHANGELOG.md"
|
||
|
},
|
||
|
"testling": {
|
||
|
"files": "test/*.js",
|
||
|
"browsers": {
|
||
|
"ie": [
|
||
|
6,
|
||
|
7,
|
||
|
8,
|
||
|
9
|
||
|
],
|
||
|
"ff": [
|
||
|
3.5,
|
||
|
10,
|
||
|
15
|
||
|
],
|
||
|
"chrome": [
|
||
|
10,
|
||
|
22
|
||
|
],
|
||
|
"safari": [
|
||
|
5.1
|
||
|
],
|
||
|
"opera": [
|
||
|
12
|
||
|
]
|
||
|
}
|
||
|
},
|
||
|
"version": "2.0.1"
|
||
|
}
|