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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "_from": "which@^1.2.14",
  3. "_id": "which@1.3.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  6. "_location": "/which",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "which@^1.2.14",
  12. "name": "which",
  13. "escapedName": "which",
  14. "rawSpec": "^1.2.14",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.14"
  17. },
  18. "_requiredBy": [
  19. "/global-prefix"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  22. "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  23. "_spec": "which@^1.2.14",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\global-prefix",
  25. "author": {
  26. "name": "Isaac Z. Schlueter",
  27. "email": "i@izs.me",
  28. "url": "http://blog.izs.me"
  29. },
  30. "bin": {
  31. "which": "bin/which"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/isaacs/node-which/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "isexe": "^2.0.0"
  39. },
  40. "deprecated": false,
  41. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  42. "devDependencies": {
  43. "mkdirp": "^0.5.0",
  44. "rimraf": "^2.6.2",
  45. "tap": "^12.0.1"
  46. },
  47. "files": [
  48. "which.js",
  49. "bin/which"
  50. ],
  51. "homepage": "https://github.com/isaacs/node-which#readme",
  52. "license": "ISC",
  53. "main": "which.js",
  54. "name": "which",
  55. "repository": {
  56. "type": "git",
  57. "url": "git://github.com/isaacs/node-which.git"
  58. },
  59. "scripts": {
  60. "changelog": "bash gen-changelog.sh",
  61. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  62. "test": "tap test/*.js --cov"
  63. },
  64. "version": "1.3.1"
  65. }