{ "_args": [ [ "replace-ext@1.0.1", "F:\\laragon\\www\\wishthis" ] ], "_from": "replace-ext@1.0.1", "_id": "replace-ext@1.0.1", "_inBundle": false, "_integrity": "sha512-yD5BHCe7quCgBph4rMQ+0KkIRKwWCrHDOX1p1Gp6HwjPM5kVoCdKGNhN7ydqqsX6lJEnQDKZ/tFMiEdQ1dvPEw==", "_location": "/replace-ext", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "replace-ext@1.0.1", "name": "replace-ext", "escapedName": "replace-ext", "rawSpec": "1.0.1", "saveSpec": null, "fetchSpec": "1.0.1" }, "_requiredBy": [ "/fomantic-ui", "/vinyl" ], "_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.1.tgz", "_spec": "1.0.1", "_where": "F:\\laragon\\www\\wishthis", "author": { "name": "Gulp Team", "email": "team@gulpjs.com", "url": "http://gulpjs.com/" }, "bugs": { "url": "https://github.com/gulpjs/replace-ext/issues" }, "contributors": [ { "name": "Eric Schoffstall", "email": "yo@contra.io" }, { "name": "Blaine Bublitz", "email": "blaine.bublitz@gmail.com" } ], "dependencies": {}, "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" }