string-looks-like
Version:
An assert function that is used to compare multiline string. Support placeholders.
38 lines (37 loc) • 887 B
JSON
{
"name": "string-looks-like",
"version": "0.1.1",
"description": "An assert function that is used to compare multiline string. Support placeholders.",
"author": "eight04 <eight04@gmail.com>",
"license": "MIT",
"keywords": [
"assert",
"compare",
"string",
"placehold"
],
"scripts": {
"lint": "eslint \"**/*.js\" --cache",
"test": "npm run lint && c8 --reporter=lcov mocha",
"preversion": "npm test",
"postversion": "git push --follow-tags && npm publish"
},
"main": "index.js",
"dependencies": {
"@babel/code-frame": "^7.8.3",
"string-pos": "^1.0.0"
},
"devDependencies": {
"c8": "^7.0.1",
"eslint": "^6.8.0",
"mocha": "^7.0.1"
},
"repository": "eight04/string-looks-like",
"eslintIgnore": [
"coverage"
],
"engines": {
"node": ">=8"
},
"files": []
}