package.json 1.4 KB

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