UNPKG

unexpected

Version:
96 lines (95 loc) 2.72 kB
{ "name": "unexpected", "version": "10.39.2", "author": "Sune Sloth Simonsen <sune@we-knowhow.dk>", "keywords": [ "assertion", "test", "assert" ], "license": "MIT", "bugs": "https://github.com/unexpectedjs/unexpected/issues", "repository": { "type": "git", "url": "https://github.com/unexpectedjs/unexpected" }, "scripts": { "test": "make test && make test-phantomjs", "lint": "eslint .", "generate-site": "generate-site --require ./bootstrap-unexpected-markdown.js", "update-examples": "generate-site --require ./bootstrap-unexpected-markdown.js --update-examples", "preversion": "test -n \"${IS_MAKE_RELEASE}\" || (echo Please run make release instead && exit 1)" }, "main": "./build/lib/index.js", "dependencies": { "array-changes": "3.0.1", "array-changes-async": "3.0.1", "babel-runtime": "6.26.0", "detect-indent": "3.0.1", "diff": "1.1.0", "greedy-interval-packer": "1.2.0", "leven": "2.1.0", "magicpen": "5.12.0", "unexpected-bluebird": "2.9.34-longstack2" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-es2015-without-strict": "^0.0.4", "coveralls": "^3.0.0", "es5-shim": "^4.5.9", "eslint": "^4.17.0", "eslint-config-pretty-standard": "^1.2.0", "eslint-plugin-import": "^2.8.0", "eslint-plugin-mocha": "^5.2.0", "eslint-plugin-prettier": "^2.6.0", "find-node-modules": "^1.0.4", "gh-pages": "^2.0.1", "istanbul": "^0.4.5", "jasmine": "~3.2.0", "jasmine-core": "^3.1.0", "jest": "^23.0.0", "minimist": "^1.2.0", "mocha": "^3.2.0", "mocha-phantomjs-core": "^2.1.2", "mocha-slow-reporter": "^*", "node-version-check": "^2.2.0", "nyc": "^10.3.2", "offline-github-changelog": "^1.2.0", "prettier": "~1.15.1", "rollup": "^0.66.1", "rollup-plugin-commonjs": "^9.1.0", "rollup-plugin-node-globals": "^1.1.0", "rollup-plugin-node-resolve": "^3.0.0", "rollup-plugin-uglify": "^4.0.0", "rsvp": "^4.7.0", "serve": "*", "unexpected-documentation-site-generator": "^4.6.1", "unexpected-magicpen": "^1.0.0", "unexpected-markdown": "^1.7.4" }, "files": [ "unexpected.js", "unexpected.js.map", "lib", "build/lib" ], "jspm": { "dependencies": {}, "main": "unexpected.js", "jspmPackage": true }, "jest": { "setupFiles": [ "<rootDir>/test/promisePolyfill" ], "setupTestFrameworkScriptFile": "<rootDir>/test/common.js", "testMatch": [ "<rootDir>/test/**.spec.js" ], "testURL": "http://localhost/", "transformIgnorePatterns": [ "(?:)" ] } }