blob: 17143cd951da9e3d3b93e977f88a79f18eeec7aa [file] [log] [blame]
Leo Repp58b9f112021-11-22 11:57:47 +01001{
2 "_from": "replace-ext@^1.0.0",
3 "_id": "replace-ext@1.0.1",
4 "_inBundle": false,
5 "_integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==",
6 "_location": "/replace-ext",
7 "_phantomChildren": {},
8 "_requested": {
9 "type": "range",
10 "registry": true,
11 "raw": "replace-ext@^1.0.0",
12 "name": "replace-ext",
13 "escapedName": "replace-ext",
14 "rawSpec": "^1.0.0",
15 "saveSpec": null,
16 "fetchSpec": "^1.0.0"
17 },
18 "_requiredBy": [
19 "/grunt-contrib-imagemin/imagemin",
20 "/imagemin",
21 "/vinyl"
22 ],
23 "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz",
24 "_shasum": "2d6d996d04a15855d967443631dd5f77825b016a",
25 "_spec": "replace-ext@^1.0.0",
26 "_where": "C:\\Users\\marcr\\Desktop\\KorAp\\Git\\Kalamar\\node_modules\\grunt-contrib-imagemin\\node_modules\\imagemin",
27 "author": {
28 "name": "Gulp Team",
29 "email": "team@gulpjs.com",
30 "url": "http://gulpjs.com/"
31 },
32 "bugs": {
33 "url": "https://github.com/gulpjs/replace-ext/issues"
34 },
35 "bundleDependencies": false,
36 "contributors": [
37 {
38 "name": "Eric Schoffstall",
39 "email": "yo@contra.io"
40 },
41 {
42 "name": "Blaine Bublitz",
43 "email": "blaine.bublitz@gmail.com"
44 }
45 ],
46 "dependencies": {},
47 "deprecated": false,
48 "description": "Replaces a file extension with another one",
49 "devDependencies": {
50 "coveralls": "github:phated/node-coveralls#2.x",
51 "eslint": "^2.13.1",
52 "eslint-config-gulp": "^3.0.1",
53 "expect": "^1.20.2",
54 "mocha": "^3.0.0",
55 "nyc": "^10.3.2"
56 },
57 "engines": {
58 "node": ">= 0.10"
59 },
60 "files": [
61 "LICENSE",
62 "index.js"
63 ],
64 "homepage": "https://github.com/gulpjs/replace-ext#readme",
65 "keywords": [
66 "gulp",
67 "extensions",
68 "filepath",
69 "basename"
70 ],
71 "license": "MIT",
72 "main": "index.js",
73 "name": "replace-ext",
74 "repository": {
75 "type": "git",
76 "url": "git+https://github.com/gulpjs/replace-ext.git"
77 },
78 "scripts": {
79 "azure-pipelines": "nyc mocha --async-only --reporter xunit -O output=test.xunit",
80 "cover": "nyc --reporter=lcov --reporter=text-summary npm test",
81 "coveralls": "nyc report --reporter=text-lcov | coveralls",
82 "lint": "eslint .",
83 "pretest": "npm run lint",
84 "test": "nyc mocha --async-only"
85 },
86 "version": "1.0.1"
87}