package.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {
  2. "_args": [
  3. [
  4. "which@1.3.1",
  5. "/Users/lihai/jolijoli/pad_spa"
  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. "/@vue/cli-plugin-eslint/cross-spawn",
  27. "/cross-spawn",
  28. "/jest/jest-cli",
  29. "/node-notifier",
  30. "/os-locale/cross-spawn",
  31. "/yorkie/cross-spawn"
  32. ],
  33. "_resolved": "https://registry.npm.taobao.org/which/download/which-1.3.1.tgz",
  34. "_spec": "1.3.1",
  35. "_where": "/Users/lihai/jolijoli/pad_spa",
  36. "author": {
  37. "name": "Isaac Z. Schlueter",
  38. "email": "i@izs.me",
  39. "url": "http://blog.izs.me"
  40. },
  41. "bin": {
  42. "which": "bin/which"
  43. },
  44. "bugs": {
  45. "url": "https://github.com/isaacs/node-which/issues"
  46. },
  47. "dependencies": {
  48. "isexe": "^2.0.0"
  49. },
  50. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  51. "devDependencies": {
  52. "mkdirp": "^0.5.0",
  53. "rimraf": "^2.6.2",
  54. "tap": "^12.0.1"
  55. },
  56. "files": [
  57. "which.js",
  58. "bin/which"
  59. ],
  60. "homepage": "https://github.com/isaacs/node-which#readme",
  61. "license": "ISC",
  62. "main": "which.js",
  63. "name": "which",
  64. "repository": {
  65. "type": "git",
  66. "url": "git://github.com/isaacs/node-which.git"
  67. },
  68. "scripts": {
  69. "changelog": "bash gen-changelog.sh",
  70. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  71. "test": "tap test/*.js --cov"
  72. },
  73. "version": "1.3.1"
  74. }