1.0.0 • Published 5 years ago

@daniel-lj/base64-storage v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

base64-storage

package.json说明

  {
    // 工具名称
    "name": "utils",
    // 版本
    "version": "1.0.0",
    // 工具描述
    "description": "Basic storage files",
    // 工具入口
    "main": "index.js",
    // 一些相关函数
    "scripts": {
      "build": "node build/build.js"
    },
    // 关键词
    "keywords": [
      "http"
    ],
    // 依赖
    "devDependencies": {
      // base64解码编码工具
      "js-base64": "^2.5.2",
      // 一种功能丰富且友好的方式,可以利用localStorage和sessionStorage(JSON,命名空间,扩展等)。
      "store2": "^2.11.2",
      // babel相关
      "@babel/preset-env": "^7.8.4",
      // babel相关
      "babel-preset-latest": "^6.24.1",
      // 一款jsdoc生成文档的主题
      "docdash": "^1.2.0",
      // rollup插件
      "rollup-plugin-babel": "^4.3.3",
      // rollup插件
      "rollup-plugin-node-resolve": "^5.2.0",
      // rollup代码压缩插件
      "rollup-plugin-uglify": "^6.0.4"
    },
    "dependencies": {
      // babel相关
      "@babel/polyfill": "^7.8.3"
    },
    "author": "yoteam",
    "license": "ISC"
  }