-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.43 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "vuex-masked-modules",
"version": "1.1.4",
"description": "Plugin for working with Vuex. Allows to use localeStorage to store state. It is possible to \"mask\" data in the localStorage cell.",
"repository": {
"type": "git",
"url": "git+https://github.com/Silksofthesoul/vuex-masked-modules.git"
},
"keywords": [
"vuex",
"vue",
"localStorage"
],
"author": "Labuzov Evgeny <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Silksofthesoul/vuex-masked-modules/issues"
},
"homepage": "https://github.com/Silksofthesoul/vuex-masked-modules#readme",
"main": "./src/index.js",
"files": [
"src",
"examples"
],
"module": "./src/index.js",
"scripts": {
"test": "node -e \"P=Math,G=console,$='\\n',I=P.max,i=P.min,U=P.round,u=G.log,O=(s,n)=>s.repeat(n),o=y=>y.length,p=(a,A)=>O(' ',U((I(o(a),o(A))-i(o(a),o(A)))/2))+a,X='Hello Friend!'+$,x='Just Trust Me!'+$,h=`[${O('=',I(o(X),o(x)))}]`+$;u(h+p(X,h)+p(x,h)+h);\""
},
"dependencies": {
"crypto-js": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.15",
"@babel/eslint-parser": "^7.13.14",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-private-methods": "^7.13.0",
"@babel/plugin-transform-runtime": "^7.13.15",
"@babel/preset-env": "^7.13.15",
"babel-loader": "^8.3.0",
"babel-preset-es2015": "^6.24.1",
"eslint": "^7.24.0"
}
}