package.json 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_args": [
  3. [
  4. "is-negative-zero@2.0.0",
  5. "E:\\amr1.0\\AMR"
  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. "/object-is/es-abstract",
  27. "/object.assign/es-abstract"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.0.tgz",
  30. "_spec": "2.0.0",
  31. "_where": "E:\\amr1.0\\AMR",
  32. "author": {
  33. "name": "Jordan Harband"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/ljharb/is-negative-zero/issues"
  37. },
  38. "dependencies": {},
  39. "description": "Is this value negative zero? === will lie to you",
  40. "devDependencies": {
  41. "@ljharb/eslint-config": "^1.0.3",
  42. "covert": "^1.1.0",
  43. "eslint": "^1.0.0-rc-3",
  44. "jscs": "^1.13.1",
  45. "tape": "^4.0.1"
  46. },
  47. "engines": {
  48. "node": ">= 0.4"
  49. },
  50. "homepage": "https://github.com/ljharb/is-negative-zero",
  51. "keywords": [
  52. "is",
  53. "negative",
  54. "zero",
  55. "negative zero",
  56. "number",
  57. "positive",
  58. "0",
  59. "-0"
  60. ],
  61. "license": "MIT",
  62. "main": "index.js",
  63. "name": "is-negative-zero",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/ljharb/is-negative-zero.git"
  67. },
  68. "scripts": {
  69. "coverage": "covert test.js",
  70. "coverage-quiet": "covert test.js --quiet",
  71. "eslint": "eslint *.js",
  72. "jscs": "jscs *.js",
  73. "lint": "npm run jscs && npm run eslint",
  74. "test": "npm run lint && node test.js && npm run coverage-quiet"
  75. },
  76. "testling": {
  77. "files": "test.js",
  78. "browsers": [
  79. "iexplore/6.0..latest",
  80. "firefox/3.0..6.0",
  81. "firefox/15.0..latest",
  82. "firefox/nightly",
  83. "chrome/4.0..10.0",
  84. "chrome/20.0..latest",
  85. "chrome/canary",
  86. "opera/10.0..12.0",
  87. "opera/15.0..latest",
  88. "opera/next",
  89. "safari/4.0..latest",
  90. "ipad/6.0..latest",
  91. "iphone/6.0..latest",
  92. "android-browser/4.2"
  93. ]
  94. },
  95. "version": "2.0.0"
  96. }