package.json 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. {
  2. "_from": "shebang-command@^1.2.0",
  3. "_id": "shebang-command@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
  6. "_location": "/shebang-command",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shebang-command@^1.2.0",
  12. "name": "shebang-command",
  13. "escapedName": "shebang-command",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/cross-spawn",
  20. "/yorkie/cross-spawn"
  21. ],
  22. "_resolved": "https://registry.npm.taobao.org/shebang-command/download/shebang-command-1.2.0.tgz",
  23. "_shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
  24. "_spec": "shebang-command@^1.2.0",
  25. "_where": "D:\\bomanss\\ruoyi-ui\\node_modules\\cross-spawn",
  26. "author": {
  27. "name": "Kevin Martensson",
  28. "email": "kevinmartensson@gmail.com",
  29. "url": "github.com/kevva"
  30. },
  31. "bugs": {
  32. "url": "https://github.com/kevva/shebang-command/issues"
  33. },
  34. "bundleDependencies": false,
  35. "dependencies": {
  36. "shebang-regex": "^1.0.0"
  37. },
  38. "deprecated": false,
  39. "description": "Get the command from a shebang",
  40. "devDependencies": {
  41. "ava": "*",
  42. "xo": "*"
  43. },
  44. "engines": {
  45. "node": ">=0.10.0"
  46. },
  47. "files": [
  48. "index.js"
  49. ],
  50. "homepage": "https://github.com/kevva/shebang-command#readme",
  51. "keywords": [
  52. "cmd",
  53. "command",
  54. "parse",
  55. "shebang"
  56. ],
  57. "license": "MIT",
  58. "name": "shebang-command",
  59. "repository": {
  60. "type": "git",
  61. "url": "git+https://github.com/kevva/shebang-command.git"
  62. },
  63. "scripts": {
  64. "test": "xo && ava"
  65. },
  66. "version": "1.2.0",
  67. "xo": {
  68. "ignores": [
  69. "test.js"
  70. ]
  71. }
  72. }