package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "number-is-nan@1.0.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "number-is-nan@1.0.1",
  10. "_id": "number-is-nan@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
  13. "_location": "/number-is-nan",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "number-is-nan@1.0.1",
  19. "name": "number-is-nan",
  20. "escapedName": "number-is-nan",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/is-finite",
  27. "/is-fullwidth-code-point"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
  30. "_spec": "1.0.1",
  31. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/number-is-nan/issues"
  39. },
  40. "description": "ES2015 Number.isNaN() ponyfill",
  41. "devDependencies": {
  42. "ava": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/number-is-nan#readme",
  51. "keywords": [
  52. "es2015",
  53. "ecmascript",
  54. "ponyfill",
  55. "polyfill",
  56. "shim",
  57. "number",
  58. "is",
  59. "nan",
  60. "not"
  61. ],
  62. "license": "MIT",
  63. "name": "number-is-nan",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/number-is-nan.git"
  67. },
  68. "scripts": {
  69. "test": "ava"
  70. },
  71. "version": "1.0.1"
  72. }