layaair2-cmd
Version:
layaair version 2 toolkit
150 lines (149 loc) • 7.02 kB
JSON
{
"_args": [
[
{
"raw": "global-modules@^1.0.0",
"scope": null,
"escapedName": "global-modules",
"name": "global-modules",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\resolve-dir"
]
],
"_from": "global-modules@>=1.0.0 <2.0.0",
"_id": "global-modules@1.0.0",
"_inCache": true,
"_location": "/global-modules",
"_nodeVersion": "7.7.3",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/global-modules-1.0.0.tgz_1498632359258_0.21966388146393"
},
"_npmUser": {
"name": "jonschlinkert",
"email": "github@sellside.com"
},
"_npmVersion": "5.0.4",
"_phantomChildren": {},
"_requested": {
"raw": "global-modules@^1.0.0",
"scope": null,
"escapedName": "global-modules",
"name": "global-modules",
"rawSpec": "^1.0.0",
"spec": ">=1.0.0 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/resolve-dir"
],
"_resolved": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz",
"_shasum": "6d770f0eb523ac78164d72b5e71a8877265cc3ea",
"_shrinkwrap": null,
"_spec": "global-modules@^1.0.0",
"_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\resolve-dir",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"bugs": {
"url": "https://github.com/jonschlinkert/global-modules/issues"
},
"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"
}
],
"dependencies": {
"global-prefix": "^1.0.1",
"is-windows": "^1.0.1",
"resolve-dir": "^1.0.0"
},
"description": "The directory used by npm for globally installed npm modules.",
"devDependencies": {
"gulp-format-md": "^0.1.12",
"mocha": "^3.4.2"
},
"directories": {},
"dist": {
"integrity": "sha512-sKzpEkf11GpOFuw0Zzjzmt4B4UZwjOcG757PPvrfhxcLFbq0wpsgpOqxpxtxFiCG4DtG93M6XRVbF2oGdev7bg==",
"shasum": "6d770f0eb523ac78164d72b5e71a8877265cc3ea",
"tarball": "https://registry.npmjs.org/global-modules/-/global-modules-1.0.0.tgz"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js"
],
"gitHead": "4816de2b0375edf9b69678a880965b5537739c2d",
"homepage": "https://github.com/jonschlinkert/global-modules",
"keywords": [
"directory",
"dirname",
"global",
"module",
"modules",
"package",
"path",
"prefix",
"resolve"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "jonschlinkert",
"email": "github@sellside.com"
}
],
"name": "global-modules",
"optionalDependencies": {},
"readme": "# global-modules [](https://www.npmjs.com/package/global-modules) [](https://npmjs.org/package/global-modules) [](https://npmjs.org/package/global-modules) [](https://travis-ci.org/jonschlinkert/global-modules)\n\n> The directory used by npm for globally installed npm modules.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save global-modules\n```\n\n## Usage\n\n```js\nvar globalModules = require('global-modules');\nconsole.log(globalModules);\n//=> '/usr/local/lib/node_modules' \n```\n_(Note that this path might be different based on OS or user defined configuration settings)_\n\n## About\n\n### Related projects\n\n* [git-config-path](https://www.npmjs.com/package/git-config-path): Resolve the path to the user's local or global .gitconfig. | [homepage](https://github.com/jonschlinkert/git-config-path \"Resolve the path to the user's local or global .gitconfig.\")\n* [global-prefix](https://www.npmjs.com/package/global-prefix): Get the npm global path prefix. | [homepage](https://github.com/jonschlinkert/global-prefix \"Get the npm global path prefix.\")\n* [homedir-polyfill](https://www.npmjs.com/package/homedir-polyfill): Node.js os.homedir polyfill for older versions of node.js. | [homepage](https://github.com/doowb/homedir-polyfill \"Node.js os.homedir polyfill for older versions of node.js.\")\n* [npm-paths](https://www.npmjs.com/package/npm-paths): Returns an array of unique \"npm\" directories based on the user's platform and environment. | [homepage](https://github.com/jonschlinkert/npm-paths \"Returns an array of unique \"npm\" directories based on the user's platform and environment.\")\n\n### Contributing\n\nPull requests and stars are always welcome. For bugs and feature requests, [please create an issue](../../issues/new).\n\n### Contributors\n\n| **Commits** | **Contributor** | \n| --- | --- |\n| 14 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 1 | [jason-chang](https://github.com/jason-chang) |\n| 1 | [Kikobeats](https://github.com/Kikobeats) |\n\n### Building docs\n\n_(This project's readme.md is generated by [verb](https://github.com/verbose/verb-generate-readme), please don't edit the readme directly. Any changes to the readme must be made in the [.verb.md](.verb.md) readme template.)_\n\nTo generate the readme, run the following command:\n\n```sh\n$ npm install -g verbose/verb#dev verb-generate-readme && verb\n```\n\n### Running tests\n\nRunning and reviewing unit tests is a great way to get familiarized with a library and its API. You can install dependencies and run tests with the following command:\n\n```sh\n$ npm install && npm test\n```\n\n### Author\n\n**Jon Schlinkert**\n\n* [github/jonschlinkert](https://github.com/jonschlinkert)\n* [twitter/jonschlinkert](https://twitter.com/jonschlinkert)\n\n### License\n\nCopyright © 2017, [Jon Schlinkert](https://github.com/jonschlinkert).\nReleased under the [MIT License](LICENSE).\n\n***\n\n_This file was generated by [verb-generate-readme](https://github.com/verbose/verb-generate-readme), v0.6.0, on June 28, 2017._",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/jonschlinkert/global-modules.git"
},
"scripts": {
"test": "mocha"
},
"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
}
},
"version": "1.0.0"
}