package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "path-key@3.1.1",
  5. "D:\\wnmp\\www\\vue\\seaBlueAdmin"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-key@3.1.1",
  10. "_id": "path-key@3.1.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
  13. "_location": "/path-key",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-key@3.1.1",
  19. "name": "path-key",
  20. "escapedName": "path-key",
  21. "rawSpec": "3.1.1",
  22. "saveSpec": null,
  23. "fetchSpec": "3.1.1"
  24. },
  25. "_requiredBy": [
  26. "/cross-spawn",
  27. "/default-gateway/npm-run-path",
  28. "/lint-staged/npm-run-path"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
  31. "_spec": "3.1.1",
  32. "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/path-key/issues"
  40. },
  41. "description": "Get the PATH environment variable key cross-platform",
  42. "devDependencies": {
  43. "@types/node": "^11.13.0",
  44. "ava": "^1.4.1",
  45. "tsd": "^0.7.2",
  46. "xo": "^0.24.0"
  47. },
  48. "engines": {
  49. "node": ">=8"
  50. },
  51. "files": [
  52. "index.js",
  53. "index.d.ts"
  54. ],
  55. "homepage": "https://github.com/sindresorhus/path-key#readme",
  56. "keywords": [
  57. "path",
  58. "key",
  59. "environment",
  60. "env",
  61. "variable",
  62. "var",
  63. "get",
  64. "cross-platform",
  65. "windows"
  66. ],
  67. "license": "MIT",
  68. "name": "path-key",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/path-key.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava && tsd"
  75. },
  76. "version": "3.1.1"
  77. }