update, text, response
This commit is contained in:
32
node_modules/replace-ext/package.json
generated
vendored
32
node_modules/replace-ext/package.json
generated
vendored
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "replace-ext",
|
||||
"version": "2.0.0",
|
||||
"description": "Replaces a file extension with another one.",
|
||||
"version": "1.0.1",
|
||||
"description": "Replaces a file extension with another one",
|
||||
"author": "Gulp Team <team@gulpjs.com> (http://gulpjs.com/)",
|
||||
"contributors": [
|
||||
"Eric Schoffstall <yo@contra.io>",
|
||||
@@ -10,7 +10,7 @@
|
||||
"repository": "gulpjs/replace-ext",
|
||||
"license": "MIT",
|
||||
"engines": {
|
||||
"node": ">= 10"
|
||||
"node": ">= 0.10"
|
||||
},
|
||||
"main": "index.js",
|
||||
"files": [
|
||||
@@ -20,23 +20,19 @@
|
||||
"scripts": {
|
||||
"lint": "eslint .",
|
||||
"pretest": "npm run lint",
|
||||
"test": "nyc mocha --async-only"
|
||||
"test": "nyc mocha --async-only",
|
||||
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
|
||||
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
|
||||
"coveralls": "nyc report --reporter=text-lcov | coveralls"
|
||||
},
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"eslint": "^6.8.0",
|
||||
"eslint-config-gulp": "^4.0.0",
|
||||
"expect": "^25.4.0",
|
||||
"mocha": "^7.1.2",
|
||||
"nyc": "^15.0.1"
|
||||
},
|
||||
"nyc": {
|
||||
"reporter": [
|
||||
"lcov",
|
||||
"text-summary"
|
||||
]
|
||||
},
|
||||
"prettier": {
|
||||
"singleQuote": true
|
||||
"coveralls": "github:phated/node-coveralls#2.x",
|
||||
"eslint": "^2.13.1",
|
||||
"eslint-config-gulp": "^3.0.1",
|
||||
"expect": "^1.20.2",
|
||||
"mocha": "^3.0.0",
|
||||
"nyc": "^10.3.2"
|
||||
},
|
||||
"keywords": [
|
||||
"gulp",
|
||||
|
||||
Reference in New Issue
Block a user