wishthis/node_modules/replace-homedir/package.json

93 lines
2.2 KiB
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-02-23 16:41:13 +00:00
"_args": [
[
"replace-homedir@1.0.0",
"F:\\laragon\\www\\wishthis"
]
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_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": "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"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/gulp-cli"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/replace-homedir/-/replace-homedir-1.0.0.tgz",
"_spec": "1.0.0",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Gulp Team",
"email": "team@gulpjs.com",
"url": "http://gulpjs.com/"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/gulpjs/replace-homedir/issues"
},
"contributors": [
{
"name": "Blaine Bublitz",
"email": "blaine.bublitz@gmail.com"
}
],
2022-01-21 08:28:41 +00:00
"dependencies": {
"homedir-polyfill": "^1.0.1",
"is-absolute": "^1.0.0",
"remove-trailing-separator": "^1.1.0"
},
2022-02-23 16:41:13 +00:00
"description": "Replace user home in a string with another string. Useful for tildifying a path.",
2022-01-21 08:28:41 +00:00
"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"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">= 0.10"
},
"files": [
"LICENSE",
"index.js"
],
"homepage": "https://github.com/gulpjs/replace-homedir#readme",
2022-01-21 08:28:41 +00:00
"keywords": [
"path",
"homedir",
"tilde",
"replace",
"subsitute",
"user home",
"tilde"
2022-02-23 16:41:13 +00:00
],
"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"
2022-01-21 08:28:41 +00:00
}