74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"name": "concordance",
|
|
"version": "3.0.0",
|
|
"description": "Compare, format, diff and serialize any JavaScript value",
|
|
"main": "index.js",
|
|
"files": [
|
|
"lib",
|
|
"index.js"
|
|
],
|
|
"engines": {
|
|
"node": ">=4.5"
|
|
},
|
|
"scripts": {
|
|
"coverage": "nyc npm test",
|
|
"lint": "as-i-preach",
|
|
"test": "ava",
|
|
"posttest": "as-i-preach"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/concordancejs/concordance.git"
|
|
},
|
|
"author": "Mark Wubben (https://novemberborn.net/)",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/concordancejs/concordance/issues"
|
|
},
|
|
"homepage": "https://github.com/concordancejs/concordance#readme",
|
|
"dependencies": {
|
|
"date-time": "^2.1.0",
|
|
"esutils": "^2.0.2",
|
|
"fast-diff": "^1.1.1",
|
|
"function-name-support": "^0.2.0",
|
|
"js-string-escape": "^1.0.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"lodash.flattendeep": "^4.4.0",
|
|
"lodash.merge": "^4.6.0",
|
|
"md5-hex": "^2.0.0",
|
|
"semver": "^5.3.0",
|
|
"well-known-symbols": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@novemberborn/as-i-preach": "^10.0.1",
|
|
"ava": "^0.20.0",
|
|
"benchmark": "^2.1.3",
|
|
"chalk": "^1.1.3",
|
|
"codecov": "^2.1.0",
|
|
"left-pad": "^1.1.3",
|
|
"lodash.isequal": "^4.5.0",
|
|
"nyc": "^11.0.2",
|
|
"pretty-format": "^19.0.0",
|
|
"proxyquire": "^1.8.0"
|
|
},
|
|
"as-i-preach": {
|
|
"allowDevDependencies": [
|
|
"perf/**/*.js",
|
|
"test/**/*.js"
|
|
]
|
|
},
|
|
"ava": {
|
|
"source": [
|
|
"!test/**/*.js.snap"
|
|
]
|
|
},
|
|
"nyc": {
|
|
"reporter": [
|
|
"html",
|
|
"lcov",
|
|
"text"
|
|
]
|
|
},
|
|
"standard-engine": "@novemberborn/as-i-preach"
|
|
}
|