package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "_args": [
  3. [
  4. "js-base64@2.4.3",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "js-base64@2.4.3",
  9. "_id": "js-base64@2.4.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-H7ErYLM34CvDMto3GbD6xD0JLUGYXR3QTcH6B/tr4Hi/QpSThnCsIp+Sy5FRTw3B0d6py4HcNkW7nO/wdtGWEw==",
  12. "_location": "/js-base64",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "js-base64@2.4.3",
  18. "name": "js-base64",
  19. "escapedName": "js-base64",
  20. "rawSpec": "2.4.3",
  21. "saveSpec": null,
  22. "fetchSpec": "2.4.3"
  23. },
  24. "_requiredBy": [
  25. "/css-loader/postcss",
  26. "/cssnano/postcss",
  27. "/postcss-calc/postcss",
  28. "/postcss-colormin/postcss",
  29. "/postcss-convert-values/postcss",
  30. "/postcss-discard-comments/postcss",
  31. "/postcss-discard-duplicates/postcss",
  32. "/postcss-discard-empty/postcss",
  33. "/postcss-discard-overridden/postcss",
  34. "/postcss-discard-unused/postcss",
  35. "/postcss-filter-plugins/postcss",
  36. "/postcss-merge-idents/postcss",
  37. "/postcss-merge-longhand/postcss",
  38. "/postcss-merge-rules/postcss",
  39. "/postcss-minify-font-values/postcss",
  40. "/postcss-minify-gradients/postcss",
  41. "/postcss-minify-params/postcss",
  42. "/postcss-minify-selectors/postcss",
  43. "/postcss-normalize-charset/postcss",
  44. "/postcss-normalize-url/postcss",
  45. "/postcss-ordered-values/postcss",
  46. "/postcss-reduce-idents/postcss",
  47. "/postcss-reduce-initial/postcss",
  48. "/postcss-reduce-transforms/postcss",
  49. "/postcss-svgo/postcss",
  50. "/postcss-unique-selectors/postcss",
  51. "/postcss-zindex/postcss"
  52. ],
  53. "_resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.4.3.tgz",
  54. "_spec": "2.4.3",
  55. "_where": "D:\\projects\\dealer_front",
  56. "author": {
  57. "name": "Dan Kogai"
  58. },
  59. "bugs": {
  60. "url": "https://github.com/dankogai/js-base64/issues"
  61. },
  62. "description": "Yet another Base64 transcoder in pure-JS",
  63. "devDependencies": {
  64. "babel-preset-es2015": "^6.24.1",
  65. "babel-register": "^6.26.0",
  66. "mocha": "*"
  67. },
  68. "directories": {
  69. "test": "test"
  70. },
  71. "gitHead": "8bfa436f733bec60c95c720e1d720c28b43ae0b2",
  72. "homepage": "https://github.com/dankogai/js-base64#readme",
  73. "keywords": [
  74. "base64"
  75. ],
  76. "license": "BSD-3-Clause",
  77. "main": "base64.js",
  78. "name": "js-base64",
  79. "repository": {
  80. "type": "git",
  81. "url": "git://github.com/dankogai/js-base64.git"
  82. },
  83. "scripts": {
  84. "test": "mocha --compilers js:babel-register"
  85. },
  86. "version": "2.4.3"
  87. }