12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "jest-serializer-vue@2.0.2",
- "/Users/lihai/jolijoli/pad_spa"
- ]
- ],
- "_development": true,
- "_from": "jest-serializer-vue@2.0.2",
- "_id": "jest-serializer-vue@2.0.2",
- "_inBundle": false,
- "_integrity": "sha1-sjjvKGNX7GtIBCG9RxRQUJh9WbM=",
- "_location": "/jest-serializer-vue",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "jest-serializer-vue@2.0.2",
- "name": "jest-serializer-vue",
- "escapedName": "jest-serializer-vue",
- "rawSpec": "2.0.2",
- "saveSpec": null,
- "fetchSpec": "2.0.2"
- },
- "_requiredBy": [
- "/@vue/cli-plugin-unit-jest"
- ],
- "_resolved": "https://registry.npm.taobao.org/jest-serializer-vue/download/jest-serializer-vue-2.0.2.tgz",
- "_spec": "2.0.2",
- "_where": "/Users/lihai/jolijoli/pad_spa",
- "author": {
- "name": "Edd Yerburgh"
- },
- "bugs": {
- "url": "https://github.com/eddyerburgh/jest-serializer-vue/issues"
- },
- "dependencies": {
- "pretty": "2.0.0"
- },
- "description": "A jest serializer for Vue snapshots",
- "devDependencies": {
- "@vue/test-utils": "^1.0.0-beta.12",
- "babel-core": "^6.26.0",
- "babel-jest": "^22.4.1",
- "babel-preset-env": "^1.6.1",
- "conventional-changelog": "1.1.6",
- "eslint": "4.10.0",
- "eslint-config-standard": "10.2.1",
- "eslint-plugin-import": "2.8.0",
- "eslint-plugin-node": "5.2.1",
- "eslint-plugin-promise": "3.6.0",
- "eslint-plugin-standard": "^3.0.1",
- "eslint-plugin-vue": "beta",
- "jest": "^22.4.2",
- "semantic-release": "^15.5.0",
- "vue": "2.5.3",
- "vue-jest": "1.0.2",
- "vue-template-compiler": "2.5.3"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/eddyerburgh/jest-serializer-vue#readme",
- "jest": {
- "moduleFileExtensions": [
- "js",
- "json",
- "vue"
- ],
- "transform": {
- "^.+\\.js$": "<rootDir>/node_modules/babel-jest",
- ".*\\.vue$": "<rootDir>/node_modules/vue-jest"
- },
- "snapshotSerializers": [
- "<rootDir>/index.js"
- ]
- },
- "keywords": [
- "jest"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "jest-serializer-vue",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/eddyerburgh/jest-serializer-vue.git"
- },
- "scripts": {
- "lint": "eslint --ext .js,.vue .",
- "lint:fix": "npm run lint -- --fix",
- "publish": "semantic-release",
- "test": "npm run lint && npm run unit",
- "unit": "jest"
- },
- "version": "2.0.2"
- }
|