tis-cli前端项目快速搭建命令行工具
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.

78 lines
1.8 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "base64-js@1.5.1",
  5. "E:\\work\\code\\tis-cli"
  6. ]
  7. ],
  8. "_from": "base64-js@1.5.1",
  9. "_id": "base64-js@1.5.1",
  10. "_inBundle": false,
  11. "_integrity": "sha1-GxtEAWClv3rUC2UPCVljSBkDkwo=",
  12. "_location": "/base64-js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "base64-js@1.5.1",
  18. "name": "base64-js",
  19. "escapedName": "base64-js",
  20. "rawSpec": "1.5.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.5.1"
  23. },
  24. "_requiredBy": [
  25. "/buffer"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/base64-js/download/base64-js-1.5.1.tgz",
  28. "_spec": "1.5.1",
  29. "_where": "E:\\work\\code\\tis-cli",
  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. "babel-minify": "^0.5.1",
  40. "benchmark": "^2.1.4",
  41. "browserify": "^16.3.0",
  42. "standard": "*",
  43. "tape": "4.x"
  44. },
  45. "funding": [
  46. {
  47. "type": "github",
  48. "url": "https://github.com/sponsors/feross"
  49. },
  50. {
  51. "type": "patreon",
  52. "url": "https://www.patreon.com/feross"
  53. },
  54. {
  55. "type": "consulting",
  56. "url": "https://feross.org/support"
  57. }
  58. ],
  59. "homepage": "https://github.com/beatgammit/base64-js",
  60. "keywords": [
  61. "base64"
  62. ],
  63. "license": "MIT",
  64. "main": "index.js",
  65. "name": "base64-js",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/beatgammit/base64-js.git"
  69. },
  70. "scripts": {
  71. "build": "browserify -s base64js -r ./ | minify > base64js.min.js",
  72. "lint": "standard",
  73. "test": "npm run lint && npm run unit",
  74. "unit": "tape test/*.js"
  75. },
  76. "typings": "index.d.ts",
  77. "version": "1.5.1"
  78. }