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.7 KiB

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