package.json 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "object-is@1.1.3",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "object-is@1.1.3",
  10. "_id": "object-is@1.1.3",
  11. "_inBundle": false,
  12. "_integrity": "sha1-LjueZVYBN0Ve471irsTZCi6hzIE=",
  13. "_location": "/object-is",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "object-is@1.1.3",
  19. "name": "object-is",
  20. "escapedName": "object-is",
  21. "rawSpec": "1.1.3",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.3"
  24. },
  25. "_requiredBy": [
  26. "/deep-equal"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/object-is/download/object-is-1.1.3.tgz?cache=0&sync_timestamp=1601502119770&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fobject-is%2Fdownload%2Fobject-is-1.1.3.tgz",
  29. "_spec": "1.1.3",
  30. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  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. "define-properties": "^1.1.3",
  47. "es-abstract": "^1.18.0-next.1"
  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.2.0",
  53. "aud": "^1.1.2",
  54. "auto-changelog": "^2.2.1",
  55. "covert": "^1.1.1",
  56. "eslint": "^7.10.0",
  57. "has-symbols": "^1.0.1",
  58. "safe-publish-latest": "^1.1.4",
  59. "tape": "^5.0.1"
  60. },
  61. "engines": {
  62. "node": ">= 0.4"
  63. },
  64. "funding": {
  65. "url": "https://github.com/sponsors/ljharb"
  66. },
  67. "homepage": "https://github.com/es-shims/object-is",
  68. "keywords": [
  69. "is",
  70. "Object.is",
  71. "equality",
  72. "sameValueZero",
  73. "ES6",
  74. "ES2015",
  75. "shim",
  76. "polyfill",
  77. "es-shim API"
  78. ],
  79. "license": "MIT",
  80. "main": "index.js",
  81. "name": "object-is",
  82. "repository": {
  83. "type": "git",
  84. "url": "git://github.com/es-shims/object-is.git"
  85. },
  86. "scripts": {
  87. "coverage": "covert test",
  88. "lint": "eslint .",
  89. "posttest": "npx aud --production",
  90. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  91. "prelint": "es-shim-api --bound",
  92. "prepublish": "safe-publish-latest",
  93. "pretest": "npm run lint",
  94. "test": "npm run tests-only",
  95. "tests-only": "node test",
  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.3"
  118. }