UNPKG

@duetds/date-picker

Version:

Duet Date Picker is an open source version of Duet Design System’s accessible date picker.

108 lines (107 loc) 2.96 kB
{ "_from": "ssim.js@^3.1.1", "_id": "ssim.js@3.2.0", "_inBundle": false, "_integrity": "sha512-PnmjBkIJI8QH81jxO92STVCkuEthlksbtNZnCU2A6SXfovAeRba/ZSG2zhya/FgI6MVIRzGPQtwbGLXJ5FF2Zw==", "_location": "/ssim.js", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "ssim.js@^3.1.1", "name": "ssim.js", "escapedName": "ssim.js", "rawSpec": "^3.1.1", "saveSpec": null, "fetchSpec": "^3.1.1" }, "_requiredBy": [ "/jest-image-snapshot" ], "_resolved": "https://registry.npmjs.org/ssim.js/-/ssim.js-3.2.0.tgz", "_shasum": "58e75c7297375451bd62f53014271d3ac218ab80", "_spec": "ssim.js@^3.1.1", "_where": "/Users/viljamis/code/lahitapiola/duet-date-picker-prep/hydrate/tests/node_modules/jest-image-snapshot", "author": { "name": "Oscar Bartra" }, "browser": "dist/ssim.web", "bugs": { "url": "https://github.com/obartra/ssim/issues" }, "bundleDependencies": false, "config": { "commitizen": { "path": "node_modules/cz-conventional-changelog" } }, "deprecated": false, "description": "JavaScript implementation of the SSIM algorithm", "devDependencies": { "@semantic-release/commit-analyzer": "8.0.1", "@semantic-release/github": "7.0.7", "@semantic-release/npm": "7.0.5", "@types/jest": "26.0.10", "@types/node": "13.11.1", "benchmark": "2.1.4", "bmp-js": "0.1.0", "canvas": "2.6.1", "commitizen": "4.1.2", "core-js": "3.6.5", "cz-conventional-changelog": "3.2.0", "eslint": "7.7.0", "eslint-config-airbnb": "18.2.0", "eslint-config-prettier": "6.11.0", "eslint-plugin-import": "2.22.0", "eslint-plugin-jsx-a11y": "6.3.1", "eslint-plugin-react": "7.20.6", "image-type": "4.1.0", "jest": "26.4.1", "nodemon": "2.0.4", "prettier": "2.0.5", "request": "2.88.2", "semantic-release": "17.1.1", "semantic-release-cli": "5.4.0", "ts-jest": "26.2.0", "ts-loader": "8.0.2", "typescript": "3.9.7", "webpack": "4.44.1", "webpack-cli": "3.3.12" }, "files": [ "package.json", "README.md", "LICENSE", "src", "dist" ], "homepage": "https://github.com/obartra/ssim#readme", "keywords": [ "ssim", "mssim", "ssim_map", "image", "compare", "structural", "similarity", "processing" ], "license": "MIT", "main": "dist/index", "name": "ssim.js", "repository": { "url": "git+https://github.com/obartra/ssim.git", "type": "git" }, "scripts": { "build": "rm -rf dist && tsc && webpack --mode=production", "commit": "git-cz", "format": "prettier --write --single-quote --no-semi --trailing-comma es5", "format-all": "git ls-files {src,spec}*.{ts,js,json} | xargs yarn format", "lint": "eslint .", "semantic-release": "semantic-release", "test": "jest --testTimeout=500000" }, "typings": "dist/index", "version": "3.2.0" }