package.json 2.2 KB

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