package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "_args": [
  3. [
  4. "sigmund@~1.0.0",
  5. "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/filelist/node_modules/minimatch"
  6. ]
  7. ],
  8. "_from": "sigmund@>=1.0.0 <1.1.0",
  9. "_id": "[email protected]",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/sigmund",
  13. "_nodeVersion": "2.0.1",
  14. "_npmUser": {
  15. "email": "[email protected]",
  16. "name": "isaacs"
  17. },
  18. "_npmVersion": "2.10.0",
  19. "_phantomChildren": {},
  20. "_requested": {
  21. "name": "sigmund",
  22. "raw": "sigmund@~1.0.0",
  23. "rawSpec": "~1.0.0",
  24. "scope": null,
  25. "spec": ">=1.0.0 <1.1.0",
  26. "type": "range"
  27. },
  28. "_requiredBy": [
  29. "/filelist/minimatch",
  30. "/jake/minimatch"
  31. ],
  32. "_resolved": "https://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz",
  33. "_shasum": "3ff21f198cad2175f9f3b781853fd94d0d19b590",
  34. "_shrinkwrap": null,
  35. "_spec": "sigmund@~1.0.0",
  36. "_where": "/Users/shaddockh/Development/AtomicProjects/AtomicGameEngineFork/AtomicGameEngine/Build/node_modules/filelist/node_modules/minimatch",
  37. "author": {
  38. "email": "[email protected]",
  39. "name": "Isaac Z. Schlueter",
  40. "url": "http://blog.izs.me/"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/isaacs/sigmund/issues"
  44. },
  45. "dependencies": {},
  46. "description": "Quick and dirty signatures for Objects.",
  47. "devDependencies": {
  48. "tap": "~0.3.0"
  49. },
  50. "directories": {
  51. "test": "test"
  52. },
  53. "dist": {
  54. "shasum": "3ff21f198cad2175f9f3b781853fd94d0d19b590",
  55. "tarball": "http://registry.npmjs.org/sigmund/-/sigmund-1.0.1.tgz"
  56. },
  57. "gitHead": "527f97aa5bb253d927348698c0cd3bb267d098c6",
  58. "homepage": "https://github.com/isaacs/sigmund#readme",
  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": "[email protected]"
  72. }
  73. ],
  74. "name": "sigmund",
  75. "optionalDependencies": {},
  76. "readme": "ERROR: No README data found!",
  77. "repository": {
  78. "type": "git",
  79. "url": "git://github.com/isaacs/sigmund.git"
  80. },
  81. "scripts": {
  82. "bench": "node bench.js",
  83. "test": "tap test/*.js"
  84. },
  85. "version": "1.0.1"
  86. }