package.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "_args": [
  3. [
  4. "sigmund@1.0.1",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "sigmund@1.0.1",
  10. "_id": "sigmund@1.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-P/IfGYytIXX587eBhT/ZTQ0ZtZA=",
  13. "_location": "/sigmund",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "sigmund@1.0.1",
  19. "name": "sigmund",
  20. "escapedName": "sigmund",
  21. "rawSpec": "1.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.1"
  24. },
  25. "_requiredBy": [
  26. "/globule/minimatch"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
  29. "_spec": "1.0.1",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me/"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/sigmund/issues"
  38. },
  39. "dependencies": {},
  40. "description": "Quick and dirty signatures for Objects.",
  41. "devDependencies": {
  42. "tap": "~0.3.0"
  43. },
  44. "directories": {
  45. "test": "test"
  46. },
  47. "homepage": "https://github.com/isaacs/sigmund#readme",
  48. "keywords": [
  49. "object",
  50. "signature",
  51. "key",
  52. "data",
  53. "psychoanalysis"
  54. ],
  55. "license": "ISC",
  56. "main": "sigmund.js",
  57. "name": "sigmund",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/sigmund.git"
  61. },
  62. "scripts": {
  63. "bench": "node bench.js",
  64. "test": "tap test/*.js"
  65. },
  66. "version": "1.0.1"
  67. }