Changeset 59329aa for trip-planner-front/node_modules/object-is
- 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/object-is/package.json
rceaed42 r59329aa 1 1 { 2 "name": "object-is", 3 "version": "1.1.5", 4 "description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0", 5 "author": "Jordan Harband", 6 "funding": { 7 "url": "https://github.com/sponsors/ljharb" 8 }, 9 "license": "MIT", 10 "main": "index.js", 11 "scripts": { 12 "prepublish": "safe-publish-latest", 13 "pretest": "npm run lint", 14 "tests-only": "nyc tape 'test/**/*.js'", 15 "test": "npm run tests-only", 16 "posttest": "aud --production", 17 "lint": "eslint .", 18 "postlint": "es-shim-api --bound", 19 "version": "auto-changelog && git add CHANGELOG.md", 20 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" 21 }, 22 "repository": { 23 "type": "git", 24 "url": "git://github.com/es-shims/object-is.git" 25 }, 26 "bugs": { 27 "url": "https://github.com/es-shims/object-is/issues" 28 }, 29 "homepage": "https://github.com/es-shims/object-is", 30 "keywords": [ 31 "is", 32 "Object.is", 33 "equality", 34 "sameValueZero", 35 "ES6", 36 "ES2015", 37 "shim", 38 "polyfill", 39 "es-shim API" 40 ], 41 "dependencies": { 42 "call-bind": "^1.0.2", 43 "define-properties": "^1.1.3" 44 }, 45 "devDependencies": { 46 "@es-shims/api": "^2.1.2", 47 "@ljharb/eslint-config": "^17.5.1", 48 "aud": "^1.1.4", 49 "auto-changelog": "^2.2.1", 50 "eslint": "^7.20.0", 51 "functions-have-names": "^1.2.2", 52 "has-symbols": "^1.0.1", 53 "nyc": "^10.3.2", 54 "safe-publish-latest": "^1.1.4", 55 "tape": "^5.2.0" 56 }, 57 "testling": { 58 "files": "test.js", 59 "browsers": [ 60 "iexplore/6.0..latest", 61 "firefox/3.0..6.0", 62 "firefox/15.0..latest", 63 "firefox/nightly", 64 "chrome/4.0..10.0", 65 "chrome/20.0..latest", 66 "chrome/canary", 67 "opera/10.0..12.0", 68 "opera/15.0..latest", 69 "opera/next", 70 "safari/4.0..latest", 71 "ipad/6.0..latest", 72 "iphone/6.0..latest", 73 "android-browser/4.2" 74 ] 75 }, 76 "engines": { 77 "node": ">= 0.4" 78 }, 79 "auto-changelog": { 80 "output": "CHANGELOG.md", 81 "template": "keepachangelog", 82 "unreleased": false, 83 "commitLimit": false, 84 "backfillLimit": false, 85 "hideCredit": true 86 } 2 "_args": [ 3 [ 4 "object-is@1.1.5", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "object-is@1.1.5", 10 "_id": "object-is@1.1.5", 11 "_inBundle": false, 12 "_integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", 13 "_location": "/object-is", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "object-is@1.1.5", 19 "name": "object-is", 20 "escapedName": "object-is", 21 "rawSpec": "1.1.5", 22 "saveSpec": null, 23 "fetchSpec": "1.1.5" 24 }, 25 "_requiredBy": [ 26 "/deep-equal" 27 ], 28 "_resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", 29 "_spec": "1.1.5", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Jordan Harband" 33 }, 34 "auto-changelog": { 35 "output": "CHANGELOG.md", 36 "template": "keepachangelog", 37 "unreleased": false, 38 "commitLimit": false, 39 "backfillLimit": false, 40 "hideCredit": true 41 }, 42 "bugs": { 43 "url": "https://github.com/es-shims/object-is/issues" 44 }, 45 "dependencies": { 46 "call-bind": "^1.0.2", 47 "define-properties": "^1.1.3" 48 }, 49 "description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0", 50 "devDependencies": { 51 "@es-shims/api": "^2.1.2", 52 "@ljharb/eslint-config": "^17.5.1", 53 "aud": "^1.1.4", 54 "auto-changelog": "^2.2.1", 55 "eslint": "^7.20.0", 56 "functions-have-names": "^1.2.2", 57 "has-symbols": "^1.0.1", 58 "nyc": "^10.3.2", 59 "safe-publish-latest": "^1.1.4", 60 "tape": "^5.2.0" 61 }, 62 "engines": { 63 "node": ">= 0.4" 64 }, 65 "funding": { 66 "url": "https://github.com/sponsors/ljharb" 67 }, 68 "homepage": "https://github.com/es-shims/object-is", 69 "keywords": [ 70 "is", 71 "Object.is", 72 "equality", 73 "sameValueZero", 74 "ES6", 75 "ES2015", 76 "shim", 77 "polyfill", 78 "es-shim API" 79 ], 80 "license": "MIT", 81 "main": "index.js", 82 "name": "object-is", 83 "repository": { 84 "type": "git", 85 "url": "git://github.com/es-shims/object-is.git" 86 }, 87 "scripts": { 88 "lint": "eslint .", 89 "postlint": "es-shim-api --bound", 90 "posttest": "aud --production", 91 "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"", 92 "prepublish": "safe-publish-latest", 93 "pretest": "npm run lint", 94 "test": "npm run tests-only", 95 "tests-only": "nyc tape 'test/**/*.js'", 96 "version": "auto-changelog && git add CHANGELOG.md" 97 }, 98 "testling": { 99 "files": "test.js", 100 "browsers": [ 101 "iexplore/6.0..latest", 102 "firefox/3.0..6.0", 103 "firefox/15.0..latest", 104 "firefox/nightly", 105 "chrome/4.0..10.0", 106 "chrome/20.0..latest", 107 "chrome/canary", 108 "opera/10.0..12.0", 109 "opera/15.0..latest", 110 "opera/next", 111 "safari/4.0..latest", 112 "ipad/6.0..latest", 113 "iphone/6.0..latest", 114 "android-browser/4.2" 115 ] 116 }, 117 "version": "1.1.5" 87 118 }
Note:
See TracChangeset
for help on using the changeset viewer.