wishthis/node_modules/resolve-dir/package.json

110 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": [
[
"resolve-dir@1.0.1",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "resolve-dir@1.0.1",
"_id": "resolve-dir@1.0.1",
"_inBundle": false,
"_integrity": "sha1-eaQGRMNivoLybv/nOcm7U4IEb0M=",
"_location": "/resolve-dir",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "resolve-dir@1.0.1",
"name": "resolve-dir",
"escapedName": "resolve-dir",
"rawSpec": "1.0.1",
"saveSpec": null,
"fetchSpec": "1.0.1"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"_requiredBy": [
"/findup-sync",
"/global-modules",
"/matchdep/findup-sync"
2022-01-21 08:28:41 +00:00
],
2022-02-23 16:41:13 +00:00
"_resolved": "https://registry.npmjs.org/resolve-dir/-/resolve-dir-1.0.1.tgz",
"_spec": "1.0.1",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
2022-01-21 08:28:41 +00:00
},
2022-02-23 16:41:13 +00:00
"bugs": {
"url": "https://github.com/jonschlinkert/resolve-dir/issues"
2022-01-21 08:28:41 +00:00
},
"dependencies": {
"expand-tilde": "^2.0.0",
"global-modules": "^1.0.0"
},
2022-02-23 16:41:13 +00:00
"description": "Resolve a directory that is either local, global or in the user's home directory.",
2022-01-21 08:28:41 +00:00
"devDependencies": {
"gulp-format-md": "^1.0.0",
"homedir-polyfill": "^1.0.1",
"mocha": "^3.5.0"
},
2022-02-23 16:41:13 +00:00
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"homepage": "https://github.com/jonschlinkert/resolve-dir",
2022-01-21 08:28:41 +00:00
"keywords": [
"dir",
"directory",
"expansion",
"file",
"filepath",
"fp",
"global",
"home",
"modules",
"npm",
"path",
"resolve",
"tilde",
"user",
"user-home",
"userhome"
],
2022-02-23 16:41:13 +00:00
"license": "MIT",
"main": "index.js",
"name": "resolve-dir",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/resolve-dir.git"
},
"scripts": {
"test": "mocha"
},
2022-01-21 08:28:41 +00:00
"verb": {
"toc": false,
"layout": "default",
"tasks": [
"readme"
],
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"expand-tilde",
"findup-sync",
"resolve-modules"
]
},
"reflinks": [
"verb",
"verb-generate-readme"
],
"lint": {
"reflinks": true
}
2022-02-23 16:41:13 +00:00
},
"version": "1.0.1"
2022-01-21 08:28:41 +00:00
}