package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. {
  2. "_args": [
  3. [
  4. "run-parallel@1.1.9",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "run-parallel@1.1.9",
  10. "_id": "run-parallel@1.1.9",
  11. "_inBundle": false,
  12. "_integrity": "sha512-DEqnSRTDw/Tc3FXf49zedI638Z9onwUotBMiUFKmrO2sdFKIbXamXGQ3Axd4qgphxKB4kw/qP1w5kTxnfU1B9Q==",
  13. "_location": "/run-parallel",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "run-parallel@1.1.9",
  19. "name": "run-parallel",
  20. "escapedName": "run-parallel",
  21. "rawSpec": "1.1.9",
  22. "saveSpec": null,
  23. "fetchSpec": "1.1.9"
  24. },
  25. "_requiredBy": [
  26. "/@nodelib/fs.scandir"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.1.9.tgz",
  29. "_spec": "1.1.9",
  30. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  31. "author": {
  32. "name": "Feross Aboukhadijeh",
  33. "email": "feross@feross.org",
  34. "url": "http://feross.org/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/feross/run-parallel/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Run an array of functions in parallel",
  41. "devDependencies": {
  42. "airtap": "0.0.4",
  43. "standard": "*",
  44. "tape": "^4.0.0"
  45. },
  46. "homepage": "https://github.com/feross/run-parallel",
  47. "keywords": [
  48. "parallel",
  49. "async",
  50. "function",
  51. "callback",
  52. "asynchronous",
  53. "run",
  54. "array",
  55. "run parallel"
  56. ],
  57. "license": "MIT",
  58. "main": "index.js",
  59. "name": "run-parallel",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/feross/run-parallel.git"
  63. },
  64. "scripts": {
  65. "test": "standard && npm run test-node && npm run test-browser",
  66. "test-browser": "airtap -- test/*.js",
  67. "test-browser-local": "airtap --local -- test/*.js",
  68. "test-node": "tape test/*.js"
  69. },
  70. "version": "1.1.9"
  71. }