biofriction-wp-theme/node_modules/replace-homedir/package.json

97 lines
2.4 KiB
JSON

{
"_args": [
[
"replace-homedir@1.0.0",
"/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab"
]
],
"_development": true,
"_from": "replace-homedir@1.0.0",
"_id": "replace-homedir@1.0.0",
"_inBundle": false,
"_integrity": "sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=",
"_location": "/replace-homedir",
"_phantomChildren": {
"unc-path-regex": "0.1.2"
},
"_requested": {
"type": "version",
"registry": true,
"raw": "replace-homedir@1.0.0",
"name": "replace-homedir",
"escapedName": "replace-homedir",
"rawSpec": "1.0.0",
"saveSpec": null,
"fetchSpec": "1.0.0"
},
"_requiredBy": [
"/gulp-cli",
"/gulp/gulp-cli"
],
"_resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "/home/vitrubio/Documents/trabajo/elglobusvermell/thegreenballoon/thegreenballoon-fp-gitlab",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
},
"bugs": {
"url": "https://github.com/gulpjs/replace-homedir/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
"dependencies": {
"homedir-polyfill": "^1.0.1",
"is-absolute": "^1.0.0",
"remove-trailing-separator": "^1.1.0"
},
"description": "Replace user home in a string with another string. Useful for tildifying a path.",
"devDependencies": {
"eslint": "^1.7.3",
"eslint-config-gulp": "^2.0.0",
"expect": "^1.20.2",
"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-homedir#readme",
"keywords": [
"path",
"homedir",
"tilde",
"replace",
"subsitute",
"user home",
"tilde"
],
"license": "MIT",
"main": "index.js",
"name": "replace-homedir",
"repository": {
"type": "git",
"url": "git+https://github.com/gulpjs/replace-homedir.git"
},
"scripts": {
"cover": "istanbul cover _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"
}