package.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_args": [
  3. [
  4. "which@1.3.1",
  5. "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "which@1.3.1",
  10. "_id": "which@1.3.1",
  11. "_inBundle": false,
  12. "_integrity": "sha1-pFBD1U9YBTFtqNYvn1CRjT2nCwo=",
  13. "_location": "/which",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "which@1.3.1",
  19. "name": "which",
  20. "escapedName": "which",
  21. "rawSpec": "1.3.1",
  22. "saveSpec": null,
  23. "fetchSpec": "1.3.1"
  24. },
  25. "_requiredBy": [
  26. "/cross-spawn",
  27. "/node-gyp",
  28. "/node-sass/cross-spawn",
  29. "/yorkie/cross-spawn"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/which/download/which-1.3.1.tgz?cache=0&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fwhich%2Fdownload%2Fwhich-1.3.1.tgz",
  32. "_spec": "1.3.1",
  33. "_where": "/Users/mac/Desktop/zz的项目/cdss/大名县人民医院/CDSS-daming-web",
  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. }