UNPKG

snap-shot-compare

Version:

Picks best comparison / diff for snapshot value

85 lines (84 loc) 2.18 kB
{ "name": "snap-shot-compare", "description": "Picks best comparison / diff for snapshot value", "version": "3.0.0", "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>", "bugs": "https://github.com/bahmutov/snap-shot-compare/issues", "engines": { "node": ">=6" }, "eslintConfig": { "env": { "es6": true }, "plugins": [ "immutable" ], "rules": { "no-var": 2, "immutable/no-let": 1, "immutable/no-this": 2, "immutable/no-mutation": 2 } }, "files": [ "src/*.js", "!src/*-spec.js" ], "homepage": "https://github.com/bahmutov/snap-shot-compare#readme", "keywords": [ "compare", "snap-shot", "snap-shot-it", "snapshot" ], "license": "MIT", "main": "src/", "publishConfig": { "registry": "http://registry.npmjs.org/" }, "repository": { "type": "git", "url": "https://github.com/bahmutov/snap-shot-compare.git" }, "scripts": { "ban": "ban", "deps": "deps-ok && dependency-check --no-dev .", "issues": "git-issues", "license": "license-checker --production --onlyunknown --csv", "lint": "standard --verbose --fix src/*.js", "postlint": "eslint --fix src/*.js", "prelint": "npm run pretty", "pretest": "npm run lint", "pretty": "prettier-standard 'src/*.js'", "size": "t=\"$(npm pack .)\"; wc -c \"${t}\"; tar tvf \"${t}\"; rm \"${t}\";", "test": "npm run unit", "unit": "mocha src/*-spec.js", "semantic-release": "semantic-release" }, "devDependencies": { "ban-sensitive-files": "1.9.2", "common-tags": "1.8.0", "dependency-check": "2.10.1", "deps-ok": "1.4.1", "dont-crack": "1.2.1", "eslint": "4.19.1", "eslint-plugin-immutable": "1.0.0", "git-issues": "1.3.1", "license-checker": "13.1.0", "mocha": "6.2.1", "prettier-standard": "9.1.1", "semantic-release": "15.13.24", "snap-shot-it": "7.8.1", "standard": "12.0.1" }, "dependencies": { "check-more-types": "2.24.0", "debug": "4.1.1", "disparity": "3.0.0", "folktale": "2.3.2", "lazy-ass": "1.6.0", "strip-ansi": "5.2.0", "variable-diff": "1.1.0" } }