forked from daren.hsu/line_push
102 lines
3.0 KiB
JSON
102 lines
3.0 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"vuex-class@0.3.2",
|
|
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
|
|
]
|
|
],
|
|
"_from": "vuex-class@0.3.2",
|
|
"_id": "vuex-class@0.3.2",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-m0w7/FMsNcwJgunJeM+wcNaHzK2KX1K1rw2WUQf7Q16ndXHo7pflRyOV/E8795JO/7fstyjH3EgqBI4h4n4qXQ==",
|
|
"_location": "/vuex-class",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "vuex-class@0.3.2",
|
|
"name": "vuex-class",
|
|
"escapedName": "vuex-class",
|
|
"rawSpec": "0.3.2",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.3.2"
|
|
},
|
|
"_requiredBy": [
|
|
"/nuxt-property-decorator"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/vuex-class/-/vuex-class-0.3.2.tgz",
|
|
"_spec": "0.3.2",
|
|
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
|
|
"author": {
|
|
"name": "katashin"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/ktsn/vuex-class/issues"
|
|
},
|
|
"description": "Binding helpers for Vuex and vue-class-component",
|
|
"devDependencies": {
|
|
"@types/mocha": "^5.2.0",
|
|
"@types/power-assert": "1.5.0",
|
|
"@types/sinon": "^4.3.3",
|
|
"es6-promise": "^4.2.4",
|
|
"glob": "^7.1.2",
|
|
"json-loader": "^0.5.7",
|
|
"npm-run-all": "^4.1.3",
|
|
"power-assert": "^1.5.0",
|
|
"rollup": "^0.58.2",
|
|
"rollup-plugin-replace": "^2.0.0",
|
|
"sinon": "^5.0.7",
|
|
"testem": "^2.4.0",
|
|
"ts-loader": "^4.3.0",
|
|
"tslint": "^5.10.0",
|
|
"tslint-config-ktsn": "^2.1.0",
|
|
"typescript": "^2.8.3",
|
|
"uglify-js": "^3.3.25",
|
|
"vue": "^2.5.16",
|
|
"vue-class-component": "^6.2.0",
|
|
"vuex": "^3.0.1",
|
|
"webpack": "^4.8.3",
|
|
"webpack-cli": "^2.1.3",
|
|
"webpack-espower-loader": "^2.0.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/ktsn/vuex-class",
|
|
"keywords": [
|
|
"vue",
|
|
"vuex",
|
|
"bindings"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/vuex-class.cjs.js",
|
|
"module": "lib/index.js",
|
|
"name": "vuex-class",
|
|
"peerDependencies": {
|
|
"vue": "^2.5.0",
|
|
"vuex": "^3.0.0",
|
|
"vue-class-component": "^6.0.0 || ^7.0.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ktsn/vuex-class.git"
|
|
},
|
|
"scripts": {
|
|
"build": "run-s build:ts build:cjs build:dev build:prod",
|
|
"build:cjs": "rollup -c scripts/rollup.config.js --environment BUILD:commonjs",
|
|
"build:dev": "rollup -c scripts/rollup.config.js --environment BUILD:development",
|
|
"build:prod": "rollup -c scripts/rollup.config.js --environment BUILD:production | uglifyjs -mc warnings=false --comments -o dist/vuex-class.min.js",
|
|
"build:ts": "tsc -p src",
|
|
"clean": "rm -rf lib dist .tmp",
|
|
"dev": "run-p watch:test testem",
|
|
"lint": "tslint \"src/**/*.ts\" && tslint \"test/**/*.ts\"",
|
|
"prepublishOnly": "run-s lint test clean build",
|
|
"test": "webpack --config scripts/webpack.config.test.js && testem ci --launch PhantomJS",
|
|
"testem": "testem",
|
|
"watch:test": "webpack --watch --config scripts/webpack.config.test.js"
|
|
},
|
|
"typings": "lib/index.d.ts",
|
|
"version": "0.3.2"
|
|
}
|