package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. "/eslint/cross-spawn",
  20. "/execa/cross-spawn",
  21. "/npm-run-path"
  22. ],
  23. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  24. "_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
  25. "_spec": "path-key@^2.0.1",
  26. "_where": "E:\\workspace\\cfd-front-admin\\node_modules\\execa\\node_modules\\cross-spawn",
  27. "author": {
  28. "name": "Sindre Sorhus",
  29. "email": "sindresorhus@gmail.com",
  30. "url": "sindresorhus.com"
  31. },
  32. "bugs": {
  33. "url": "https://github.com/sindresorhus/path-key/issues"
  34. },
  35. "bundleDependencies": false,
  36. "deprecated": false,
  37. "description": "Get the PATH environment variable key cross-platform",
  38. "devDependencies": {
  39. "ava": "*",
  40. "xo": "*"
  41. },
  42. "engines": {
  43. "node": ">=4"
  44. },
  45. "files": [
  46. "index.js"
  47. ],
  48. "homepage": "https://github.com/sindresorhus/path-key#readme",
  49. "keywords": [
  50. "path",
  51. "key",
  52. "environment",
  53. "env",
  54. "variable",
  55. "var",
  56. "get",
  57. "cross-platform",
  58. "windows"
  59. ],
  60. "license": "MIT",
  61. "name": "path-key",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/sindresorhus/path-key.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava"
  68. },
  69. "version": "2.0.1",
  70. "xo": {
  71. "esnext": true
  72. }
  73. }