GT2/GT2-iOS/node_modules/envinfo/package.json

117 lines
5.8 KiB
JSON

{
"_args": [
[
{
"raw": "envinfo@^3.0.0",
"scope": null,
"escapedName": "envinfo",
"name": "envinfo",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/react-native"
]
],
"_from": "envinfo@>=3.0.0 <4.0.0",
"_id": "envinfo@3.11.1",
"_inCache": true,
"_location": "/envinfo",
"_nodeVersion": "8.9.4",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/envinfo-3.11.1.tgz_1516739742535_0.9975670473650098"
},
"_npmUser": {
"name": "tabrindle",
"email": "tabrindle@gmail.com"
},
"_npmVersion": "5.6.0",
"_phantomChildren": {
"fs.realpath": "1.0.0",
"inflight": "1.0.6",
"inherits": "2.0.3",
"minimatch": "3.0.4",
"once": "1.4.0",
"path-is-absolute": "1.0.1"
},
"_requested": {
"raw": "envinfo@^3.0.0",
"scope": null,
"escapedName": "envinfo",
"name": "envinfo",
"rawSpec": "^3.0.0",
"spec": ">=3.0.0 <4.0.0",
"type": "range"
},
"_requiredBy": [
"/react-native"
],
"_resolved": "https://registry.npmjs.org/envinfo/-/envinfo-3.11.1.tgz",
"_shasum": "45968faf5079aa797b7dcdc3b123f340d4529e1c",
"_shrinkwrap": null,
"_spec": "envinfo@^3.0.0",
"_where": "/Volumes/2009-SSD/GT2/GT2-iOS/node_modules/react-native",
"author": {
"name": "tabrindle@gmail.com"
},
"bin": {
"envinfo": "src/cli.js"
},
"bugs": {
"url": "https://github.com/tabrindle/envinfo/issues"
},
"dependencies": {
"clipboardy": "^1.2.2",
"glob": "^7.1.2",
"minimist": "^1.2.0",
"os-name": "^2.0.1",
"which": "^1.2.14"
},
"description": "Info about your dev environment for debugging purposes",
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-config-prettier": "^2.7.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-prettier": "^2.3.1",
"prettier-eslint-cli": "^4.1.1"
},
"directories": {},
"dist": {
"integrity": "sha512-hKkh7aKtont6Zuv4RmE4VkOc96TkBj9NXj7Ghsd/qCA9LuJI0Dh+ImwA1N5iORB9Vg+sz5bq9CHJzs51BILNCQ==",
"shasum": "45968faf5079aa797b7dcdc3b123f340d4529e1c",
"tarball": "https://registry.npmjs.org/envinfo/-/envinfo-3.11.1.tgz"
},
"gitHead": "94cd74122b238a09450adcb08516e1f7e59240bc",
"homepage": "https://github.com/tabrindle/envinfo#readme",
"keywords": [
"development",
"environment",
"info",
"issues",
"reporting"
],
"license": "MIT",
"main": "src/envinfo.js",
"maintainers": [
{
"name": "tabrindle",
"email": "tabrindle@gmail.com"
}
],
"name": "envinfo",
"optionalDependencies": {},
"readme": "# envinfo\n\nReporting issues is a pain. Responding to issues is a pain. Make it a bit better.\n\n## Installation & Usage\nInstall this package globally:\n\n```sh\nnpm install -g envinfo\n\nenvinfo\n```\n\n```bash\n# Outputs.\nEnvironment:\n OS: macOS High Sierra 10.13\n Node: 8.9.0\n Yarn: 1.2.1\n npm: 5.5.1\n Watchman: 4.9.0\n Xcode: Xcode 9.0 Build version 9A235\n Android Studio: 2.3 AI-162.3934792\n```\n\n## Options\n- --packages - Optionally add packages from your package.json: takes either boolean or string in CLI and also array via API\n\n`envinfo --packages react,react-native`\n\n```bash\nEnvironment:\n OS: macOS High Sierra 10.13\n Node: 8.9.0\n Yarn: 1.2.1\n npm: 5.5.1\n Watchman: 4.9.0\n Xcode: Xcode 9.0 Build version 9A235\n Android Studio: 2.3 AI-162.3934792\nPackages: (wanted => installed)\n react: 16.0.0-alpha.6 => 16.0.0-alpha.6\n react-native: 0.44.0 => 0.44.0\n```\n\nOr all of your packages like this:\n`envinfo --packages`\n\n```bash\nEnvironment:\n OS: macOS Sierra 10.12.5\n Node: 8.1.3\n Yarn: 0.27.5\n npm: 5.1.0\n Xcode: Xcode 8.3.3 Build version 8E3004b\n Android Studio: 2.3 AI-162.3934792\nPackages: (wanted => installed)\n eslint: ^4.0.0 => 4.2.0\n prettier-eslint-cli: ^4.1.1 => 4.1.1\n minimist: ^1.2.0 => 1.2.0\n os-name: ^2.0.1 => 2.0.1\n which: ^1.2.14 => 1.2.14\n```\n\n- --clipboard - Optionally copy directly to your clipboard with `envinfo --clipboard`\n- --cpu - Add CPU and architecture information with `envinfo --cpu`\n\n```bash\nEnvironment:\n OS: macOS High Sierra 10.13\n CPU: x64 Intel(R) Core(TM) i7-4870HQ CPU @ 8.50GHz\n Node: 8.9.0\n Yarn: 1.2.1\n npm: 5.5.1\n Watchman: 4.9.0\n Xcode: Xcode 9.0 Build version 9A235\n Android Studio: 2.3 AI-162.3934792\n```\n\n- --duplicates - will search given packages for duplicates, display in parentheses\n\n```bash\nPackages: (wanted => installed)\n minimist: ^1.2.0 => 0.0.8, 1.2.0\n```\n\n- --fullTree - will traverse and print the entire dependency tree **only works when --packages is array or string\n\n```bash\n...\nPackages: (wanted => installed)\n abab: 1.0.4\n xtend: 4.0.1 (2.0.6, 2.1.2, 2.2.0, 3.0.0)\n abstract-leveldown: 0.12.4\n accepts: 1.3.3\n...\n```\n\n- --browsers - will print the versions of Chrome, Firefox and Safari if installed. \n\n```bash\n...\nBrowsers:\n Chrome: 62.0.3202.94\n Chrome Canary: 64.0.3271.0\n Firefox: 57.0\n Firefox Developer Edition: 57.0\n Firefox Nightly: 58.0a1\n Safari: 11.0\n Safari Technology Preview: 11.1\n...\n```\n\n## Contributing\nPRs for additional features are welcome! Run `npm run lint && npm run format` before commiting.\n\nThis project came out of a [PR](https://github.com/facebook/react-native/pull/14428) to the React Native CLI tool - issues are reported frequently without important environment information, like Node/npm versions.\n\nenvinfo is now live in react-native as of v0.48 as `react-native info`!\n",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "git+https://github.com/tabrindle/envinfo.git"
},
"scripts": {
"format": "prettier --write 'src/**/*.js'",
"lint": "eslint src"
},
"version": "3.11.1"
}