package.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. {
  2. "_args": [
  3. [
  4. "path-key@^2.0.0",
  5. "/home/seleznev/project Angular/Quality system/node_modules/npm-run-path"
  6. ]
  7. ],
  8. "_from": "path-key@>=2.0.0 <3.0.0",
  9. "_id": "path-key@2.0.1",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/path-key",
  13. "_nodeVersion": "4.5.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-12-west.internal.npmjs.com",
  16. "tmp": "tmp/path-key-2.0.1.tgz_1474887352898_0.8162120468914509"
  17. },
  18. "_npmUser": {
  19. "email": "sindresorhus@gmail.com",
  20. "name": "sindresorhus"
  21. },
  22. "_npmVersion": "2.15.9",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "path-key",
  26. "raw": "path-key@^2.0.0",
  27. "rawSpec": "^2.0.0",
  28. "scope": null,
  29. "spec": ">=2.0.0 <3.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/npm-run-path",
  34. "/webpack-cli/cross-spawn",
  35. "/yeoman-environment/cross-spawn",
  36. "/yeoman-generator/cross-spawn"
  37. ],
  38. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  39. "_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
  40. "_shrinkwrap": null,
  41. "_spec": "path-key@^2.0.0",
  42. "_where": "/home/seleznev/project Angular/Quality system/node_modules/npm-run-path",
  43. "author": {
  44. "email": "sindresorhus@gmail.com",
  45. "name": "Sindre Sorhus",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/path-key/issues"
  50. },
  51. "dependencies": {},
  52. "description": "Get the PATH environment variable key cross-platform",
  53. "devDependencies": {
  54. "ava": "*",
  55. "xo": "*"
  56. },
  57. "directories": {},
  58. "dist": {
  59. "shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
  60. "tarball": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz"
  61. },
  62. "engines": {
  63. "node": ">=4"
  64. },
  65. "files": [
  66. "index.js"
  67. ],
  68. "gitHead": "d60207f9ab9dc9e60d49c87faacf415a4946287c",
  69. "homepage": "https://github.com/sindresorhus/path-key#readme",
  70. "keywords": [
  71. "cross-platform",
  72. "env",
  73. "environment",
  74. "get",
  75. "key",
  76. "path",
  77. "var",
  78. "variable",
  79. "windows"
  80. ],
  81. "license": "MIT",
  82. "maintainers": [
  83. {
  84. "name": "sindresorhus",
  85. "email": "sindresorhus@gmail.com"
  86. }
  87. ],
  88. "name": "path-key",
  89. "optionalDependencies": {},
  90. "readme": "ERROR: No README data found!",
  91. "repository": {
  92. "type": "git",
  93. "url": "git+https://github.com/sindresorhus/path-key.git"
  94. },
  95. "scripts": {
  96. "test": "xo && ava"
  97. },
  98. "version": "2.0.1",
  99. "xo": {
  100. "esnext": true
  101. }
  102. }