UNPKG

layaair2-cmd

Version:

layaair version 2 toolkit

175 lines (174 loc) 7.58 kB
{ "_args": [ [ { "raw": "global-prefix@^1.0.1", "scope": null, "escapedName": "global-prefix", "name": "global-prefix", "rawSpec": "^1.0.1", "spec": ">=1.0.1 <2.0.0", "type": "range" }, "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\global-modules" ] ], "_from": "global-prefix@>=1.0.1 <2.0.0", "_id": "global-prefix@1.0.2", "_inCache": true, "_location": "/global-prefix", "_nodeVersion": "0.10.48", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/global-prefix-1.0.2.tgz_1501978530257_0.9593828006181866" }, "_npmUser": { "name": "phated", "email": "blaine.bublitz@gmail.com" }, "_npmVersion": "2.15.1", "_phantomChildren": {}, "_requested": { "raw": "global-prefix@^1.0.1", "scope": null, "escapedName": "global-prefix", "name": "global-prefix", "rawSpec": "^1.0.1", "spec": ">=1.0.1 <2.0.0", "type": "range" }, "_requiredBy": [ "/global-modules" ], "_resolved": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz", "_shasum": "dbf743c6c14992593c655568cb66ed32c0122ebe", "_shrinkwrap": null, "_spec": "global-prefix@^1.0.1", "_where": "E:\\Mine\\Project\\git\\laya\\dawawa\\layaairdoc_cmd\\node_modules\\global-modules", "author": { "name": "Jon Schlinkert", "url": "https://github.com/jonschlinkert" }, "bugs": { "url": "https://github.com/jonschlinkert/global-prefix/issues" }, "contributors": [ { "name": "Alexandr Bogachev", "url": "https://github.com/rmbaad" }, { "name": "Brian Woodward", "url": "https://twitter.com/doowb" }, { "name": "Charlike Mike Reagent", "url": "https://i.am.charlike.online" }, { "name": "JasonChang", "url": "https://packagist.org/packages/jason-chang" }, { "name": "Jon Schlinkert", "url": "http://twitter.com/jonschlinkert" }, { "name": "Jorrit Schippers", "url": "https://www.ncode.nl" }, { "name": "Mathias Rasmussen", "url": "chrome://dino" }, { "name": "Ross Fenning", "url": "http://rossfenning.co.uk" } ], "dependencies": { "expand-tilde": "^2.0.2", "homedir-polyfill": "^1.0.1", "ini": "^1.3.4", "is-windows": "^1.0.1", "which": "^1.2.14" }, "description": "Get the npm global path prefix.", "devDependencies": { "gulp-format-md": "^0.1.12", "mocha": "^3.4.2" }, "directories": {}, "dist": { "shasum": "dbf743c6c14992593c655568cb66ed32c0122ebe", "tarball": "https://registry.npmjs.org/global-prefix/-/global-prefix-1.0.2.tgz" }, "engines": { "node": ">=0.10.0" }, "files": [ "index.js" ], "gitHead": "49684bdf64fd6e5f11dc7caac8c6eb9abfd376b9", "homepage": "https://github.com/jonschlinkert/global-prefix", "keywords": [ "global", "module", "modules", "npm", "path", "prefix", "resolve" ], "license": "MIT", "main": "index.js", "maintainers": [ { "name": "phated", "email": "blaine.bublitz@gmail.com" }, { "name": "doowb", "email": "brian.woodward@gmail.com" }, { "name": "jonschlinkert", "email": "github@sellside.com" } ], "name": "global-prefix", "optionalDependencies": {}, "readme": "# global-prefix [![NPM version](https://img.shields.io/npm/v/global-prefix.svg?style=flat)](https://www.npmjs.com/package/global-prefix) [![NPM monthly downloads](https://img.shields.io/npm/dm/global-prefix.svg?style=flat)](https://npmjs.org/package/global-prefix) [![NPM total downloads](https://img.shields.io/npm/dt/global-prefix.svg?style=flat)](https://npmjs.org/package/global-prefix) [![Linux Build Status](https://img.shields.io/travis/jonschlinkert/global-prefix.svg?style=flat&label=Travis)](https://travis-ci.org/jonschlinkert/global-prefix) [![Windows Build Status](https://img.shields.io/appveyor/ci/jonschlinkert/global-prefix.svg?style=flat&label=AppVeyor)](https://ci.appveyor.com/project/jonschlinkert/global-prefix)\n\n> Get the npm global path prefix.\n\n## Install\n\nInstall with [npm](https://www.npmjs.com/):\n\n```sh\n$ npm install --save global-prefix\n```\n\nThis is partially based on the code used by npm internally to resolve the global prefix.\n\n## Usage\n\n```js\nvar prefix = require('global-prefix');\n//=> '/usr/local' (this path will differ by system and user-defined config)\n```\n\n## About\n\n### Related projects\n\n* [global-modules](https://www.npmjs.com/package/global-modules): The directory used by npm for globally installed npm modules. | [homepage](https://github.com/jonschlinkert/global-modules \"The directory used by npm for globally installed npm modules.\")\n* [global-paths](https://www.npmjs.com/package/global-paths): Returns an array of unique \"global\" directories based on the user's platform and environment. The… [more](https://github.com/jonschlinkert/global-paths) | [homepage](https://github.com/jonschlinkert/global-paths \"Returns an array of unique \"global\" directories based on the user's platform and environment. The resulting paths can be used for doing lookups for generators or other globally installed npm packages. Node.js / JavaScript.\")\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| 16 | [jonschlinkert](https://github.com/jonschlinkert) |\n| 15 | [doowb](https://github.com/doowb) |\n| 1 | [rmbaad](https://github.com/rmbaad) |\n| 1 | [avengerpenguin](https://github.com/avengerpenguin) |\n| 1 | [jason-chang](https://github.com/jason-chang) |\n| 1 | [jorrit](https://github.com/jorrit) |\n| 1 | [mathiasvr](https://github.com/mathiasvr) |\n| 1 | [tunnckoCore](https://github.com/tunnckoCore) |\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-prefix.git" }, "scripts": { "test": "mocha" }, "verb": { "run": true, "toc": false, "layout": "default", "tasks": [ "readme" ], "plugins": [ "gulp-format-md" ], "related": { "list": [ "global-modules", "global-paths" ] }, "reflinks": [ "verb" ], "lint": { "reflinks": true } }, "version": "1.0.2" }