package.json 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_from": "is-negative-zero@^2.0.2",
  3. "_id": "is-negative-zero@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==",
  6. "_location": "/is-negative-zero",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-negative-zero@^2.0.2",
  12. "name": "is-negative-zero",
  13. "escapedName": "is-negative-zero",
  14. "rawSpec": "^2.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.2"
  17. },
  18. "_requiredBy": [
  19. "/es-abstract"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.2.tgz",
  22. "_shasum": "7bf6f03a28003b8b3965de3ac26f664d765f3150",
  23. "_spec": "is-negative-zero@^2.0.2",
  24. "_where": "D:\\qianger\\7\\jindouyunNewFront\\node_modules\\es-abstract",
  25. "author": {
  26. "name": "Jordan Harband",
  27. "email": "ljharb@gmail.com"
  28. },
  29. "auto-changelog": {
  30. "output": "CHANGELOG.md",
  31. "template": "keepachangelog",
  32. "unreleased": false,
  33. "commitLimit": false,
  34. "backfillLimit": false,
  35. "hideCredit": true
  36. },
  37. "bugs": {
  38. "url": "https://github.com/inspect-js/is-negative-zero/issues"
  39. },
  40. "bundleDependencies": false,
  41. "deprecated": false,
  42. "description": "Is this value negative zero? === will lie to you",
  43. "devDependencies": {
  44. "@ljharb/eslint-config": "^20.0.0",
  45. "aud": "^1.1.5",
  46. "auto-changelog": "^2.3.0",
  47. "eslint": "^8.4.1",
  48. "nyc": "^10.3.2",
  49. "safe-publish-latest": "^2.0.0",
  50. "tape": "^5.3.2"
  51. },
  52. "engines": {
  53. "node": ">= 0.4"
  54. },
  55. "funding": {
  56. "url": "https://github.com/sponsors/ljharb"
  57. },
  58. "homepage": "https://github.com/inspect-js/is-negative-zero",
  59. "keywords": [
  60. "is",
  61. "negative",
  62. "zero",
  63. "negative zero",
  64. "number",
  65. "positive",
  66. "0",
  67. "-0"
  68. ],
  69. "license": "MIT",
  70. "main": "index.js",
  71. "name": "is-negative-zero",
  72. "repository": {
  73. "type": "git",
  74. "url": "git://github.com/inspect-js/is-negative-zero.git"
  75. },
  76. "scripts": {
  77. "lint": "eslint --ext=js,mjs .",
  78. "posttest": "aud --production",
  79. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  80. "prepublish": "not-in-publish || npm run prepublishOnly",
  81. "prepublishOnly": "safe-publish-latest",
  82. "pretest": "npm run lint",
  83. "test": "npm run tests-only",
  84. "tests-only": "nyc tape 'test/**/*.js'",
  85. "version": "auto-changelog && git add CHANGELOG.md"
  86. },
  87. "testling": {
  88. "files": "test/index.js",
  89. "browsers": [
  90. "iexplore/6.0..latest",
  91. "firefox/3.0..6.0",
  92. "firefox/15.0..latest",
  93. "firefox/nightly",
  94. "chrome/4.0..10.0",
  95. "chrome/20.0..latest",
  96. "chrome/canary",
  97. "opera/10.0..12.0",
  98. "opera/15.0..latest",
  99. "opera/next",
  100. "safari/4.0..latest",
  101. "ipad/6.0..latest",
  102. "iphone/6.0..latest",
  103. "android-browser/4.2"
  104. ]
  105. },
  106. "version": "2.0.2"
  107. }