package.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "path-key@2.0.1",
  5. "E:\\amr1.0\\AMR"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-key@2.0.1",
  10. "_id": "path-key@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-QRyttXTFoUDTpLGRDUDYDMn0C0A=",
  13. "_location": "/path-key",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "path-key@2.0.1",
  19. "name": "path-key",
  20. "escapedName": "path-key",
  21. "rawSpec": "2.0.1",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.1"
  24. },
  25. "_requiredBy": [
  26. "/npm-run-path"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  29. "_spec": "2.0.1",
  30. "_where": "E:\\amr1.0\\AMR",
  31. "author": {
  32. "name": "Sindre Sorhus",
  33. "email": "sindresorhus@gmail.com",
  34. "url": "sindresorhus.com"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/sindresorhus/path-key/issues"
  38. },
  39. "description": "Get the PATH environment variable key cross-platform",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=4"
  46. },
  47. "files": [
  48. "index.js"
  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"
  70. },
  71. "version": "2.0.1",
  72. "xo": {
  73. "esnext": true
  74. }
  75. }