package.json 1.7 KB

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