123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- {
- "_args": [
- [
- "vue-jest@3.0.4",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "vue-jest@3.0.4",
- "_id": "vue-jest@3.0.4",
- "_inBundle": false,
- "_integrity": "sha1-tqKw2HSWjyb6d1rJAZA/7OUx4Is=",
- "_location": "/vue-jest",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "vue-jest@3.0.4",
- "name": "vue-jest",
- "escapedName": "vue-jest",
- "rawSpec": "3.0.4",
- "saveSpec": null,
- "fetchSpec": "3.0.4"
- },
- "_requiredBy": [
- "/@vue/cli-plugin-unit-jest"
- ],
- "_resolved": "https://registry.npm.taobao.org/vue-jest/download/vue-jest-3.0.4.tgz",
- "_spec": "3.0.4",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Edd Yerburgh"
- },
- "bugs": {
- "url": "https://github.com/eddyerburgh/vue-jest/issues"
- },
- "dependencies": {
- "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0",
- "chalk": "^2.1.0",
- "extract-from-css": "^0.4.4",
- "find-babel-config": "^1.1.0",
- "js-beautify": "^1.6.14",
- "node-cache": "^4.1.1",
- "object-assign": "^4.1.1",
- "source-map": "^0.5.6",
- "tsconfig": "^7.0.0",
- "vue-template-es2015-compiler": "^1.6.0"
- },
- "description": "Jest Vue transform",
- "devDependencies": {
- "@vue/test-utils": "^1.0.0-beta.25",
- "babel-core": "^6.25.0",
- "babel-jest": "^20.0.3",
- "babel-plugin-istanbul": "^4.1.4",
- "babel-preset-env": "^1.6.1",
- "clear-module": "^2.1.0",
- "coffeescript": "^2.0.3",
- "conventional-changelog": "^1.1.5",
- "eslint": "^4.3.0",
- "eslint-plugin-html": "^3.1.1",
- "eslint-plugin-vue": "^2.1.0",
- "eslint-plugin-vue-libs": "^1.2.0",
- "hamljs": "^0.6.2",
- "jade": "^1.11.0",
- "jest": "^20.0.4",
- "node-sass": "^4.10.0",
- "pug": "^2.0.0-rc.3",
- "stylus": "^0.54.5",
- "typescript": "^2.5.2",
- "vue": "^2.4.2",
- "vue-template-compiler": "^2.4.2"
- },
- "files": [
- "vue-jest.js",
- "lib"
- ],
- "homepage": "https://github.com/eddyerburgh/vue-jest#readme",
- "jest": {
- "moduleFileExtensions": [
- "js",
- "json",
- "vue"
- ],
- "transform": {
- "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
- ".*\\.(vue)$": "<rootDir>/vue-jest.js"
- },
- "mapCoverage": true,
- "moduleNameMapper": {
- "^~?__root/(.*)$": "<rootDir>/$1",
- "^~?__test/(.*)$": "<rootDir>/test/$1"
- }
- },
- "keywords": [
- "jest",
- "vue",
- "jest vue",
- "jest vue transform",
- "jest vue preprocessor",
- "vue jest",
- "vue jest",
- "vue jest transform",
- "vue jest preprocessor"
- ],
- "license": "MIT",
- "main": "vue-jest.js",
- "name": "vue-jest",
- "peerDependencies": {
- "babel-core": "^6.25.0 || ^7.0.0-0",
- "vue": "^2.x",
- "vue-template-compiler": "^2.x"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/eddyerburgh/vue-jest.git"
- },
- "scripts": {
- "lint": "eslint lib vue-jest.js test",
- "lint:fix": "npm run lint -- --fix",
- "release": "build/release.sh",
- "release:note": "node build/gen-release-note.js",
- "test": "npm run lint && ./test.sh",
- "unit": "./test.sh",
- "unit:run": "jest test --no-cache --runInBand --coverage --coverageDirectory test/coverage"
- },
- "version": "3.0.4"
- }
|