163 lines
3.8 KiB
JSON
163 lines
3.8 KiB
JSON
|
{
|
||
|
"_from": "deep-equal@^2.0.5",
|
||
|
"_id": "deep-equal@2.0.5",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-nPiRgmbAtm1a3JsnLCf6/SLfXcjyN5v8L1TXzdCmHrXJ4hx+gW/w1YCcn7z8gJtSiDArZCgYtbao3QqLm/N1Sw==",
|
||
|
"_location": "/deep-equal",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "deep-equal@^2.0.5",
|
||
|
"name": "deep-equal",
|
||
|
"escapedName": "deep-equal",
|
||
|
"rawSpec": "^2.0.5",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.5"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/tape"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.0.5.tgz",
|
||
|
"_shasum": "55cd2fe326d83f9cbf7261ef0e060b3f724c5cb9",
|
||
|
"_spec": "deep-equal@^2.0.5",
|
||
|
"_where": "/home/lilleman/go/src/gitlab.larvit.se/power-plan/auth/tests/node_modules/tape",
|
||
|
"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,
|
||
|
"hideCredit": true
|
||
|
},
|
||
|
"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": {
|
||
|
"call-bind": "^1.0.0",
|
||
|
"es-get-iterator": "^1.1.1",
|
||
|
"get-intrinsic": "^1.0.1",
|
||
|
"is-arguments": "^1.0.4",
|
||
|
"is-date-object": "^1.0.2",
|
||
|
"is-regex": "^1.1.1",
|
||
|
"isarray": "^2.0.5",
|
||
|
"object-is": "^1.1.4",
|
||
|
"object-keys": "^1.1.1",
|
||
|
"object.assign": "^4.1.2",
|
||
|
"regexp.prototype.flags": "^1.3.0",
|
||
|
"side-channel": "^1.0.3",
|
||
|
"which-boxed-primitive": "^1.0.1",
|
||
|
"which-collection": "^1.0.1",
|
||
|
"which-typed-array": "^1.1.2"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"description": "node's assert.deepEqual algorithm",
|
||
|
"devDependencies": {
|
||
|
"@ljharb/eslint-config": "^17.3.0",
|
||
|
"aud": "^1.1.3",
|
||
|
"auto-changelog": "^2.2.1",
|
||
|
"eslint": "^7.14.0",
|
||
|
"has-symbols": "^1.0.1",
|
||
|
"has-typed-arrays": "^1.0.0",
|
||
|
"nyc": "^10.3.2",
|
||
|
"object.getownpropertydescriptors": "^2.1.1",
|
||
|
"safe-publish-latest": "^1.1.4",
|
||
|
"semver": "^6.3.0",
|
||
|
"tape": "^5.0.1"
|
||
|
},
|
||
|
"directories": {
|
||
|
"lib": ".",
|
||
|
"example": "example",
|
||
|
"test": "test"
|
||
|
},
|
||
|
"exports": {
|
||
|
".": [
|
||
|
{
|
||
|
"default": "./index.js"
|
||
|
},
|
||
|
"./index.js"
|
||
|
],
|
||
|
"./package": "./package.json",
|
||
|
"./package.json": "./package.json"
|
||
|
},
|
||
|
"funding": {
|
||
|
"url": "https://github.com/sponsors/ljharb"
|
||
|
},
|
||
|
"greenkeeper": {
|
||
|
"ignore": [
|
||
|
"nyc",
|
||
|
"semver"
|
||
|
]
|
||
|
},
|
||
|
"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 --production",
|
||
|
"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": "nyc tape 'test/**/*.js'",
|
||
|
"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.5"
|
||
|
}
|