76 lines
2.4 KiB
JSON
76 lines
2.4 KiB
JSON
{
|
|
"_from": "assertion-error-formatter@^2.0.1",
|
|
"_id": "assertion-error-formatter@2.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-cjC3jUCh9spkroKue5PDSKH5RFQ/KNuZJhk3GwHYmB/8qqETxLOmMdLH+ohi/VukNzxDlMvIe7zScvLoOdhb6Q==",
|
|
"_location": "/assertion-error-formatter",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "assertion-error-formatter@^2.0.1",
|
|
"name": "assertion-error-formatter",
|
|
"escapedName": "assertion-error-formatter",
|
|
"rawSpec": "^2.0.1",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^2.0.1"
|
|
},
|
|
"_requiredBy": [
|
|
"/cucumber"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/assertion-error-formatter/-/assertion-error-formatter-2.0.1.tgz",
|
|
"_shasum": "6bbdffaec8e2fa9e2b0eb158bfe353132d7c0a9b",
|
|
"_spec": "assertion-error-formatter@^2.0.1",
|
|
"_where": "/home/simon/Documents/lifen-autotest/node_modules/cucumber",
|
|
"author": {
|
|
"name": "Charlie Rudolph",
|
|
"email": "charles.w.rudolph@gmail.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/charlierudolph/node-assertion-error-formatter/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"diff": "^3.0.0",
|
|
"pad-right": "^0.2.2",
|
|
"repeat-string": "^1.6.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Format errors to display a diff between the actual and expected",
|
|
"devDependencies": {
|
|
"babel-cli": "^6.18.0",
|
|
"babel-core": "^6.21.0",
|
|
"babel-eslint": "^7.1.1",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"babel-register": "^6.18.0",
|
|
"chai": "^3.5.0",
|
|
"dependency-lint": "^4.3.0",
|
|
"eslint": "^3.7.0",
|
|
"eslint-plugin-babel": "^4.0.0",
|
|
"mocha": "^3.2.0",
|
|
"sinon": "^1.17.6",
|
|
"sinon-chai": "^2.8.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"homepage": "https://github.com/charlierudolph/node-assertion-error-formatter",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "assertion-error-formatter",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/charlierudolph/node-assertion-error-formatter.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel src -d lib --ignore '**/*_test.js' --retain-lines",
|
|
"lint": "yarn run lint-js && yarn run lint-dependencies",
|
|
"lint-dependencies": "dependency-lint",
|
|
"lint-js": "eslint src/** test/test_helper.js",
|
|
"prepublish": "yarn run build",
|
|
"test": "yarn run lint && yarn run unit-test",
|
|
"unit-test": "mocha src"
|
|
},
|
|
"version": "2.0.1"
|
|
}
|