package.json 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "path-key@2.0.1",
  5. "/Users/mac/projects/mime/mine"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "path-key@2.0.1",
  10. "_id": "path-key@2.0.1",
  11. "_inBundle": false,
  12. "_integrity": "sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==",
  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. "/cross-spawn",
  27. "/npm-run-path"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/path-key/-/path-key-2.0.1.tgz",
  30. "_spec": "2.0.1",
  31. "_where": "/Users/mac/projects/mime/mine",
  32. "author": {
  33. "name": "Sindre Sorhus",
  34. "email": "sindresorhus@gmail.com",
  35. "url": "sindresorhus.com"
  36. },
  37. "bugs": {
  38. "url": "https://github.com/sindresorhus/path-key/issues"
  39. },
  40. "description": "Get the PATH environment variable key cross-platform",
  41. "devDependencies": {
  42. "ava": "*",
  43. "xo": "*"
  44. },
  45. "engines": {
  46. "node": ">=4"
  47. },
  48. "files": [
  49. "index.js"
  50. ],
  51. "homepage": "https://github.com/sindresorhus/path-key#readme",
  52. "keywords": [
  53. "path",
  54. "key",
  55. "environment",
  56. "env",
  57. "variable",
  58. "var",
  59. "get",
  60. "cross-platform",
  61. "windows"
  62. ],
  63. "license": "MIT",
  64. "name": "path-key",
  65. "repository": {
  66. "type": "git",
  67. "url": "git+https://github.com/sindresorhus/path-key.git"
  68. },
  69. "scripts": {
  70. "test": "xo && ava"
  71. },
  72. "version": "2.0.1",
  73. "xo": {
  74. "esnext": true
  75. }
  76. }