You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.5 KiB
93 lines
2.5 KiB
3 years ago
|
{
|
||
|
"_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": "range",
|
||
|
"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.npmjs.org/jest-serializer-vue/-/jest-serializer-vue-2.0.2.tgz",
|
||
|
"_shasum": "b238ef286357ec6b480421bd47145050987d59b3",
|
||
|
"_spec": "jest-serializer-vue@^2.0.2",
|
||
|
"_where": "F:\\workspace\\gcy\\RK-archives\\ruoyi-ui\\node_modules\\@vue\\cli-plugin-unit-jest",
|
||
|
"author": {
|
||
|
"name": "Edd Yerburgh"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/eddyerburgh/jest-serializer-vue/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"dependencies": {
|
||
|
"pretty": "2.0.0"
|
||
|
},
|
||
|
"deprecated": false,
|
||
|
"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"
|
||
|
}
|