Ohm-Management - Projektarbeit B-ME
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.

package.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "_from": "string_decoder@~1.0.0",
  3. "_id": "string_decoder@1.0.3",
  4. "_inBundle": false,
  5. "_integrity": "sha512-4AH6Z5fzNNBcH+6XDMfA/BTt87skxqJlO0lAh3Dker5zThcAxG6mKz+iGu308UKoPPQ8Dcqx/4JhujzltRa+hQ==",
  6. "_location": "/string_decoder",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "string_decoder@~1.0.0",
  12. "name": "string_decoder",
  13. "escapedName": "string_decoder",
  14. "rawSpec": "~1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "~1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/readable-stream"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.0.3.tgz",
  22. "_shasum": "0fc67d7c141825de94282dd536bec6b9bce860ab",
  23. "_spec": "string_decoder@~1.0.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/a1_BME_Project_Ohm/om/node_modules/readable-stream",
  25. "bugs": {
  26. "url": "https://github.com/rvagg/string_decoder/issues"
  27. },
  28. "bundleDependencies": false,
  29. "dependencies": {
  30. "safe-buffer": "~5.1.0"
  31. },
  32. "deprecated": false,
  33. "description": "The string_decoder module from Node core",
  34. "devDependencies": {
  35. "babel-polyfill": "^6.23.0",
  36. "tap": "~0.4.8"
  37. },
  38. "homepage": "https://github.com/rvagg/string_decoder",
  39. "keywords": [
  40. "string",
  41. "decoder",
  42. "browser",
  43. "browserify"
  44. ],
  45. "license": "MIT",
  46. "main": "lib/string_decoder.js",
  47. "name": "string_decoder",
  48. "repository": {
  49. "type": "git",
  50. "url": "git://github.com/rvagg/string_decoder.git"
  51. },
  52. "scripts": {
  53. "test": "tap test/parallel/*.js && node test/verify-dependencies"
  54. },
  55. "version": "1.0.3"
  56. }