package.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "_args": [
  3. [
  4. "jsprim@1.4.1",
  5. "/mnt/data/Sites/r2c.net/user/themes/r2c"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "jsprim@1.4.1",
  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. "/http-signature"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
  29. "_spec": "1.4.1",
  30. "_where": "/mnt/data/Sites/r2c.net/user/themes/r2c",
  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. }