package.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "_from": "batch-processor@1.0.0",
  3. "_id": "batch-processor@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-dclcMrdI4IUNEMKxaPa9vpiRrOg=",
  6. "_location": "/batch-processor",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "version",
  10. "registry": true,
  11. "raw": "batch-processor@1.0.0",
  12. "name": "batch-processor",
  13. "escapedName": "batch-processor",
  14. "rawSpec": "1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/element-resize-detector"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/batch-processor/download/batch-processor-1.0.0.tgz",
  22. "_shasum": "75c95c32b748e0850d10c2b168f6bdbe9891ace8",
  23. "_spec": "batch-processor@1.0.0",
  24. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\element-resize-detector",
  25. "author": {
  26. "name": "Lucas Wiener"
  27. },
  28. "bugs": {
  29. "url": "https://github.com/wnr/batch-processor/issues"
  30. },
  31. "bundleDependencies": false,
  32. "deprecated": false,
  33. "description": "Batch processing in JS",
  34. "devDependencies": {
  35. "mocha": "^2.4.5"
  36. },
  37. "homepage": "https://github.com/wnr/batch-processor",
  38. "license": "MIT",
  39. "main": "src/batch-processor.js",
  40. "name": "batch-processor",
  41. "repository": {
  42. "type": "git",
  43. "url": "git+https://github.com/wnr/batch-processor.git"
  44. },
  45. "scripts": {
  46. "test": "mocha"
  47. },
  48. "version": "1.0.0"
  49. }