[6a3a178] | 1 | {
|
---|
[59329aa] | 2 | "_args": [
|
---|
| 3 | [
|
---|
| 4 | "deep-equal@1.1.1",
|
---|
| 5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
| 6 | ]
|
---|
| 7 | ],
|
---|
| 8 | "_development": true,
|
---|
| 9 | "_from": "deep-equal@1.1.1",
|
---|
| 10 | "_id": "deep-equal@1.1.1",
|
---|
| 11 | "_inBundle": false,
|
---|
| 12 | "_integrity": "sha512-yd9c5AdiqVcR+JjcwUQb9DkhJc8ngNr0MahEBGvDiJw8puWab2yZlh+nkasOnZP+EGTAP6rRp2JzJhJZzvNF8g==",
|
---|
| 13 | "_location": "/deep-equal",
|
---|
| 14 | "_phantomChildren": {},
|
---|
| 15 | "_requested": {
|
---|
| 16 | "type": "version",
|
---|
| 17 | "registry": true,
|
---|
| 18 | "raw": "deep-equal@1.1.1",
|
---|
| 19 | "name": "deep-equal",
|
---|
| 20 | "escapedName": "deep-equal",
|
---|
| 21 | "rawSpec": "1.1.1",
|
---|
| 22 | "saveSpec": null,
|
---|
| 23 | "fetchSpec": "1.1.1"
|
---|
[6a3a178] | 24 | },
|
---|
[59329aa] | 25 | "_requiredBy": [
|
---|
| 26 | "/bonjour"
|
---|
| 27 | ],
|
---|
| 28 | "_resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-1.1.1.tgz",
|
---|
| 29 | "_spec": "1.1.1",
|
---|
| 30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
| 31 | "author": {
|
---|
| 32 | "name": "James Halliday",
|
---|
| 33 | "email": "mail@substack.net",
|
---|
| 34 | "url": "http://substack.net"
|
---|
| 35 | },
|
---|
| 36 | "auto-changelog": {
|
---|
| 37 | "output": "CHANGELOG.md",
|
---|
| 38 | "template": "keepachangelog",
|
---|
| 39 | "unreleased": false,
|
---|
| 40 | "commitLimit": false,
|
---|
| 41 | "backfillLimit": false
|
---|
| 42 | },
|
---|
| 43 | "bugs": {
|
---|
| 44 | "url": "https://github.com/substack/node-deep-equal/issues"
|
---|
[6a3a178] | 45 | },
|
---|
| 46 | "dependencies": {
|
---|
| 47 | "is-arguments": "^1.0.4",
|
---|
| 48 | "is-date-object": "^1.0.1",
|
---|
| 49 | "is-regex": "^1.0.4",
|
---|
| 50 | "object-is": "^1.0.1",
|
---|
| 51 | "object-keys": "^1.1.1",
|
---|
| 52 | "regexp.prototype.flags": "^1.2.0"
|
---|
| 53 | },
|
---|
[59329aa] | 54 | "description": "node's assert.deepEqual algorithm",
|
---|
[6a3a178] | 55 | "devDependencies": {
|
---|
| 56 | "@ljharb/eslint-config": "^15.0.1",
|
---|
| 57 | "auto-changelog": "^1.16.2",
|
---|
| 58 | "eslint": "^6.6.0",
|
---|
| 59 | "safe-publish-latest": "^1.1.4",
|
---|
| 60 | "tape": "^4.11.0"
|
---|
| 61 | },
|
---|
[59329aa] | 62 | "directories": {
|
---|
| 63 | "lib": ".",
|
---|
| 64 | "example": "example",
|
---|
| 65 | "test": "test"
|
---|
| 66 | },
|
---|
| 67 | "funding": {
|
---|
| 68 | "url": "https://github.com/sponsors/ljharb"
|
---|
[6a3a178] | 69 | },
|
---|
[59329aa] | 70 | "homepage": "https://github.com/substack/node-deep-equal#readme",
|
---|
[6a3a178] | 71 | "keywords": [
|
---|
| 72 | "equality",
|
---|
| 73 | "equal",
|
---|
| 74 | "compare"
|
---|
| 75 | ],
|
---|
[59329aa] | 76 | "license": "MIT",
|
---|
| 77 | "main": "index.js",
|
---|
| 78 | "name": "deep-equal",
|
---|
| 79 | "repository": {
|
---|
| 80 | "type": "git",
|
---|
| 81 | "url": "git+ssh://git@github.com/substack/node-deep-equal.git"
|
---|
[6a3a178] | 82 | },
|
---|
[59329aa] | 83 | "scripts": {
|
---|
| 84 | "lint": "eslint .",
|
---|
| 85 | "posttest": "npx aud",
|
---|
| 86 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
|
---|
| 87 | "prepublish": "safe-publish-latest",
|
---|
| 88 | "pretest": "npm run lint",
|
---|
| 89 | "test": "npm run tests-only",
|
---|
| 90 | "tests-only": "tape test/*",
|
---|
| 91 | "version": "auto-changelog && git add CHANGELOG.md"
|
---|
[6a3a178] | 92 | },
|
---|
| 93 | "testling": {
|
---|
| 94 | "files": "test/*.js",
|
---|
| 95 | "browsers": {
|
---|
| 96 | "ie": [
|
---|
| 97 | 6,
|
---|
| 98 | 7,
|
---|
| 99 | 8,
|
---|
| 100 | 9
|
---|
| 101 | ],
|
---|
| 102 | "ff": [
|
---|
| 103 | 3.5,
|
---|
| 104 | 10,
|
---|
| 105 | 15
|
---|
| 106 | ],
|
---|
| 107 | "chrome": [
|
---|
| 108 | 10,
|
---|
| 109 | 22
|
---|
| 110 | ],
|
---|
| 111 | "safari": [
|
---|
| 112 | 5.1
|
---|
| 113 | ],
|
---|
| 114 | "opera": [
|
---|
| 115 | 12
|
---|
| 116 | ]
|
---|
| 117 | }
|
---|
| 118 | },
|
---|
[59329aa] | 119 | "version": "1.1.1"
|
---|
[6a3a178] | 120 | }
|
---|