説明なし

package.json 2.2KB

    { "_from": "babel-preset-vue-app@^1.3.1", "_id": "babel-preset-vue-app@1.3.2", "_inBundle": false, "_integrity": "sha1-U+mKwBKk7dP4NWzGqvoACm6YApI=", "_location": "/babel-preset-vue-app", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "babel-preset-vue-app@^1.3.1", "name": "babel-preset-vue-app", "escapedName": "babel-preset-vue-app", "rawSpec": "^1.3.1", "saveSpec": null, "fetchSpec": "^1.3.1" }, "_requiredBy": [ "/vue-jest" ], "_resolved": "http://registry.npm.taobao.org/babel-preset-vue-app/download/babel-preset-vue-app-1.3.2.tgz", "_shasum": "53e98ac012a4edd3f8356cc6aafa000a6e980292", "_spec": "babel-preset-vue-app@^1.3.1", "_where": "/Users/FFIB/Desktop/data_visualization/node_modules/vue-jest", "author": { "name": "egoist", "email": "0x142857@gmail.com" }, "babel": { "presets": [ [ "env", { "targets": { "node": "current" } } ] ] }, "bugs": { "url": "https://github.com/egoist/babel-preset-vue-app/issues" }, "bundleDependencies": false, "dependencies": { "babel-plugin-syntax-dynamic-import": "^6.18.0", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-runtime": "^6.15.0", "babel-preset-env": "^1.6.0", "babel-preset-vue": "^1.2.1", "babel-runtime": "^6.20.0" }, "deprecated": false, "description": "Complete babel presets for a Vue app.", "devDependencies": { "babel-core": "^6.24.1", "babel-jest": "^19.0.0", "bili": "^0.14.1", "eslint-config-rem": "^3.0.0", "jest": "^19.0.2", "mz": "^2.6.0", "xo": "^0.17.1" }, "files": [ "dist" ], "homepage": "https://github.com/egoist/babel-preset-vue-app#readme", "license": "MIT", "main": "dist/index.common.js", "name": "babel-preset-vue-app", "repository": { "url": "git+https://github.com/egoist/babel-preset-vue-app.git", "type": "git" }, "scripts": { "build": "bili --name index", "lint": "xo", "test": "jest && npm run lint && npm run build" }, "version": "1.3.2", "xo": { "extends": "rem", "envs": [ "jest" ] } }