package.json 1.2 KB

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