[6a3a178] | 1 | {
|
---|
[59329aa] | 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"
|
---|
[6a3a178] | 118 | }
|
---|