{ "_from": "replace-homedir@^1.0.0", "_id": "replace-homedir@1.0.0", "_inBundle": false, "_integrity": "sha1-6H9tUTuSjd6AgmDBK+f+xv9ueYw=", "_location": "/replace-homedir", "_phantomChildren": {}, "_requested": { "type": "range", "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/gulp-cli" ], "_resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz", "_shasum": "e87f6d513b928dde808260c12be7fec6ff6e798c", "_spec": "replace-homedir@^1.0.0", "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\gulp\\node_modules\\gulp-cli", "author": { "name": "Gulp Team", "email": "team@gulpjs.com", "url": "http://gulpjs.com/" }, "bugs": { "url": "https://github.com/gulpjs/replace-homedir/issues" }, "bundleDependencies": false, "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" }, "deprecated": false, "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" }