package.json 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "next-tick@1",
  5. "/home/seleznev/project Angular/Quality system/node_modules/es5-ext"
  6. ]
  7. ],
  8. "_from": "next-tick@>=1.0.0 <2.0.0",
  9. "_id": "next-tick@1.0.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/next-tick",
  13. "_nodeVersion": "4.4.5",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/next-tick-1.0.0.tgz_1465503233826_0.9096911298111081"
  17. },
  18. "_npmUser": {
  19. "email": "medikoo+npm@medikoo.com",
  20. "name": "medikoo"
  21. },
  22. "_npmVersion": "2.15.5",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "next-tick",
  26. "raw": "next-tick@1",
  27. "rawSpec": "1",
  28. "scope": null,
  29. "spec": ">=1.0.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/es5-ext"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz",
  36. "_shasum": "ca86d1fe8828169b0120208e3dc8424b9db8342c",
  37. "_shrinkwrap": null,
  38. "_spec": "next-tick@1",
  39. "_where": "/home/seleznev/project Angular/Quality system/node_modules/es5-ext",
  40. "author": {
  41. "email": "medyk@medikoo.com",
  42. "name": "Mariusz Nowak",
  43. "url": "http://www.medikoo.com/"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/medikoo/next-tick/issues"
  47. },
  48. "dependencies": {},
  49. "description": "Environment agnostic nextTick polyfill",
  50. "devDependencies": {
  51. "tad": "^0.2.4",
  52. "xlint": "^0.2.2",
  53. "xlint-jslint-medikoo": "^0.1.4"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "ca86d1fe8828169b0120208e3dc8424b9db8342c",
  58. "tarball": "https://registry.npmjs.org/next-tick/-/next-tick-1.0.0.tgz"
  59. },
  60. "gitHead": "5b1c1d0ad81f3c494ca74db1cb8012c0f6a7e512",
  61. "homepage": "https://github.com/medikoo/next-tick#readme",
  62. "keywords": [
  63. "async",
  64. "nexttick",
  65. "setImmediate",
  66. "setTimeout"
  67. ],
  68. "license": "MIT",
  69. "maintainers": [
  70. {
  71. "name": "medikoo",
  72. "email": "medikoo+npm@medikoo.com"
  73. }
  74. ],
  75. "name": "next-tick",
  76. "optionalDependencies": {},
  77. "readme": "ERROR: No README data found!",
  78. "repository": {
  79. "type": "git",
  80. "url": "git://github.com/medikoo/next-tick.git"
  81. },
  82. "scripts": {
  83. "lint": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --no-cache --no-stream",
  84. "lint-console": "node node_modules/xlint/bin/xlint --linter=node_modules/xlint-jslint-medikoo/index.js --watch",
  85. "test": "node node_modules/tad/bin/tad"
  86. },
  87. "version": "1.0.0"
  88. }