package.json 3.0 KB

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