You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

108 lines
3.0 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@~1.1.1",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/readable-stream"
  6. ]
  7. ],
  8. "_from": "string_decoder@>=1.1.1 <1.2.0",
  9. "_hasShrinkwrap": false,
  10. "_id": "string_decoder@1.1.1",
  11. "_inCache": true,
  12. "_installable": true,
  13. "_location": "/string_decoder",
  14. "_nodeVersion": "8.10.0",
  15. "_npmOperationalInternal": {
  16. "host": "s3://npm-registry-packages",
  17. "tmp": "tmp/string_decoder_1.1.1_1522397654739_0.2722524344416213"
  18. },
  19. "_npmUser": {
  20. "email": "hello@matteocollina.com",
  21. "name": "matteo.collina"
  22. },
  23. "_npmVersion": "5.8.0",
  24. "_phantomChildren": {},
  25. "_requested": {
  26. "name": "string_decoder",
  27. "raw": "string_decoder@~1.1.1",
  28. "rawSpec": "~1.1.1",
  29. "scope": null,
  30. "spec": ">=1.1.1 <1.2.0",
  31. "type": "range"
  32. },
  33. "_requiredBy": [
  34. "/node-libs-browser",
  35. "/readable-stream",
  36. "/spdy-transport/readable-stream"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  39. "_shasum": "9cf1611ba62685d7030ae9e4ba34149c3af03fc8",
  40. "_shrinkwrap": null,
  41. "_spec": "string_decoder@~1.1.1",
  42. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/readable-stream",
  43. "bugs": {
  44. "url": "https://github.com/nodejs/string_decoder/issues"
  45. },
  46. "dependencies": {
  47. "safe-buffer": "~5.1.0"
  48. },
  49. "description": "The string_decoder module from Node core",
  50. "devDependencies": {
  51. "babel-polyfill": "^6.23.0",
  52. "core-util-is": "^1.0.2",
  53. "inherits": "^2.0.3",
  54. "tap": "~0.4.8"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "fileCount": 5,
  59. "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  60. "shasum": "9cf1611ba62685d7030ae9e4ba34149c3af03fc8",
  61. "tarball": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
  62. "unpackedSize": 15298
  63. },
  64. "gitHead": "18c7f89c894ced5f610505bb006dfde9a3d1ac5e",
  65. "homepage": "https://github.com/nodejs/string_decoder",
  66. "keywords": [
  67. "browser",
  68. "browserify",
  69. "decoder",
  70. "string"
  71. ],
  72. "license": "MIT",
  73. "main": "lib/string_decoder.js",
  74. "maintainers": [
  75. {
  76. "name": "cwmma",
  77. "email": "calvin.metcalf@gmail.com"
  78. },
  79. {
  80. "name": "matteo.collina",
  81. "email": "hello@matteocollina.com"
  82. },
  83. {
  84. "name": "nodejs-foundation",
  85. "email": "build@iojs.org"
  86. },
  87. {
  88. "name": "rvagg",
  89. "email": "rod@vagg.org"
  90. },
  91. {
  92. "name": "substack",
  93. "email": "substack@gmail.com"
  94. }
  95. ],
  96. "name": "string_decoder",
  97. "optionalDependencies": {},
  98. "readme": "ERROR: No README data found!",
  99. "repository": {
  100. "type": "git",
  101. "url": "git://github.com/nodejs/string_decoder.git"
  102. },
  103. "scripts": {
  104. "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
  105. "test": "tap test/parallel/*.js && node test/verify-dependencies"
  106. },
  107. "version": "1.1.1"
  108. }