package.json 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. {
  2. "_args": [
  3. [
  4. "clarinet@~0.11.0",
  5. "/Users/septimus/Musare/app/node_modules/jstream"
  6. ]
  7. ],
  8. "_from": "clarinet@>=0.11.0 <0.12.0",
  9. "_id": "clarinet@0.11.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/clarinet",
  13. "_npmUser": {
  14. "email": "nunojobpinto@gmail.com",
  15. "name": "dscape"
  16. },
  17. "_npmVersion": "1.4.3",
  18. "_phantomChildren": {},
  19. "_requested": {
  20. "name": "clarinet",
  21. "raw": "clarinet@~0.11.0",
  22. "rawSpec": "~0.11.0",
  23. "scope": null,
  24. "spec": ">=0.11.0 <0.12.0",
  25. "type": "range"
  26. },
  27. "_requiredBy": [
  28. "/jstream"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/clarinet/-/clarinet-0.11.0.tgz",
  31. "_shasum": "6cc912b93138dc867fc273cd34ea90e83e054719",
  32. "_shrinkwrap": null,
  33. "_spec": "clarinet@~0.11.0",
  34. "_where": "/Users/septimus/Musare/app/node_modules/jstream",
  35. "author": {
  36. "email": "nunojobpinto@gmail.com",
  37. "name": "Nuno Job",
  38. "url": "http://nunojob.com/"
  39. },
  40. "bugs": {
  41. "url": "http://github.com/dscape/clarinet/issues"
  42. },
  43. "contributors": [
  44. {
  45. "name": "Jann Horn",
  46. "url": "https://github.com/thejh"
  47. },
  48. {
  49. "name": "Justin Makeig",
  50. "email": "jmpublic+github@makeig.com",
  51. "url": "http://www.audiblepop.com"
  52. },
  53. {
  54. "name": "Roly Fentanes",
  55. "url": "http://about.me/roly"
  56. },
  57. {
  58. "name": "John Lancaster",
  59. "url": "http://jlank.com"
  60. }
  61. ],
  62. "dependencies": {},
  63. "description": "SAX based evented streaming JSON parser in JavaScript (browser and node)",
  64. "devDependencies": {
  65. "mocha": "1.3.x",
  66. "should": "1.0.x",
  67. "underscore": "1.2.3"
  68. },
  69. "directories": {
  70. "test": "test"
  71. },
  72. "dist": {
  73. "shasum": "6cc912b93138dc867fc273cd34ea90e83e054719",
  74. "tarball": "http://registry.npmjs.org/clarinet/-/clarinet-0.11.0.tgz"
  75. },
  76. "engines": {
  77. "chrome": ">=16.0.912",
  78. "firefox": ">=0.8.0",
  79. "node": ">=0.3.6"
  80. },
  81. "homepage": "https://github.com/dscape/clarinet",
  82. "keywords": [
  83. "async",
  84. "browser",
  85. "emitter",
  86. "event",
  87. "events",
  88. "json",
  89. "parser",
  90. "sax",
  91. "stream",
  92. "streamer",
  93. "streaming"
  94. ],
  95. "license": "BSD",
  96. "main": "./clarinet.js",
  97. "maintainers": [
  98. {
  99. "name": "dscape",
  100. "email": "nunojobpinto@gmail.com"
  101. },
  102. {
  103. "name": "thejh",
  104. "email": "jannhorn@googlemail.com"
  105. }
  106. ],
  107. "name": "clarinet",
  108. "optionalDependencies": {},
  109. "readme": "ERROR: No README data found!",
  110. "repository": {
  111. "type": "git",
  112. "url": "git+ssh://git@github.com/dscape/clarinet.git"
  113. },
  114. "scripts": {
  115. "test": "./node_modules/mocha/bin/mocha -r should -t 10000 -s 2000 test/clarinet.js test/npm.js test/utf8-chunks.js test/position.js"
  116. },
  117. "version": "0.11.0"
  118. }