package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "which@1.3.1",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_from": "which@1.3.1",
  9. "_id": "which@1.3.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==",
  12. "_location": "/which",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "which@1.3.1",
  18. "name": "which",
  19. "escapedName": "which",
  20. "rawSpec": "1.3.1",
  21. "saveSpec": null,
  22. "fetchSpec": "1.3.1"
  23. },
  24. "_requiredBy": [
  25. "/@vue/cli-plugin-eslint/cross-spawn",
  26. "/cross-spawn",
  27. "/node-gyp",
  28. "/node-sass/cross-spawn",
  29. "/yorkie/cross-spawn"
  30. ],
  31. "_resolved": "https://registry.npmmirror.com/which/-/which-1.3.1.tgz",
  32. "_spec": "1.3.1",
  33. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  34. "author": {
  35. "name": "Isaac Z. Schlueter",
  36. "email": "i@izs.me",
  37. "url": "http://blog.izs.me"
  38. },
  39. "bin": {
  40. "which": "bin/which"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/isaacs/node-which/issues"
  44. },
  45. "dependencies": {
  46. "isexe": "^2.0.0"
  47. },
  48. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  49. "devDependencies": {
  50. "mkdirp": "^0.5.0",
  51. "rimraf": "^2.6.2",
  52. "tap": "^12.0.1"
  53. },
  54. "files": [
  55. "which.js",
  56. "bin/which"
  57. ],
  58. "homepage": "https://github.com/isaacs/node-which#readme",
  59. "license": "ISC",
  60. "main": "which.js",
  61. "name": "which",
  62. "repository": {
  63. "type": "git",
  64. "url": "git://github.com/isaacs/node-which.git"
  65. },
  66. "scripts": {
  67. "changelog": "bash gen-changelog.sh",
  68. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  69. "test": "tap test/*.js --cov"
  70. },
  71. "version": "1.3.1"
  72. }