package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "_args": [
  3. [
  4. "jsprim@1.4.2",
  5. "E:\\2023\\5\\myjadmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsprim@1.4.2",
  10. "_id": "jsprim@1.4.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==",
  13. "_location": "/jsprim",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "jsprim@1.4.2",
  19. "name": "jsprim",
  20. "escapedName": "jsprim",
  21. "rawSpec": "1.4.2",
  22. "saveSpec": null,
  23. "fetchSpec": "1.4.2"
  24. },
  25. "_requiredBy": [
  26. "/http-signature",
  27. "/less/http-signature"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz",
  30. "_spec": "1.4.2",
  31. "_where": "E:\\2023\\5\\myjadmin",
  32. "bugs": {
  33. "url": "https://github.com/joyent/node-jsprim/issues"
  34. },
  35. "dependencies": {
  36. "assert-plus": "1.0.0",
  37. "extsprintf": "1.3.0",
  38. "json-schema": "0.4.0",
  39. "verror": "1.10.0"
  40. },
  41. "description": "utilities for primitive JavaScript types",
  42. "engines": {
  43. "node": ">=0.6.0"
  44. },
  45. "homepage": "https://github.com/joyent/node-jsprim#readme",
  46. "license": "MIT",
  47. "main": "./lib/jsprim.js",
  48. "name": "jsprim",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/joyent/node-jsprim.git"
  52. },
  53. "version": "1.4.2"
  54. }