package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. {
  2. "_args": [
  3. [
  4. "is-nan@1.3.2",
  5. "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet"
  6. ]
  7. ],
  8. "_from": "is-nan@1.3.2",
  9. "_id": "is-nan@1.3.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-E+zBKpQ2t6MEo1VsonYmluk9NxGrbzpeeLC2xIViuO2EjU2xsXsBPwTr3Ykv9l08UYEVEdWeRZNouaZqF6RN0w==",
  12. "_location": "/is-nan",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "is-nan@1.3.2",
  18. "name": "is-nan",
  19. "escapedName": "is-nan",
  20. "rawSpec": "1.3.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.2"
  23. },
  24. "_requiredBy": [
  25. "/assert"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.2.tgz",
  28. "_spec": "1.3.2",
  29. "_where": "/Users/EricKim/docker-works/go/src/sync-block/third_party/ripple-wallet",
  30. "author": {
  31. "name": "Jordan Harband"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/es-shims/is-nan/issues"
  35. },
  36. "dependencies": {
  37. "call-bind": "^1.0.0",
  38. "define-properties": "^1.1.3"
  39. },
  40. "description": "ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.",
  41. "devDependencies": {
  42. "@es-shims/api": "^2.1.2",
  43. "@ljharb/eslint-config": "^17.3.0",
  44. "aud": "^1.1.3",
  45. "es5-shim": "^4.5.14",
  46. "eslint": "^7.16.0",
  47. "functions-have-names": "^1.2.2",
  48. "nyc": "^10.3.2",
  49. "safe-publish-latest": "^1.1.4",
  50. "tape": "^5.0.1"
  51. },
  52. "engines": {
  53. "node": ">= 0.4"
  54. },
  55. "funding": {
  56. "url": "https://github.com/sponsors/ljharb"
  57. },
  58. "homepage": "https://github.com/es-shims/is-nan",
  59. "keywords": [
  60. "is",
  61. "NaN",
  62. "not a number",
  63. "number",
  64. "isNaN",
  65. "ES6",
  66. "ES2015",
  67. "shim",
  68. "polyfill",
  69. "es-shim API"
  70. ],
  71. "license": "MIT",
  72. "main": "index.js",
  73. "name": "is-nan",
  74. "repository": {
  75. "type": "git",
  76. "url": "git://github.com/es-shims/is-nan.git"
  77. },
  78. "scripts": {
  79. "lint": "eslint .",
  80. "postlint": "es-shim-api --bound",
  81. "posttest": "npx aud --production",
  82. "prepublish": "safe-publish-latest",
  83. "pretest": "npm run lint",
  84. "test": "npm run tests-only",
  85. "tests-only": "nyc tape 'test/**/*.js'"
  86. },
  87. "testling": {
  88. "files": "test.js",
  89. "browsers": [
  90. "iexplore/6.0..latest",
  91. "firefox/3.0..6.0",
  92. "firefox/15.0..latest",
  93. "firefox/nightly",
  94. "chrome/4.0..10.0",
  95. "chrome/20.0..latest",
  96. "chrome/canary",
  97. "opera/10.0..12.0",
  98. "opera/15.0..latest",
  99. "opera/next",
  100. "safari/4.0..latest",
  101. "ipad/6.0..latest",
  102. "iphone/6.0..latest",
  103. "android-browser/4.2"
  104. ]
  105. },
  106. "version": "1.3.2"
  107. }