您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

80 行
1.9 KiB

4 年前
  1. {
  2. "_args": [
  3. [
  4. "which@2.0.2",
  5. "/home/ubuntu/etherpad-lite"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "which@2.0.2",
  10. "_id": "which@2.0.2",
  11. "_inBundle": false,
  12. "_integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
  13. "_location": "/which",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "which@2.0.2",
  19. "name": "which",
  20. "escapedName": "which",
  21. "rawSpec": "2.0.2",
  22. "saveSpec": null,
  23. "fetchSpec": "2.0.2"
  24. },
  25. "_requiredBy": [
  26. "/cross-spawn"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
  29. "_spec": "2.0.2",
  30. "_where": "/home/ubuntu/etherpad-lite",
  31. "author": {
  32. "name": "Isaac Z. Schlueter",
  33. "email": "i@izs.me",
  34. "url": "http://blog.izs.me"
  35. },
  36. "bin": {
  37. "node-which": "bin/node-which"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/isaacs/node-which/issues"
  41. },
  42. "dependencies": {
  43. "isexe": "^2.0.0"
  44. },
  45. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  46. "devDependencies": {
  47. "mkdirp": "^0.5.0",
  48. "rimraf": "^2.6.2",
  49. "tap": "^14.6.9"
  50. },
  51. "engines": {
  52. "node": ">= 8"
  53. },
  54. "files": [
  55. "which.js",
  56. "bin/node-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": "git add CHANGELOG.md",
  68. "postchangelog": "git commit -m 'update changelog - '${npm_package_version}",
  69. "postpublish": "git push origin --follow-tags",
  70. "postversion": "npm publish",
  71. "prechangelog": "bash gen-changelog.sh",
  72. "prepublish": "npm run changelog",
  73. "preversion": "npm test",
  74. "test": "tap"
  75. },
  76. "tap": {
  77. "check-coverage": true
  78. },
  79. "version": "2.0.2"
  80. }