package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. {
  2. "_args": [
  3. [
  4. "js-base64@2.1.9",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "js-base64@2.1.9",
  10. "_id": "js-base64@2.1.9",
  11. "_inBundle": false,
  12. "_integrity": "sha1-8OgK4DmkvWVLXygfyT8EqRSn/M4=",
  13. "_location": "/js-base64",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "js-base64@2.1.9",
  19. "name": "js-base64",
  20. "escapedName": "js-base64",
  21. "rawSpec": "2.1.9",
  22. "saveSpec": null,
  23. "fetchSpec": "2.1.9"
  24. },
  25. "_requiredBy": [
  26. "/postcss",
  27. "/scss-tokenizer"
  28. ],
  29. "_resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.1.9.tgz",
  30. "_spec": "2.1.9",
  31. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  32. "author": {
  33. "name": "Dan Kogai"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/dankogai/js-base64/issues"
  37. },
  38. "description": "Yet another Base64 transcoder in pure-JS",
  39. "devDependencies": {
  40. "mocha": "*"
  41. },
  42. "directories": {
  43. "test": "test"
  44. },
  45. "gitHead": "8bfa436f733bec60c95c720e1d720c28b43ae0b2",
  46. "homepage": "https://github.com/dankogai/js-base64#readme",
  47. "keywords": [
  48. "base64"
  49. ],
  50. "license": "BSD",
  51. "main": "base64.js",
  52. "name": "js-base64",
  53. "repository": {
  54. "type": "git",
  55. "url": "git://github.com/dankogai/js-base64.git"
  56. },
  57. "scripts": {
  58. "test": "mocha"
  59. },
  60. "version": "2.1.9"
  61. }