12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_from": "jest-canvas-mock@^2.1.0",
- "_id": "jest-canvas-mock@2.2.0",
- "_inBundle": false,
- "_integrity": "sha512-DcJdchb7eWFZkt6pvyceWWnu3lsp5QWbUeXiKgEMhwB3sMm5qHM1GQhDajvJgBeiYpgKcojbzZ53d/nz6tXvJw==",
- "_location": "/jest-canvas-mock",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "jest-canvas-mock@^2.1.0",
- "name": "jest-canvas-mock",
- "escapedName": "jest-canvas-mock",
- "rawSpec": "^2.1.0",
- "saveSpec": null,
- "fetchSpec": "^2.1.0"
- },
- "_requiredBy": [
- "#DEV:/"
- ],
- "_resolved": "http://dev.dp.sagacloud.cn:8082/repository/npm-saga/jest-canvas-mock/-/jest-canvas-mock-2.2.0.tgz",
- "_shasum": "45fbc58589c6ce9df50dc90bd8adce747cbdada7",
- "_spec": "jest-canvas-mock@^2.1.0",
- "_where": "D:\\project\\persagy-web\\persagy-web-draw",
- "author": {
- "name": "hustcc"
- },
- "bugs": {
- "url": "https://github.com/hustcc/jest-canvas-mock/issues"
- },
- "bundleDependencies": false,
- "commitlint": {
- "extends": [
- "@commitlint/config-angular"
- ]
- },
- "dependencies": {
- "cssfontparser": "^1.2.1",
- "parse-color": "^1.0.0"
- },
- "deprecated": false,
- "description": "Mock a canvas in your jest tests.",
- "devDependencies": {
- "@babel/cli": "^7.6.4",
- "@babel/core": "^7.6.4",
- "@babel/plugin-proposal-class-properties": "^7.5.5",
- "@babel/preset-env": "^7.6.3",
- "@commitlint/cli": "^8.2.0",
- "@commitlint/config-angular": "^8.2.0",
- "babel-jest": "^24.9.0",
- "babel-plugin-version": "^0.2.3",
- "coveralls": "^3.0.7",
- "husky": "^3.0.9",
- "jest": "^24.9.0"
- },
- "homepage": "https://github.com/hustcc/jest-canvas-mock#readme",
- "husky": {
- "hooks": {
- "commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
- "pre-commit": "npm run test && npm run build"
- }
- },
- "jest": {
- "collectCoverage": true,
- "collectCoverageFrom": [
- "src/classes/**/*.js",
- "src/mock/**/*.js"
- ],
- "setupFiles": [
- "./src/index.js"
- ]
- },
- "keywords": [
- "mock",
- "jest",
- "jest-mock",
- "echarts",
- "canvas",
- "test",
- "unit"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "jest-canvas-mock",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hustcc/jest-canvas-mock.git"
- },
- "scripts": {
- "build": "babel src --out-dir lib",
- "coveralls": "cat ./coverage/lcov.info | coveralls",
- "prepare": "npm run build",
- "test": "jest --no-cache"
- },
- "types": "types/index.d.ts",
- "version": "2.2.0"
- }
|