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.

package.json 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "_from": "base64-js@^1.0.2",
  3. "_id": "base64-js@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-mLQ4i2QO1ytvGWFWmcngKO//JXAQueZvwEKtjgQFM4jIK0kU+ytMfplL8j+n5mspOfjHwoAg+9yhb7BwAHm36g==",
  6. "_location": "/base64-js",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "base64-js@^1.0.2",
  12. "name": "base64-js",
  13. "escapedName": "base64-js",
  14. "rawSpec": "^1.0.2",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.2"
  17. },
  18. "_requiredBy": [
  19. "/buffer"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.3.1.tgz",
  22. "_shasum": "58ece8cb75dd07e71ed08c736abc5fac4dbf8df1",
  23. "_spec": "base64-js@^1.0.2",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\buffer",
  25. "author": {
  26. "name": "T. Jameson Little",
  27. "email": "t.jameson.little@gmail.com"
  28. },
  29. "bugs": {
  30. "url": "https://github.com/beatgammit/base64-js/issues"
  31. },
  32. "bundleDependencies": false,
  33. "deprecated": false,
  34. "description": "Base64 encoding/decoding in pure JS",
  35. "devDependencies": {
  36. "benchmark": "^2.1.4",
  37. "browserify": "^16.3.0",
  38. "standard": "*",
  39. "tape": "4.x",
  40. "uglify-js": "^3.6.0"
  41. },
  42. "homepage": "https://github.com/beatgammit/base64-js",
  43. "keywords": [
  44. "base64"
  45. ],
  46. "license": "MIT",
  47. "main": "index.js",
  48. "name": "base64-js",
  49. "repository": {
  50. "type": "git",
  51. "url": "git://github.com/beatgammit/base64-js.git"
  52. },
  53. "scripts": {
  54. "build": "browserify -s base64js -r ./ | uglifyjs -m > base64js.min.js",
  55. "lint": "standard",
  56. "test": "npm run lint && npm run unit",
  57. "unit": "tape test/*.js"
  58. },
  59. "version": "1.3.1"
  60. }