package.json 3.0 KB

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