You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.2 KiB
86 lines
2.2 KiB
{
|
|
"_from": "replace-ext@^1.0.0",
|
|
"_id": "replace-ext@1.0.1",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
|
|
"_location": "/replace-ext",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "replace-ext@^1.0.0",
|
|
"name": "replace-ext",
|
|
"escapedName": "replace-ext",
|
|
"rawSpec": "^1.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "^1.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/imagemin"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
|
|
"_shasum": "2d6d996d04a15855d967443631dd5f77825b016a",
|
|
"_spec": "replace-ext@^1.0.0",
|
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/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"
|
|
}
|
|
],
|
|
"dependencies": {},
|
|
"deprecated": false,
|
|
"description": "Replaces a file extension with another one",
|
|
"devDependencies": {
|
|
"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"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.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",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/gulpjs/replace-ext.git"
|
|
},
|
|
"scripts": {
|
|
"azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
|
|
"cover": "nyc --reporter=lcov --reporter=text-summary npm test",
|
|
"coveralls": "nyc report --reporter=text-lcov | coveralls",
|
|
"lint": "eslint .",
|
|
"pretest": "npm run lint",
|
|
"test": "nyc mocha --async-only"
|
|
},
|
|
"version": "1.0.1"
|
|
}
|