package.json 1.6 KB

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