package.json 3.3 KB

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