update, text, response
This commit is contained in:
76
node_modules/homedir-polyfill/package.json
generated
vendored
76
node_modules/homedir-polyfill/package.json
generated
vendored
@@ -1,56 +1,30 @@
|
||||
{
|
||||
"_from": "homedir-polyfill@^1.0.1",
|
||||
"_id": "homedir-polyfill@1.0.3",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-eSmmWE5bZTK2Nou4g0AI3zZ9rswp7GRKoKXS1BLUkvPviOqs4YTN1djQIqrXy9k5gEtdLPy86JjRwsNM9tnDcA==",
|
||||
"_location": "/homedir-polyfill",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "homedir-polyfill@^1.0.1",
|
||||
"name": "homedir-polyfill",
|
||||
"escapedName": "homedir-polyfill",
|
||||
"rawSpec": "^1.0.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^1.0.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/expand-tilde",
|
||||
"/global-prefix",
|
||||
"/replace-homedir",
|
||||
"/v8flags"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/homedir-polyfill/-/homedir-polyfill-1.0.3.tgz",
|
||||
"_shasum": "743298cef4e5af3e194161fbadcc2151d3a058e8",
|
||||
"_spec": "homedir-polyfill@^1.0.1",
|
||||
"_where": "/var/www/html/jason/WeihnachtenMelly/node_modules/expand-tilde",
|
||||
"author": {
|
||||
"name": "Brian Woodward",
|
||||
"url": "https://github.com/doowb"
|
||||
},
|
||||
"name": "homedir-polyfill",
|
||||
"description": "Node.js os.homedir polyfill for older versions of node.js.",
|
||||
"version": "1.0.3",
|
||||
"homepage": "https://github.com/doowb/homedir-polyfill",
|
||||
"author": "Brian Woodward (https://github.com/doowb)",
|
||||
"repository": "doowb/homedir-polyfill",
|
||||
"bugs": {
|
||||
"url": "https://github.com/doowb/homedir-polyfill/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"parse-passwd": "^1.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "Node.js os.homedir polyfill for older versions of node.js.",
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
"mocha": "^3.1.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"license": "MIT",
|
||||
"files": [
|
||||
"index.js",
|
||||
"polyfill.js",
|
||||
"LICENSE"
|
||||
],
|
||||
"homepage": "https://github.com/doowb/homedir-polyfill",
|
||||
"main": "index.js",
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"devDependencies": {
|
||||
"gulp-format-md": "^0.1.11",
|
||||
"mocha": "^3.1.2"
|
||||
},
|
||||
"keywords": [
|
||||
"home",
|
||||
"homedir",
|
||||
@@ -60,16 +34,6 @@
|
||||
"polyfill",
|
||||
"userhome"
|
||||
],
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "homedir-polyfill",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/doowb/homedir-polyfill.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha"
|
||||
},
|
||||
"verb": {
|
||||
"toc": false,
|
||||
"layout": "default",
|
||||
@@ -92,5 +56,7 @@
|
||||
"verb-generate-readme"
|
||||
]
|
||||
},
|
||||
"version": "1.0.3"
|
||||
"dependencies": {
|
||||
"parse-passwd": "^1.0.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user