91 lines
2.2 KiB
JSON
91 lines
2.2 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"replace-ext@1.0.0",
|
|
"/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome/wp-content/plugins/opal-estate-pro"
|
|
]
|
|
],
|
|
"_from": "replace-ext@1.0.0",
|
|
"_id": "replace-ext@1.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-3mMSg3P8v3w8z6TeWkgMRaZ5WOs=",
|
|
"_location": "/replace-ext",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"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": [
|
|
"/gulp-sass",
|
|
"/vinyl"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/replace-ext/-/replace-ext-1.0.0.tgz",
|
|
"_spec": "1.0.0",
|
|
"_where": "/Applications/XAMPP/xamppfiles/htdocs/wordpress/latehome/wp-content/plugins/opal-estate-pro",
|
|
"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": {
|
|
"eslint": "^1.10.3",
|
|
"eslint-config-gulp": "^2.0.0",
|
|
"expect": "^1.16.0",
|
|
"istanbul": "^0.4.3",
|
|
"istanbul-coveralls": "^1.0.3",
|
|
"jscs": "^2.3.5",
|
|
"jscs-preset-gulp": "^1.0.0",
|
|
"mocha": "^2.4.5"
|
|
},
|
|
"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": {
|
|
"cover": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly",
|
|
"coveralls": "npm run cover && istanbul-coveralls",
|
|
"lint": "eslint . && jscs index.js test/",
|
|
"pretest": "npm run lint",
|
|
"test": "mocha --async-only"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|