package.json 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. {
  2. "_args": [
  3. [
  4. "object-is@1.1.3",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-is@1.1.3",
  10. "_id": "object-is@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha512-teyqLvFWzLkq5B9ki8FVWA902UER2qkxmdA4nLf+wjOLAWgxzCWZNCxpDq9MvE8MmhWNr+I8w3BN49Vx36Y6Xg==",
  13. "_location": "/object-is",
  14. "_phantomChildren": {
  15. "es-to-primitive": "1.2.1",
  16. "function-bind": "1.1.1",
  17. "has": "1.0.3",
  18. "has-symbols": "1.0.1",
  19. "is-callable": "1.2.2",
  20. "is-negative-zero": "2.0.0",
  21. "is-regex": "1.1.1",
  22. "object-inspect": "1.8.0",
  23. "object-keys": "1.1.1",
  24. "object.assign": "4.1.1",
  25. "string.prototype.trimend": "1.0.1",
  26. "string.prototype.trimstart": "1.0.1"
  27. },
  28. "_requested": {
  29. "type": "version",
  30. "registry": true,
  31. "raw": "object-is@1.1.3",
  32. "name": "object-is",
  33. "escapedName": "object-is",
  34. "rawSpec": "1.1.3",
  35. "saveSpec": null,
  36. "fetchSpec": "1.1.3"
  37. },
  38. "_requiredBy": [
  39. "/deep-equal"
  40. ],
  41. "_resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.3.tgz",
  42. "_spec": "1.1.3",
  43. "_where": "E:\\amr1.0\\AMR",
  44. "author": {
  45. "name": "Jordan Harband"
  46. },
  47. "auto-changelog": {
  48. "output": "CHANGELOG.md",
  49. "template": "keepachangelog",
  50. "unreleased": false,
  51. "commitLimit": false,
  52. "backfillLimit": false,
  53. "hideCredit": true
  54. },
  55. "bugs": {
  56. "url": "https://github.com/es-shims/object-is/issues"
  57. },
  58. "dependencies": {
  59. "define-properties": "^1.1.3",
  60. "es-abstract": "^1.18.0-next.1"
  61. },
  62. "description": "ES2015-compliant shim for Object.is - differentiates between -0 and +0",
  63. "devDependencies": {
  64. "@es-shims/api": "^2.1.2",
  65. "@ljharb/eslint-config": "^17.2.0",
  66. "aud": "^1.1.2",
  67. "auto-changelog": "^2.2.1",
  68. "covert": "^1.1.1",
  69. "eslint": "^7.10.0",
  70. "has-symbols": "^1.0.1",
  71. "safe-publish-latest": "^1.1.4",
  72. "tape": "^5.0.1"
  73. },
  74. "engines": {
  75. "node": ">= 0.4"
  76. },
  77. "funding": {
  78. "url": "https://github.com/sponsors/ljharb"
  79. },
  80. "homepage": "https://github.com/es-shims/object-is",
  81. "keywords": [
  82. "is",
  83. "Object.is",
  84. "equality",
  85. "sameValueZero",
  86. "ES6",
  87. "ES2015",
  88. "shim",
  89. "polyfill",
  90. "es-shim API"
  91. ],
  92. "license": "MIT",
  93. "main": "index.js",
  94. "name": "object-is",
  95. "repository": {
  96. "type": "git",
  97. "url": "git://github.com/es-shims/object-is.git"
  98. },
  99. "scripts": {
  100. "coverage": "covert test",
  101. "lint": "eslint .",
  102. "posttest": "npx aud --production",
  103. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  104. "prelint": "es-shim-api --bound",
  105. "prepublish": "safe-publish-latest",
  106. "pretest": "npm run lint",
  107. "test": "npm run tests-only",
  108. "tests-only": "node test",
  109. "version": "auto-changelog && git add CHANGELOG.md"
  110. },
  111. "testling": {
  112. "files": "test.js",
  113. "browsers": [
  114. "iexplore/6.0..latest",
  115. "firefox/3.0..6.0",
  116. "firefox/15.0..latest",
  117. "firefox/nightly",
  118. "chrome/4.0..10.0",
  119. "chrome/20.0..latest",
  120. "chrome/canary",
  121. "opera/10.0..12.0",
  122. "opera/15.0..latest",
  123. "opera/next",
  124. "safari/4.0..latest",
  125. "ipad/6.0..latest",
  126. "iphone/6.0..latest",
  127. "android-browser/4.2"
  128. ]
  129. },
  130. "version": "1.1.3"
  131. }