package.json 1.2 KB

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