package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. {
  2. "_args": [
  3. [
  4. "next-tick@1.0.0",
  5. "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin"
  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. ],
  27. "_resolved": "https://registry.npm.taobao.org/next-tick/download/next-tick-1.0.0.tgz",
  28. "_spec": "1.0.0",
  29. "_where": "/usr/local/develop/php/www/waibao/project/NN2020060801/addons/admin",
  30. "author": {
  31. "name": "Mariusz Nowak",
  32. "email": "medyk@medikoo.com",
  33. "url": "http://www.medikoo.com/"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/medikoo/next-tick/issues"
  37. },
  38. "description": "Environment agnostic nextTick polyfill",
  39. "devDependencies": {
  40. "tad": "^0.2.4",
  41. "xlint": "^0.2.2",
  42. "xlint-jslint-medikoo": "^0.1.4"
  43. },
  44. "homepage": "https://github.com/medikoo/next-tick#readme",
  45. "keywords": [
  46. "nexttick",
  47. "setImmediate",
  48. "setTimeout",
  49. "async"
  50. ],
  51. "license": "MIT",
  52. "name": "next-tick",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/medikoo/next-tick.git"
  56. },
  57. "scripts": {
  58. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  59. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  60. "test": "node node_modules/tad/bin/tad"
  61. },
  62. "version": "1.0.0"
  63. }