package.json 2.9 KB

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