package.json 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "_args": [
  3. [
  4. "run-async@^2.2.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/inquirer"
  6. ]
  7. ],
  8. "_from": "run-async@>=2.2.0 <3.0.0",
  9. "_id": "run-async@2.3.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/run-async",
  13. "_nodeVersion": "7.0.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/run-async-2.3.0.tgz_1480655904296_0.6874290609266609"
  17. },
  18. "_npmUser": {
  19. "email": "admin@simonboudrias.com",
  20. "name": "sboudrias"
  21. },
  22. "_npmVersion": "3.10.8",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "run-async",
  26. "raw": "run-async@^2.2.0",
  27. "rawSpec": "^2.2.0",
  28. "scope": null,
  29. "spec": ">=2.2.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/inquirer",
  34. "/yeoman-generator"
  35. ],
  36. "_resolved": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz",
  37. "_shasum": "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0",
  38. "_shrinkwrap": null,
  39. "_spec": "run-async@^2.2.0",
  40. "_where": "/home/seleznev/project Angular/Quality system/node_modules/inquirer",
  41. "author": {
  42. "email": "admin@simonboudrias.com",
  43. "name": "Simon Boudrias"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/sboudrias/run-async/issues"
  47. },
  48. "dependencies": {
  49. "is-promise": "^2.1.0"
  50. },
  51. "description": "Utility method to run function either synchronously or asynchronously using the common `this.async()` style.",
  52. "devDependencies": {
  53. "mocha": "^3.1.2"
  54. },
  55. "directories": {},
  56. "dist": {
  57. "shasum": "0371ab4ae0bdd720d4166d7dfda64ff7a445a6c0",
  58. "tarball": "https://registry.npmjs.org/run-async/-/run-async-2.3.0.tgz"
  59. },
  60. "engines": {
  61. "node": ">=0.12.0"
  62. },
  63. "files": [
  64. "index.js"
  65. ],
  66. "gitHead": "23767c9d7eaf6a6bb1241fc9e12776685258c50e",
  67. "homepage": "https://github.com/sboudrias/run-async#readme",
  68. "keywords": [
  69. "async",
  70. "flow",
  71. "flow-control"
  72. ],
  73. "license": "MIT",
  74. "main": "index.js",
  75. "maintainers": [
  76. {
  77. "name": "sboudrias",
  78. "email": "admin@simonboudrias.com"
  79. }
  80. ],
  81. "name": "run-async",
  82. "optionalDependencies": {},
  83. "readme": "ERROR: No README data found!",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/sboudrias/run-async.git"
  87. },
  88. "scripts": {
  89. "test": "mocha -R spec"
  90. },
  91. "version": "2.3.0"
  92. }