Changeset 59329aa for trip-planner-front/node_modules/deep-equal
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/deep-equal/package.json
rceaed42 r59329aa 1 1 { 2 "name": "deep-equal", 3 "version": "1.1.1", 4 "description": "node's assert.deepEqual algorithm", 5 "main": "index.js", 6 "directories": { 7 "lib": ".", 8 "example": "example", 9 "test": "test" 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" 10 24 }, 11 "scripts": { 12 "prepublish": "safe-publish-latest", 13 "pretest": "npm run lint", 14 "lint": "eslint .", 15 "tests-only": "tape test/*", 16 "test": "npm run tests-only", 17 "posttest": "npx aud", 18 "version": "auto-changelog && git add CHANGELOG.md", 19 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 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" 20 45 }, 21 46 "dependencies": { … … 27 52 "regexp.prototype.flags": "^1.2.0" 28 53 }, 54 "description": "node's assert.deepEqual algorithm", 29 55 "devDependencies": { 30 56 "@ljharb/eslint-config": "^15.0.1", … … 34 60 "tape": "^4.11.0" 35 61 }, 36 "repository": { 37 "type": "git", 38 "url": "http://github.com/substack/node-deep-equal.git" 62 "directories": { 63 "lib": ".", 64 "example": "example", 65 "test": "test" 39 66 }, 67 "funding": { 68 "url": "https://github.com/sponsors/ljharb" 69 }, 70 "homepage": "https://github.com/substack/node-deep-equal#readme", 40 71 "keywords": [ 41 72 "equality", … … 43 74 "compare" 44 75 ], 45 "author": { 46 "name": "James Halliday", 47 "email": "mail@substack.net", 48 "url": "http://substack.net" 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" 49 82 }, 50 "funding": { 51 "url": "https://github.com/sponsors/ljharb" 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" 52 92 }, 53 "license": "MIT",54 93 "testling": { 55 94 "files": "test/*.js", … … 78 117 } 79 118 }, 80 "auto-changelog": { 81 "output": "CHANGELOG.md", 82 "template": "keepachangelog", 83 "unreleased": false, 84 "commitLimit": false, 85 "backfillLimit": false 86 } 119 "version": "1.1.1" 87 120 }
Note:
See TracChangeset
for help on using the changeset viewer.