package.json 714 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "number-is-nan",
  3. "version": "1.0.1",
  4. "description": "ES2015 Number.isNaN() ponyfill",
  5. "license": "MIT",
  6. "repository": "sindresorhus/number-is-nan",
  7. "author": {
  8. "name": "Sindre Sorhus",
  9. "email": "sindresorhus@gmail.com",
  10. "url": "sindresorhus.com"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "es2015",
  23. "ecmascript",
  24. "ponyfill",
  25. "polyfill",
  26. "shim",
  27. "number",
  28. "is",
  29. "nan",
  30. "not"
  31. ],
  32. "devDependencies": {
  33. "ava": "*"
  34. },
  35. "_from": "number-is-nan@1.0.1",
  36. "_resolved": "http://registry.npm.taobao.org/number-is-nan/download/number-is-nan-1.0.1.tgz"
  37. }