package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_from": "memorystream@^0.3.1",
  3. "_id": "memorystream@0.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=",
  6. "_location": "/memorystream",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "memorystream@^0.3.1",
  12. "name": "memorystream",
  13. "escapedName": "memorystream",
  14. "rawSpec": "^0.3.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.3.1"
  17. },
  18. "_requiredBy": [
  19. "/solc"
  20. ],
  21. "_resolved": "https://registry.npm.taobao.org/memorystream/download/memorystream-0.3.1.tgz",
  22. "_shasum": "86d7090b30ce455d63fbae12dda51a47ddcaf9b2",
  23. "_spec": "memorystream@^0.3.1",
  24. "_where": "/Users/drew/Projects/9th",
  25. "author": {
  26. "name": "Dmitry Nizovtsev",
  27. "url": "https://github.com/JSBizon"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/JSBizon/node-memorystream/issues"
  31. },
  32. "bundleDependencies": false,
  33. "contributors": [
  34. {
  35. "name": "Dmitry Nizovtsev",
  36. "email": "dmitryp3@gmail.com"
  37. }
  38. ],
  39. "deprecated": false,
  40. "description": "This is lightweight memory stream module for node.js.",
  41. "devDependencies": {
  42. "expect.js": "~0.2.0",
  43. "grunt": "~0.4",
  44. "grunt-cli": "~0.1.13",
  45. "grunt-contrib-jshint": "~0.10.0",
  46. "grunt-mocha-test": "~0.12.2",
  47. "mocha": "~1.20.0",
  48. "q": "~1.0.1"
  49. },
  50. "engines": {
  51. "node": ">= 0.10.0"
  52. },
  53. "homepage": "https://github.com/JSBizon/node-memorystream",
  54. "keywords": [
  55. "memory",
  56. "test",
  57. "stream",
  58. "tools",
  59. "streams",
  60. "buffer"
  61. ],
  62. "licenses": [
  63. {
  64. "type": "MIT",
  65. "url": "http://github.com/JSBizon/node-memorystream/raw/master/LICENSE"
  66. }
  67. ],
  68. "name": "memorystream",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/JSBizon/node-memorystream.git"
  72. },
  73. "scripts": {
  74. "test": "grunt"
  75. },
  76. "version": "0.3.1"
  77. }