package.json 1.6 KB

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