package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "_args": [
  3. [
  4. "sigmund@~1.0.0",
  5. "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/findup-sync/node_modules/minimatch"
  6. ]
  7. ],
  8. "_from": "sigmund@>=1.0.0 <1.1.0",
  9. "_id": "sigmund@1.0.1",
  10. "_inCache": true,
  11. "_location": "/sigmund",
  12. "_nodeVersion": "2.0.1",
  13. "_npmUser": {
  14. "email": "isaacs@npmjs.com",
  15. "name": "isaacs"
  16. },
  17. "_npmVersion": "2.10.0",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "sigmund",
  21. "raw": "sigmund@~1.0.0",
  22. "rawSpec": "~1.0.0",
  23. "scope": null,
  24. "spec": ">=1.0.0 <1.1.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/findup-sync/minimatch",
  29. "/minimatch"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
  32. "_shasum": "3ff21f198cad2175f9f3b781853fd94d0d19b590",
  33. "_shrinkwrap": null,
  34. "_spec": "sigmund@~1.0.0",
  35. "_where": "/repo/combiclub.com/wwwroot/themes/combi/_grunt/node_modules/findup-sync/node_modules/minimatch",
  36. "author": {
  37. "email": "i@izs.me",
  38. "name": "Isaac Z. Schlueter",
  39. "url": "http://blog.izs.me/"
  40. },
  41. "bugs": {
  42. "url": "https://github.com/isaacs/sigmund/issues"
  43. },
  44. "dependencies": {},
  45. "description": "Quick and dirty signatures for Objects.",
  46. "devDependencies": {
  47. "tap": "~0.3.0"
  48. },
  49. "directories": {
  50. "test": "test"
  51. },
  52. "dist": {
  53. "shasum": "3ff21f198cad2175f9f3b781853fd94d0d19b590",
  54. "tarball": "http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
  55. },
  56. "gitHead": "527f97aa5bb253d927348698c0cd3bb267d098c6",
  57. "homepage": "https://github.com/isaacs/sigmund#readme",
  58. "installable": true,
  59. "keywords": [
  60. "data",
  61. "key",
  62. "object",
  63. "psychoanalysis",
  64. "signature"
  65. ],
  66. "license": "ISC",
  67. "main": "sigmund.js",
  68. "maintainers": [
  69. {
  70. "name": "isaacs",
  71. "email": "i@izs.me"
  72. }
  73. ],
  74. "name": "sigmund",
  75. "optionalDependencies": {},
  76. "repository": {
  77. "type": "git",
  78. "url": "git://github.com/isaacs/sigmund.git"
  79. },
  80. "scripts": {
  81. "bench": "node bench.js",
  82. "test": "tap test/*.js"
  83. },
  84. "version": "1.0.1"
  85. }