You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "_from": "is-finite@^1.0.0",
  3. "_id": "is-finite@1.1.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
  6. "_location": "/is-finite",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "is-finite@^1.0.0",
  12. "name": "is-finite",
  13. "escapedName": "is-finite",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/repeating"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
  22. "_shasum": "904135c77fb42c0641d6aa1bcdbc4daa8da082f3",
  23. "_spec": "is-finite@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\repeating",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/is-finite/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "ES2015 Number.isFinite() ponyfill",
  36. "devDependencies": {
  37. "ava": "^3.2.0"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "funding": "https://github.com/sponsors/sindresorhus",
  46. "homepage": "https://github.com/sindresorhus/is-finite#readme",
  47. "keywords": [
  48. "es2015",
  49. "ponyfill",
  50. "polyfill",
  51. "shim",
  52. "number",
  53. "finite",
  54. "is"
  55. ],
  56. "license": "MIT",
  57. "name": "is-finite",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/sindresorhus/is-finite.git"
  61. },
  62. "scripts": {
  63. "test": "ava"
  64. },
  65. "version": "1.1.0"
  66. }