package.json 1.6 KB

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