package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "_args": [
  3. [
  4. "string_decoder@1.1.1",
  5. "F:\\cocorobo\\CocoRoboDesktop\\node"
  6. ]
  7. ],
  8. "_from": "string_decoder@1.1.1",
  9. "_id": "string_decoder@1.1.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
  12. "_location": "/string_decoder",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "string_decoder@1.1.1",
  18. "name": "string_decoder",
  19. "escapedName": "string_decoder",
  20. "rawSpec": "1.1.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.1.1"
  23. },
  24. "_requiredBy": [
  25. "/readable-stream"
  26. ],
  27. "_resolved": "https://registry.npmmirror.com/string_decoder/-/string_decoder-1.1.1.tgz",
  28. "_spec": "1.1.1",
  29. "_where": "F:\\cocorobo\\CocoRoboDesktop\\node",
  30. "bugs": {
  31. "url": "https://github.com/nodejs/string_decoder/issues"
  32. },
  33. "dependencies": {
  34. "safe-buffer": "~5.1.0"
  35. },
  36. "description": "The string_decoder module from Node core",
  37. "devDependencies": {
  38. "babel-polyfill": "^6.23.0",
  39. "core-util-is": "^1.0.2",
  40. "inherits": "^2.0.3",
  41. "tap": "~0.4.8"
  42. },
  43. "homepage": "https://github.com/nodejs/string_decoder",
  44. "keywords": [
  45. "string",
  46. "decoder",
  47. "browser",
  48. "browserify"
  49. ],
  50. "license": "MIT",
  51. "main": "lib/string_decoder.js",
  52. "name": "string_decoder",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/nodejs/string_decoder.git"
  56. },
  57. "scripts": {
  58. "ci": "tap test/parallel/*.js test/ours/*.js --tap | tee test.tap && node test/verify-dependencies.js",
  59. "test": "tap test/parallel/*.js && node test/verify-dependencies"
  60. },
  61. "version": "1.1.1"
  62. }