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.

63 lines
1.7 KiB

  1. {
  2. "_from": "string_decoder",
  3. "_id": "string_decoder@1.3.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==",
  6. "_location": "/string_decoder",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "tag",
  10. "registry": true,
  11. "raw": "string_decoder",
  12. "name": "string_decoder",
  13. "escapedName": "string_decoder",
  14. "rawSpec": "",
  15. "saveSpec": null,
  16. "fetchSpec": "latest"
  17. },
  18. "_requiredBy": [
  19. "#USER",
  20. "/"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
  23. "_shasum": "42f114594a46cf1a8e30b0a84f56c78c3edac21e",
  24. "_spec": "string_decoder",
  25. "_where": "/home/alpcentaur/ProjektA/PermApp",
  26. "bugs": {
  27. "url": "https://github.com/nodejs/string_decoder/issues"
  28. },
  29. "bundleDependencies": false,
  30. "dependencies": {
  31. "safe-buffer": "~5.2.0"
  32. },
  33. "deprecated": false,
  34. "description": "The string_decoder module from Node core",
  35. "devDependencies": {
  36. "babel-polyfill": "^6.23.0",
  37. "core-util-is": "^1.0.2",
  38. "inherits": "^2.0.3",
  39. "tap": "~0.4.8"
  40. },
  41. "files": [
  42. "lib"
  43. ],
  44. "homepage": "https://github.com/nodejs/string_decoder",
  45. "keywords": [
  46. "string",
  47. "decoder",
  48. "browser",
  49. "browserify"
  50. ],
  51. "license": "MIT",
  52. "main": "lib/string_decoder.js",
  53. "name": "string_decoder",
  54. "repository": {
  55. "type": "git",
  56. "url": "git://github.com/nodejs/string_decoder.git"
  57. },
  58. "scripts": {
  59. "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
  60. "test": "tap test/parallel/*.js && node test/verify-dependencies"
  61. },
  62. "version": "1.3.0"
  63. }