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.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. {
  2. "_from": "npm-run-path@^2.0.0",
  3. "_id": "npm-run-path@2.0.2",
  4. "_inBundle": false,
  5. "_integrity": "sha1-NakjLfo11wZ7TLLd8jV7GHFTbF8=",
  6. "_location": "/npm-run-path",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "npm-run-path@^2.0.0",
  12. "name": "npm-run-path",
  13. "escapedName": "npm-run-path",
  14. "rawSpec": "^2.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^2.0.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-version/execa",
  20. "/execa",
  21. "/gifsicle/execa",
  22. "/pngquant-bin/execa"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-2.0.2.tgz",
  25. "_shasum": "35a9232dfa35d7067b4cb2ddf2357b1871536c5f",
  26. "_spec": "npm-run-path@^2.0.0",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\execa",
  28. "author": {
  29. "name": "Sindre Sorhus",
  30. "email": "sindresorhus@gmail.com",
  31. "url": "sindresorhus.com"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/sindresorhus/npm-run-path/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "path-key": "^2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Get your PATH prepended with locally installed binaries",
  42. "devDependencies": {
  43. "ava": "*",
  44. "xo": "*"
  45. },
  46. "engines": {
  47. "node": ">=4"
  48. },
  49. "files": [
  50. "index.js"
  51. ],
  52. "homepage": "https://github.com/sindresorhus/npm-run-path#readme",
  53. "keywords": [
  54. "npm",
  55. "run",
  56. "path",
  57. "package",
  58. "bin",
  59. "binary",
  60. "binaries",
  61. "script",
  62. "cli",
  63. "command-line",
  64. "execute",
  65. "executable"
  66. ],
  67. "license": "MIT",
  68. "name": "npm-run-path",
  69. "repository": {
  70. "type": "git",
  71. "url": "git+https://github.com/sindresorhus/npm-run-path.git"
  72. },
  73. "scripts": {
  74. "test": "xo && ava"
  75. },
  76. "version": "2.0.2",
  77. "xo": {
  78. "esnext": true
  79. }
  80. }