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.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "next-tick@~1.0.0",
  3. "_id": "next-tick@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-yobR/ogoFpsBICCOPchCS524NCw=",
  6. "_location": "/next-tick",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "next-tick@~1.0.0",
  12. "name": "next-tick",
  13. "escapedName": "next-tick",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/es5-ext"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
  22. "_shasum": "ca86d1fe8828169b0120208e3dc8424b9db8342c",
  23. "_spec": "next-tick@~1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\es5-ext",
  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/next-tick/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Environment agnostic nextTick polyfill",
  36. "devDependencies": {
  37. "tad": "^0.2.4",
  38. "xlint": "^0.2.2",
  39. "xlint-jslint-medikoo": "^0.1.4"
  40. },
  41. "homepage": "https://github.com/medikoo/next-tick#readme",
  42. "keywords": [
  43. "nexttick",
  44. "setImmediate",
  45. "setTimeout",
  46. "async"
  47. ],
  48. "license": "MIT",
  49. "name": "next-tick",
  50. "repository": {
  51. "type": "git",
  52. "url": "git://github.com/medikoo/next-tick.git"
  53. },
  54. "scripts": {
  55. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  56. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  57. "test": "node node_modules/tad/bin/tad"
  58. },
  59. "version": "1.0.0"
  60. }