@duetds/date-picker
Version:
Duet Date Picker is an open source version of Duet Design System’s accessible date picker.
131 lines (130 loc) • 3.69 kB
JSON
{
"_from": "jest-image-snapshot@^4.0.2",
"_id": "jest-image-snapshot@4.1.0",
"_inBundle": false,
"_integrity": "sha512-jSceASW6BQWSuU2r0/47sBYdxgHUI//49gYUKwCxn5d7faP39kB1TRTuH30dEMmjvzob0t/NKer5H0mwoPuZwA==",
"_location": "/jest-image-snapshot",
"_phantomChildren": {
"escape-string-regexp": "1.0.5",
"glob": "7.1.6",
"has-ansi": "2.0.0"
},
"_requested": {
"type": "range",
"registry": true,
"raw": "jest-image-snapshot@^4.0.2",
"name": "jest-image-snapshot",
"escapedName": "jest-image-snapshot",
"rawSpec": "^4.0.2",
"saveSpec": null,
"fetchSpec": "^4.0.2"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmjs.org/jest-image-snapshot/-/jest-image-snapshot-4.1.0.tgz",
"_shasum": "107fed0bbf68d465037071a337f4bc17cf54cc2c",
"_spec": "jest-image-snapshot@^4.0.2",
"_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests",
"author": {
"name": "Andres Escobar",
"email": "andres.escobar@aexp.com",
"url": "https://github.com/anescobar1991"
},
"bugs": {
"url": "https://github.com/americanexpress/jest-image-snapshot/issues"
},
"bundleDependencies": false,
"dependencies": {
"chalk": "^1.1.3",
"get-stdin": "^5.0.1",
"glur": "^1.1.2",
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"pixelmatch": "^5.1.0",
"pngjs": "^3.4.0",
"rimraf": "^2.6.2",
"ssim.js": "^3.1.1"
},
"deprecated": false,
"description": "Jest matcher for image comparisons. Most commonly used for visual regression testing.",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^8.3.4",
"@semantic-release/changelog": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"amex-jest-preset": "^6.1.0",
"eslint": "^6.8.0",
"eslint-config-amex": "^7.0.0",
"husky": "^4.2.1",
"image-size": "^0.8.3",
"jest": "^26.0.1",
"jest-snapshot": "^26.0.1",
"lockfile-lint": "^4.0.0",
"mock-spawn": "^0.2.6",
"semantic-release": "^17.0.4"
},
"engines": {
"node": ">= 10.14.2"
},
"homepage": "https://github.com/americanexpress/jest-image-snapshot#readme",
"husky": {
"hooks": {
"pre-commit": "npm test",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"jest": {
"preset": "amex-jest-preset",
"collectCoverageFrom": [
"src/*.js",
"!src/diff-process.js",
"!**/node_modules/**",
"!test-results/**"
],
"testMatch": [
"<rootDir>/__tests__/**/*.js"
],
"coveragePathIgnorePatterns": [
"/node_modules/",
"<rootDir>/examples"
]
},
"keywords": [
"test",
"amex",
"visual testing",
"css",
"jest",
"browser testing"
],
"license": "Apache-2.0",
"main": "src/index.js",
"name": "jest-image-snapshot",
"peerDependencies": {
"jest": ">=20 <=26"
},
"release": {
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
"@semantic-release/changelog",
"@semantic-release/npm",
"@semantic-release/git",
"@semantic-release/github"
],
"branch": "master"
},
"repository": {
"type": "git",
"url": "git+https://github.com/americanexpress/jest-image-snapshot.git"
},
"scripts": {
"lint": "eslint ./ --ignore-path .gitignore --ext .js",
"posttest": "npm run lint && npm run test:git-history && npm run test:lockfile",
"test": "jest --ci=false",
"test:git-history": "commitlint --from origin/master --to HEAD",
"test:lockfile": "lockfile-lint -p package-lock.json -t npm -a npm -o https: -c -i"
},
"version": "4.1.0"
}