package.json 1.6 KB

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