package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "path-key@^3.1.0",
  3. "_id": "path-key@3.1.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  6. "_location": "/path-key",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "path-key@^3.1.0",
  12. "name": "path-key",
  13. "escapedName": "path-key",
  14. "rawSpec": "^3.1.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^3.1.0"
  17. },
  18. "_requiredBy": [
  19. "/cross-spawn",
  20. "/npm-run-path"
  21. ],
  22. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  23. "_shasum": "581f6ade658cbba65a0d3380de7753295054f375",
  24. "_spec": "path-key@^3.1.0",
  25. "_where": "H:\\gs_nuxt\\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. "@types/node": "^11.13.0",
  39. "ava": "^1.4.1",
  40. "tsd": "^0.7.2",
  41. "xo": "^0.24.0"
  42. },
  43. "engines": {
  44. "node": ">=8"
  45. },
  46. "files": [
  47. "index.js",
  48. "index.d.ts"
  49. ],
  50. "homepage": "https://github.com/sindresorhus/path-key#readme",
  51. "keywords": [
  52. "path",
  53. "key",
  54. "environment",
  55. "env",
  56. "variable",
  57. "var",
  58. "get",
  59. "cross-platform",
  60. "windows"
  61. ],
  62. "license": "MIT",
  63. "name": "path-key",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/sindresorhus/path-key.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava && tsd"
  70. },
  71. "version": "3.1.1"
  72. }