file-changed
Version:
A node module to check and store file changed.
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "file-changed",
"version": "1.4.1",
"description": "A node module to check and store file changed.",
"main": "src/main.js",
"repository": {
"type": "git",
"url": "https://github.com/poppinlp/file-changed"
},
"bugs": {
"url": "https://github.com/poppinlp/file-changed/issues"
},
"author": "PoppinL <poppinlp@gmail.com>",
"license": "MIT",
"readmeFilename": "README.md",
"engines": {
"node": ">= 6"
},
"keywords": [
"newer",
"node",
"file",
"changed",
"mtime",
"timestamp",
"md5"
],
"scripts": {
"ut": "ava tests/index.js --verbose --color --tap --fail-fast | tap-diff",
"format": "prettier -c .prettierrc.yml src/*.js tests/*.js --write",
"lint": "eslint -c .eslintrc.yml .",
"test": "npm run lint && npm run ut",
"cov": "nyc npm test",
"report": "nyc report --reporter=text-lcov | coveralls",
"cov-report": "npm run cov && npm run report"
},
"dependencies": {
"chalk": "^2.4.1",
"glob": "^7.1.3"
},
"devDependencies": {
"ava": "^0.25.0",
"coveralls": "^3.0.2",
"eslint": "^5.5.0",
"eslint-config-handsome": "^0.6.1",
"eslint-config-prettier": "^3.0.1",
"nyc": "^13.0.1",
"prettier": "^1.14.2",
"tap-diff": "^0.1.1"
}
}