You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 1.7KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "path-key@^2.0.0",
  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.0",
  12. "name": "path-key",
  13. "escapedName": "path-key",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-version/cross-spawn",
  20. "/gifsicle/cross-spawn",
  21. "/npm-run-path",
  22. "/pngquant-bin/cross-spawn"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/path-key/-/path-key-2.0.1.tgz",
  25. "_shasum": "411cadb574c5a140d3a4b1910d40d80cc9f40b40",
  26. "_spec": "path-key@^2.0.0",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\npm-run-path",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/path-key/issues"
  35. },
  36. "bundleDependencies": false,
  37. "deprecated": false,
  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. }