package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "_args": [
  3. [
  4. "is-negative-zero@2.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "is-negative-zero@2.0.0",
  10. "_id": "is-negative-zero@2.0.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-lVOxIbD6wohp2p7UWeIMdUN4hGE=",
  13. "_location": "/is-negative-zero",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "is-negative-zero@2.0.0",
  19. "name": "is-negative-zero",
  20. "escapedName": "is-negative-zero",
  21. "rawSpec": "2.0.0",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.0"
  24. },
  25. "_requiredBy": [
  26. "/es-abstract"
  27. ],
  28. "_resolved": "https://registry.npm.taobao.org/is-negative-zero/download/is-negative-zero-2.0.0.tgz",
  29. "_spec": "2.0.0",
  30. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  31. "author": {
  32. "name": "Jordan Harband"
  33. },
  34. "bugs": {
  35. "url": "https://github.com/ljharb/is-negative-zero/issues"
  36. },
  37. "dependencies": {},
  38. "description": "Is this value negative zero? === will lie to you",
  39. "devDependencies": {
  40. "@ljharb/eslint-config": "^1.0.3",
  41. "covert": "^1.1.0",
  42. "eslint": "^1.0.0-rc-3",
  43. "jscs": "^1.13.1",
  44. "tape": "^4.0.1"
  45. },
  46. "engines": {
  47. "node": ">= 0.4"
  48. },
  49. "homepage": "https://github.com/ljharb/is-negative-zero",
  50. "keywords": [
  51. "is",
  52. "negative",
  53. "zero",
  54. "negative zero",
  55. "number",
  56. "positive",
  57. "0",
  58. "-0"
  59. ],
  60. "license": "MIT",
  61. "main": "index.js",
  62. "name": "is-negative-zero",
  63. "repository": {
  64. "type": "git",
  65. "url": "git://github.com/ljharb/is-negative-zero.git"
  66. },
  67. "scripts": {
  68. "coverage": "covert test.js",
  69. "coverage-quiet": "covert test.js --quiet",
  70. "eslint": "eslint *.js",
  71. "jscs": "jscs *.js",
  72. "lint": "npm run jscs && npm run eslint",
  73. "test": "npm run lint && node test.js && npm run coverage-quiet"
  74. },
  75. "testling": {
  76. "files": "test.js",
  77. "browsers": [
  78. "iexplore/6.0..latest",
  79. "firefox/3.0..6.0",
  80. "firefox/15.0..latest",
  81. "firefox/nightly",
  82. "chrome/4.0..10.0",
  83. "chrome/20.0..latest",
  84. "chrome/canary",
  85. "opera/10.0..12.0",
  86. "opera/15.0..latest",
  87. "opera/next",
  88. "safari/4.0..latest",
  89. "ipad/6.0..latest",
  90. "iphone/6.0..latest",
  91. "android-browser/4.2"
  92. ]
  93. },
  94. "version": "2.0.0"
  95. }