package.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. {
  2. "_args": [
  3. [
  4. "sigmund@1.0.1",
  5. "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
  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. "/csscomb-core/minimatch",
  27. "/globule/minimatch",
  28. "/vow-fs/minimatch"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
  31. "_spec": "1.0.1",
  32. "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
  33. "author": {
  34. "name": "Isaac Z. Schlueter",
  35. "email": "i@izs.me",
  36. "url": "http://blog.izs.me/"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/isaacs/sigmund/issues"
  40. },
  41. "dependencies": {},
  42. "description": "Quick and dirty signatures for Objects.",
  43. "devDependencies": {
  44. "tap": "~0.3.0"
  45. },
  46. "directories": {
  47. "test": "test"
  48. },
  49. "homepage": "https://github.com/isaacs/sigmund#readme",
  50. "keywords": [
  51. "object",
  52. "signature",
  53. "key",
  54. "data",
  55. "psychoanalysis"
  56. ],
  57. "license": "ISC",
  58. "main": "sigmund.js",
  59. "name": "sigmund",
  60. "repository": {
  61. "type": "git",
  62. "url": "git://github.com/isaacs/sigmund.git"
  63. },
  64. "scripts": {
  65. "bench": "node bench.js",
  66. "test": "tap test/*.js"
  67. },
  68. "version": "1.0.1"
  69. }