package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "_args": [
  3. [
  4. "pend@1.2.0",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "pend@1.2.0",
  10. "_id": "pend@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-F3asv42UuXchdzt+xXqfW1OGlVBe+mxa2mqI0pg5yAHZPvFmY3Y6drSf/GQ1A86WgWEN9Kzh/WrgKa6iGcHXLg==",
  13. "_location": "/pend",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "pend@1.2.0",
  19. "name": "pend",
  20. "escapedName": "pend",
  21. "rawSpec": "1.2.0",
  22. "saveSpec": null,
  23. "fetchSpec": "1.2.0"
  24. },
  25. "_requiredBy": [
  26. "/fd-slicer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/pend/-/pend-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "E:\\2023\\5\\myjadmin",
  31. "author": {
  32. "name": "Andrew Kelley",
  33. "email": "superjoe30@gmail.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/andrewrk/node-pend/issues"
  37. },
  38. "description": "dead-simple optimistic async helper",
  39. "homepage": "https://github.com/andrewrk/node-pend#readme",
  40. "license": "MIT",
  41. "main": "index.js",
  42. "name": "pend",
  43. "repository": {
  44. "type": "git",
  45. "url": "git://github.com/andrewrk/node-pend.git"
  46. },
  47. "scripts": {
  48. "test": "node test.js"
  49. },
  50. "version": "1.2.0"
  51. }