package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_from": "timers-ext@^0.1.5",
  3. "_id": "timers-ext@0.1.7",
  4. "_inBundle": false,
  5. "_integrity": "sha512-b85NUNzTSdodShTIbky6ZF02e8STtVVfD+fu4aXXShEELpozH+bCpJLYMPZbsABN2wDH7fJpqIoXxJpzbf0NqQ==",
  6. "_location": "/timers-ext",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "timers-ext@^0.1.5",
  12. "name": "timers-ext",
  13. "escapedName": "timers-ext",
  14. "rawSpec": "^0.1.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.1.5"
  17. },
  18. "_requiredBy": [
  19. "/memoizee"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/timers-ext/-/timers-ext-0.1.7.tgz",
  22. "_shasum": "6f57ad8578e07a3fb9f91d9387d65647555e25c6",
  23. "_spec": "timers-ext@^0.1.5",
  24. "_where": "/home/kevin/Documents/Sites/figureslibres.net/user/themes/figureslibres/node_modules/memoizee",
  25. "author": {
  26. "name": "Mariusz Nowak",
  27. "email": "medyk@medikoo.com",
  28. "url": "http://www.medikoo.com/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/medikoo/timers-ext/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "es5-ext": "~0.10.46",
  36. "next-tick": "1"
  37. },
  38. "deprecated": false,
  39. "description": "Timers extensions",
  40. "devDependencies": {
  41. "eslint": "^5.6.1",
  42. "eslint-config-medikoo-es5": "^1.7.2",
  43. "tad": "^0.2.8"
  44. },
  45. "eslintConfig": {
  46. "extends": "medikoo-es5",
  47. "root": true,
  48. "globals": {
  49. "clearInterval": true,
  50. "clearTimeout": true,
  51. "setInterval": true,
  52. "setTimeout": true
  53. }
  54. },
  55. "homepage": "https://github.com/medikoo/timers-ext#readme",
  56. "keywords": [
  57. "timeout",
  58. "delay",
  59. "interval",
  60. "time",
  61. "timer",
  62. "timers"
  63. ],
  64. "license": "ISC",
  65. "name": "timers-ext",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/medikoo/timers-ext.git"
  69. },
  70. "scripts": {
  71. "lint": "eslint --ignore-path=.gitignore .",
  72. "test": "node node_modules/tad/bin/tad"
  73. },
  74. "version": "0.1.7"
  75. }