package.json 3.0 KB

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