package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_from": "parley@^3.8.0",
  3. "_id": "parley@3.8.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QyhC10l60KSW005F10xTdufBR+M=",
  6. "_location": "/parley",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "parley@^3.8.0",
  12. "name": "parley",
  13. "escapedName": "parley",
  14. "rawSpec": "^3.8.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.8.0"
  17. },
  18. "_requiredBy": [
  19. "/machine"
  20. ],
  21. "_resolved": "http://registry.npm.taobao.org/parley/download/parley-3.8.0.tgz",
  22. "_shasum": "432842d7497ad0a496d34e45d74c5376e7c147e3",
  23. "_spec": "parley@^3.8.0",
  24. "_where": "E:\\dev\\007\\node_module\\node10\\node_modules\\machine",
  25. "author": {
  26. "name": "Mike McNeil"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/mikermcneil/parley/issues"
  30. },
  31. "bundleDependencies": false,
  32. "dependencies": {
  33. "@sailshq/lodash": "^3.10.2",
  34. "bluebird": "3.2.1",
  35. "flaverr": "^1.5.1"
  36. },
  37. "deprecated": false,
  38. "description": "Practical, lightweight flow control for Node.js. Supports `await`, callbacks and promises.",
  39. "devDependencies": {
  40. "benchmark": "2.1.2",
  41. "eslint": "4.11.0",
  42. "mocha": "3.0.2"
  43. },
  44. "homepage": "https://github.com/mikermcneil/parley#readme",
  45. "keywords": [
  46. "flowcontrol",
  47. "await",
  48. "async/await",
  49. "async",
  50. "promise",
  51. "callback",
  52. "deferred"
  53. ],
  54. "license": "MIT",
  55. "main": "lib/parley.js",
  56. "name": "parley",
  57. "repository": {
  58. "type": "git",
  59. "url": "git://github.com/mikermcneil/parley.git"
  60. },
  61. "scripts": {
  62. "bench": "NODE_ENV=production mocha test/*.benchmark.js",
  63. "bench-win": "mocha test/*.benchmark.js",
  64. "custom-tests": "mocha test/*.test.js",
  65. "lint": "eslint . --max-warnings=0 --ignore-pattern 'test/' && echo '✔ Your code looks good.'",
  66. "test": "npm run lint && npm run custom-tests && npm run bench"
  67. },
  68. "version": "3.8.0"
  69. }