package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. {
  2. "_args": [
  3. [
  4. "is-negative-zero@2.0.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-negative-zero@2.0.1",
  10. "_id": "is-negative-zero@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-PedGwY3aIxkkGlNnWQjY92bxHCQ=",
  13. "_location": "/is-negative-zero",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-negative-zero@2.0.1",
  19. "name": "is-negative-zero",
  20. "escapedName": "is-negative-zero",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.nlark.com/is-negative-zero/download/is-negative-zero-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  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. "dependencies": {},
  47. "description": "Is this value negative zero? === will lie to you",
  48. "devDependencies": {
  49. "@ljharb/eslint-config": "^17.3.0",
  50. "aud": "^1.1.3",
  51. "auto-changelog": "^2.2.1",
  52. "eslint": "^7.14.0",
  53. "nyc": "^10.3.2",
  54. "safe-publish-latest": "^1.1.4",
  55. "tape": "^5.0.1"
  56. },
  57. "engines": {
  58. "node": ">= 0.4"
  59. },
  60. "funding": {
  61. "url": "https://github.com/sponsors/ljharb"
  62. },
  63. "homepage": "https://github.com/inspect-js/is-negative-zero",
  64. "keywords": [
  65. "is",
  66. "negative",
  67. "zero",
  68. "negative zero",
  69. "number",
  70. "positive",
  71. "0",
  72. "-0"
  73. ],
  74. "license": "MIT",
  75. "main": "index.js",
  76. "name": "is-negative-zero",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/inspect-js/is-negative-zero.git"
  80. },
  81. "scripts": {
  82. "lint": "eslint .",
  83. "posttest": "npx aud --production",
  84. "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
  85. "prepublish": "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.1"
  111. }