Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "path-key@^2.0.1",
  3. "_id": "path-key@2.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
  6. "_location": "/path-key",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-key@^2.0.1",
  12. "name": "path-key",
  13. "escapedName": "path-key",
  14. "rawSpec": "^2.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.1"
  17. },
  18. "_requiredBy": [
  19. "/cross-spawn",
  20. "/npm-run-path"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  23. "_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
  24. "_spec": "path-key@^2.0.1",
  25. "_where": "/home/daniel/development/repos/fw-vendor/rpclib/node_modules/cross-spawn",
  26. "author": {
  27. "name": "Sindre Sorhus",
  28. "email": "sindresorhus@gmail.com",
  29. "url": "sindresorhus.com"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/sindresorhus/path-key/issues"
  33. },
  34. "bundleDependencies": false,
  35. "deprecated": false,
  36. "description": "Get the PATH environment variable key cross-platform",
  37. "devDependencies": {
  38. "ava": "*",
  39. "xo": "*"
  40. },
  41. "engines": {
  42. "node": ">=4"
  43. },
  44. "files": [
  45. "index.js"
  46. ],
  47. "homepage": "https://github.com/sindresorhus/path-key#readme",
  48. "keywords": [
  49. "path",
  50. "key",
  51. "environment",
  52. "env",
  53. "variable",
  54. "var",
  55. "get",
  56. "cross-platform",
  57. "windows"
  58. ],
  59. "license": "MIT",
  60. "name": "path-key",
  61. "repository": {
  62. "type": "git",
  63. "url": "git+https://github.com/sindresorhus/path-key.git"
  64. },
  65. "scripts": {
  66. "test": "xo && ava"
  67. },
  68. "version": "2.0.1",
  69. "xo": {
  70. "esnext": true
  71. }
  72. }