2022-01-21 08:28:41 +00:00
|
|
|
{
|
2022-02-23 16:41:13 +00:00
|
|
|
"_args": [
|
|
|
|
[
|
|
|
|
"global-modules@1.0.0",
|
|
|
|
"F:\\laragon\\www\\wishthis"
|
|
|
|
]
|
2022-01-21 08:28:41 +00:00
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"_from": "global-modules@1.0.0",
|
|
|
|
"_id": "global-modules@1.0.0",
|
|
|
|
"_inBundle": false,
|
|
|
|
"_integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
|
|
|
|
"_location": "/global-modules",
|
|
|
|
"_phantomChildren": {},
|
|
|
|
"_requested": {
|
|
|
|
"type": "version",
|
|
|
|
"registry": true,
|
|
|
|
"raw": "global-modules@1.0.0",
|
|
|
|
"name": "global-modules",
|
|
|
|
"escapedName": "global-modules",
|
|
|
|
"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": [
|
|
|
|
"/resolve-dir"
|
2022-01-21 08:28:41 +00:00
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"_resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
|
|
|
|
"_spec": "1.0.0",
|
|
|
|
"_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/global-modules/issues"
|
2022-01-21 08:28:41 +00:00
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"contributors": [
|
|
|
|
{
|
|
|
|
"name": "JasonChang",
|
|
|
|
"url": "https://packagist.org/packages/jason-chang"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Jon Schlinkert",
|
|
|
|
"url": "http://twitter.com/jonschlinkert"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Kiko Beats",
|
|
|
|
"url": "https://kikobeats.com"
|
|
|
|
}
|
|
|
|
],
|
2022-01-21 08:28:41 +00:00
|
|
|
"dependencies": {
|
|
|
|
"global-prefix": "^1.0.1",
|
|
|
|
"is-windows": "^1.0.1",
|
|
|
|
"resolve-dir": "^1.0.0"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"description": "The directory used by npm for globally installed npm modules.",
|
2022-01-21 08:28:41 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"gulp-format-md": "^0.1.12",
|
|
|
|
"mocha": "^3.4.2"
|
|
|
|
},
|
2022-02-23 16:41:13 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=0.10.0"
|
|
|
|
},
|
|
|
|
"files": [
|
|
|
|
"index.js"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/jonschlinkert/global-modules",
|
2022-01-21 08:28:41 +00:00
|
|
|
"keywords": [
|
|
|
|
"directory",
|
|
|
|
"dirname",
|
|
|
|
"global",
|
|
|
|
"module",
|
|
|
|
"modules",
|
|
|
|
"package",
|
|
|
|
"path",
|
|
|
|
"prefix",
|
|
|
|
"resolve"
|
|
|
|
],
|
2022-02-23 16:41:13 +00:00
|
|
|
"license": "MIT",
|
|
|
|
"main": "index.js",
|
|
|
|
"name": "global-modules",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/jonschlinkert/global-modules.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "mocha"
|
|
|
|
},
|
2022-01-21 08:28:41 +00:00
|
|
|
"verb": {
|
|
|
|
"run": true,
|
|
|
|
"toc": false,
|
|
|
|
"layout": "default",
|
|
|
|
"tasks": [
|
|
|
|
"readme"
|
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"gulp-format-md"
|
|
|
|
],
|
|
|
|
"related": {
|
|
|
|
"list": [
|
|
|
|
"homedir-polyfill",
|
|
|
|
"git-config-path",
|
|
|
|
"global-prefix",
|
|
|
|
"npm-paths"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"reflinks": [
|
|
|
|
"verb"
|
|
|
|
],
|
|
|
|
"lint": {
|
|
|
|
"reflinks": true
|
|
|
|
}
|
2022-02-23 16:41:13 +00:00
|
|
|
},
|
|
|
|
"version": "1.0.0"
|
2022-01-21 08:28:41 +00:00
|
|
|
}
|