package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_from": "is-nan@^1.2.1",
  3. "_id": "is-nan@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-z7bbREymOqt2CCaZVly8aC4ML3Xhfi0ekuOnjO2L8vKdl+CttdVoGZQhd4adMFAsxQ5VeRVwORs4tU8RH+HFtQ==",
  6. "_location": "/is-nan",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-nan@^1.2.1",
  12. "name": "is-nan",
  13. "escapedName": "is-nan",
  14. "rawSpec": "^1.2.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.1"
  17. },
  18. "_requiredBy": [
  19. "/cron-parser"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-nan/-/is-nan-1.3.0.tgz",
  22. "_shasum": "85d1f5482f7051c2019f5673ccebdb06f3b0db03",
  23. "_spec": "is-nan@^1.2.1",
  24. "_where": "/data/wwwroot/zbsc.yunbaozb.com/node/node_modules/cron-parser",
  25. "author": {
  26. "name": "Jordan Harband"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/es-shims/is-nan/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "define-properties": "^1.1.3"
  34. },
  35. "deprecated": false,
  36. "description": "ES2015-compliant shim for Number.isNaN - the global isNaN returns false positives.",
  37. "devDependencies": {
  38. "@es-shims/api": "^2.1.2",
  39. "@ljharb/eslint-config": "^15.0.2",
  40. "covert": "^1.1.1",
  41. "es5-shim": "^4.5.13",
  42. "eslint": "^6.7.2",
  43. "functions-have-names": "^1.2.0",
  44. "tape": "^4.11.0"
  45. },
  46. "engines": {
  47. "node": ">= 0.4"
  48. },
  49. "funding": {
  50. "url": "https://github.com/sponsors/ljharb"
  51. },
  52. "homepage": "https://github.com/es-shims/is-nan",
  53. "keywords": [
  54. "is",
  55. "NaN",
  56. "not a number",
  57. "number",
  58. "isNaN",
  59. "ES6",
  60. "ES2015",
  61. "shim",
  62. "polyfill",
  63. "es-shim API"
  64. ],
  65. "license": "MIT",
  66. "main": "index.js",
  67. "name": "is-nan",
  68. "repository": {
  69. "type": "git",
  70. "url": "git://github.com/es-shims/is-nan.git"
  71. },
  72. "scripts": {
  73. "coverage": "covert test/*.js",
  74. "lint": "eslint .",
  75. "posttest": "npx aud",
  76. "pretest": "npm run lint && es-shim-api",
  77. "test": "npm run tests-only",
  78. "test:function": "node test/index",
  79. "test:shimmed": "node test/shimmed",
  80. "tests-only": "npm run test:function && npm run --silent test:shimmed"
  81. },
  82. "testling": {
  83. "files": "test.js",
  84. "browsers": [
  85. "iexplore/6.0..latest",
  86. "firefox/3.0..6.0",
  87. "firefox/15.0..latest",
  88. "firefox/nightly",
  89. "chrome/4.0..10.0",
  90. "chrome/20.0..latest",
  91. "chrome/canary",
  92. "opera/10.0..12.0",
  93. "opera/15.0..latest",
  94. "opera/next",
  95. "safari/4.0..latest",
  96. "ipad/6.0..latest",
  97. "iphone/6.0..latest",
  98. "android-browser/4.2"
  99. ]
  100. },
  101. "version": "1.3.0"
  102. }