Dashboard sipadu mbip
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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "_from": "which@^1.2.9",
  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.9",
  12. "name": "which",
  13. "escapedName": "which",
  14. "rawSpec": "^1.2.9",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.9"
  17. },
  18. "_requiredBy": [
  19. "/cross-spawn",
  20. "/global-modules/global-prefix",
  21. "/global-prefix",
  22. "/node-notifier"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  25. "_shasum": "a45043d54f5805316da8d62f9f50918d3da70b0a",
  26. "_spec": "which@^1.2.9",
  27. "_where": "/var/www/html/mdch.sipadu/node_modules/cross-spawn",
  28. "author": {
  29. "name": "Isaac Z. Schlueter",
  30. "email": "i@izs.me",
  31. "url": "http://blog.izs.me"
  32. },
  33. "bin": {
  34. "which": "./bin/which"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/isaacs/node-which/issues"
  38. },
  39. "bundleDependencies": false,
  40. "dependencies": {
  41. "isexe": "^2.0.0"
  42. },
  43. "deprecated": false,
  44. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  45. "devDependencies": {
  46. "mkdirp": "^0.5.0",
  47. "rimraf": "^2.6.2",
  48. "tap": "^12.0.1"
  49. },
  50. "files": [
  51. "which.js",
  52. "bin/which"
  53. ],
  54. "homepage": "https://github.com/isaacs/node-which#readme",
  55. "license": "ISC",
  56. "main": "which.js",
  57. "name": "which",
  58. "repository": {
  59. "type": "git",
  60. "url": "git://github.com/isaacs/node-which.git"
  61. },
  62. "scripts": {
  63. "changelog": "bash gen-changelog.sh",
  64. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  65. "test": "tap test/*.js --cov"
  66. },
  67. "version": "1.3.1"
  68. }