File: /var/www/linde-ai/html/node_modules/replace-ext/package.json
{
"_from": "replace-ext@^2.0.0",
"_id": "replace-ext@2.0.0",
"_inBundle": false,
"_integrity": "sha512-UszKE5KVK6JvyD92nzMn9cDapSk6w/CaFZ96CnmDMUqH9oowfxF/ZjRITD25H4DnOQClLA4/j7jLGXXLVKxAug==",
"_location": "/replace-ext",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "replace-ext@^2.0.0",
"name": "replace-ext",
"escapedName": "replace-ext",
"rawSpec": "^2.0.0",
"saveSpec": null,
"fetchSpec": "^2.0.0"
},
"_requiredBy": [
"/imagemin"
],
"_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-2.0.0.tgz",
"_shasum": "9471c213d22e1bcc26717cd6e50881d88f812b06",
"_spec": "replace-ext@^2.0.0",
"_where": "C:\\xampp\\htdocs\\linde-ai\\html\\node_modules\\imagemin",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/replace-ext/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Eric Schoffstall",
"email": "yo@contra.io"
},
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"deprecated": false,
"description": "Replaces a file extension with another one.",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-gulp": "^4.0.0",
"expect": "^25.4.0",
"mocha": "^7.1.2",
"nyc": "^15.0.1"
},
"engines": {
"node": ">= 10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/replace-ext#readme",
"keywords": [
"gulp",
"extensions",
"filepath",
"basename"
],
"license": "MIT",
"main": "index.js",
"name": "replace-ext",
"nyc": {
"reporter": [
"lcov",
"text-summary"
]
},
"prettier": {
"singleQuote": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/replace-ext.git"
},
"scripts": {
"lint": "eslint .",
"pretest": "npm run lint",
"test": "nyc mocha --async-only"
},
"version": "2.0.0"
}