Update dependencies
This commit is contained in:
parent
7f0fac984e
commit
e7d5360304
866 changed files with 44718 additions and 26682 deletions
63
node_modules/tildify/package.json
generated
vendored
63
node_modules/tildify/package.json
generated
vendored
|
@ -1,23 +1,55 @@
|
|||
{
|
||||
"name": "tildify",
|
||||
"version": "1.2.0",
|
||||
"description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
|
||||
"license": "MIT",
|
||||
"repository": "sindresorhus/tildify",
|
||||
"_args": [
|
||||
[
|
||||
"tildify@1.2.0",
|
||||
"F:\\laragon\\www\\wishthis"
|
||||
]
|
||||
],
|
||||
"_from": "tildify@1.2.0",
|
||||
"_id": "tildify@1.2.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-3OwD9V3Km3qj5bBPIYF+tW5jWIo=",
|
||||
"_location": "/tildify",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "tildify@1.2.0",
|
||||
"name": "tildify",
|
||||
"escapedName": "tildify",
|
||||
"rawSpec": "1.2.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/gulp-debug"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/tildify/-/tildify-1.2.0.tgz",
|
||||
"_spec": "1.2.0",
|
||||
"_where": "F:\\laragon\\www\\wishthis",
|
||||
"author": {
|
||||
"name": "Sindre Sorhus",
|
||||
"email": "sindresorhus@gmail.com",
|
||||
"url": "sindresorhus.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/sindresorhus/tildify/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"os-homedir": "^1.0.0"
|
||||
},
|
||||
"description": "Convert an absolute path to a tilde path: `/Users/sindresorhus/dev` → `~/dev`",
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.10.0"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"files": [
|
||||
"index.js"
|
||||
],
|
||||
"homepage": "https://github.com/sindresorhus/tildify#readme",
|
||||
"keywords": [
|
||||
"unexpand",
|
||||
"homedir",
|
||||
|
@ -31,11 +63,14 @@
|
|||
"user",
|
||||
"expand"
|
||||
],
|
||||
"dependencies": {
|
||||
"os-homedir": "^1.0.0"
|
||||
"license": "MIT",
|
||||
"name": "tildify",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/sindresorhus/tildify.git"
|
||||
},
|
||||
"devDependencies": {
|
||||
"ava": "*",
|
||||
"xo": "*"
|
||||
}
|
||||
"scripts": {
|
||||
"test": "xo && ava"
|
||||
},
|
||||
"version": "1.2.0"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue