選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

package.json 1.8 KiB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "_args": [
  3. [
  4. "path-key@2.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/default-gateway/cross-spawn",
  26. "/eslint/cross-spawn",
  27. "/execa/cross-spawn",
  28. "/npm-run-path",
  29. "/react-dev-utils/cross-spawn"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  32. "_spec": "2.0.1",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/path-key/issues"
  41. },
  42. "description": "Get the PATH environment variable key cross-platform",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=4"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/path-key#readme",
  54. "keywords": [
  55. "path",
  56. "key",
  57. "environment",
  58. "env",
  59. "variable",
  60. "var",
  61. "get",
  62. "cross-platform",
  63. "windows"
  64. ],
  65. "license": "MIT",
  66. "name": "path-key",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/sindresorhus/path-key.git"
  70. },
  71. "scripts": {
  72. "test": "xo && ava"
  73. },
  74. "version": "2.0.1",
  75. "xo": {
  76. "esnext": true
  77. }
  78. }