Update checked-in dependencies

This commit is contained in:
github-actions[bot] 2022-02-24 17:03:29 +00:00
parent 4e02f8e87a
commit 0da815296a
500 changed files with 538 additions and 544 deletions

View file

@ -1,6 +1,6 @@
{
"name": "removeNPMAbsolutePaths",
"version": "2.0.0",
"version": "3.0.0",
"description": "Remove the fields containing local aboslute paths created by NPM",
"keywords": [
"npm",
@ -10,9 +10,7 @@
"scripts": {
"lint": "eslint bin/removeNPMAbsolutePaths src test --ignore-pattern 'test/data/malformed/module/'",
"test": "mocha test",
"test-with-coverage": "nyc --reporter=text mocha test",
"travis": "npm run lint && npm run test-with-coverage",
"coveralls": "nyc report --reporter=text-lcov | coveralls"
"test-with-coverage": "nyc --reporter=text --reporter=lcov mocha test"
},
"author": "Juanjo Diaz <juanjo.diazmo@gmail.com>",
"repository": {
@ -35,18 +33,18 @@
"src/"
],
"devDependencies": {
"chai": "^4.2.0",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.5",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.0",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"sinon": "^7.3.2",
"sinon-chai": "^3.3.0"
"coveralls": "^3.1.1",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.4",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"sinon": "^13.0.1",
"sinon-chai": "^3.7.0"
},
"engines": {
"node": ">=4.0.0"
}
}
}