package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_args": [
  3. [
  4. "next-tick@1.0.0",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  6. ]
  7. ],
  8. "_from": "next-tick@1.0.0",
  9. "_id": "next-tick@1.0.0",
  10. "_inBundle": false,
  11. "_integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=",
  12. "_location": "/next-tick",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "next-tick@1.0.0",
  18. "name": "next-tick",
  19. "escapedName": "next-tick",
  20. "rawSpec": "1.0.0",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.0"
  23. },
  24. "_requiredBy": [
  25. "/es5-ext",
  26. "/memoizee",
  27. "/timers-ext"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
  30. "_spec": "1.0.0",
  31. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  32. "author": {
  33. "name": "Mariusz Nowak",
  34. "email": "medyk@medikoo.com",
  35. "url": "http://www.medikoo.com/"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/medikoo/next-tick/issues"
  39. },
  40. "description": "Environment agnostic nextTick polyfill",
  41. "devDependencies": {
  42. "tad": "^0.2.4",
  43. "xlint": "^0.2.2",
  44. "xlint-jslint-medikoo": "^0.1.4"
  45. },
  46. "homepage": "https://github.com/medikoo/next-tick#readme",
  47. "keywords": [
  48. "nexttick",
  49. "setImmediate",
  50. "setTimeout",
  51. "async"
  52. ],
  53. "license": "MIT",
  54. "name": "next-tick",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/medikoo/next-tick.git"
  58. },
  59. "scripts": {
  60. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  61. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  62. "test": "node node_modules/tad/bin/tad"
  63. },
  64. "version": "1.0.0"
  65. }