Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "which@1.3.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/cross-spawn",
  26. "/default-gateway/cross-spawn",
  27. "/eslint/cross-spawn",
  28. "/execa/cross-spawn",
  29. "/global-prefix",
  30. "/jest/jest-cli",
  31. "/node-gyp",
  32. "/node-notifier",
  33. "/react-dev-utils/cross-spawn"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz",
  36. "_spec": "1.3.1",
  37. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  38. "author": {
  39. "name": "Isaac Z. Schlueter",
  40. "email": "i@izs.me",
  41. "url": "http://blog.izs.me"
  42. },
  43. "bin": {
  44. "which": "bin/which"
  45. },
  46. "bugs": {
  47. "url": "https://github.com/isaacs/node-which/issues"
  48. },
  49. "dependencies": {
  50. "isexe": "^2.0.0"
  51. },
  52. "description": "Like which(1) unix command. Find the first instance of an executable in the PATH.",
  53. "devDependencies": {
  54. "mkdirp": "^0.5.0",
  55. "rimraf": "^2.6.2",
  56. "tap": "^12.0.1"
  57. },
  58. "files": [
  59. "which.js",
  60. "bin/which"
  61. ],
  62. "homepage": "https://github.com/isaacs/node-which#readme",
  63. "license": "ISC",
  64. "main": "which.js",
  65. "name": "which",
  66. "repository": {
  67. "type": "git",
  68. "url": "git://github.com/isaacs/node-which.git"
  69. },
  70. "scripts": {
  71. "changelog": "bash gen-changelog.sh",
  72. "postversion": "npm run changelog && git add CHANGELOG.md && git commit -m 'update changelog - '${npm_package_version}",
  73. "test": "tap test/*.js --cov"
  74. },
  75. "version": "1.3.1"
  76. }