package.json 1.3 KB

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