package.json 852 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "name": "shebang-command",
  3. "version": "1.2.0",
  4. "description": "Get the command from a shebang",
  5. "license": "MIT",
  6. "repository": "kevva/shebang-command",
  7. "author": {
  8. "name": "Kevin Martensson",
  9. "email": "kevinmartensson@gmail.com",
  10. "url": "github.com/kevva"
  11. },
  12. "engines": {
  13. "node": ">=0.10.0"
  14. },
  15. "scripts": {
  16. "test": "xo && ava"
  17. },
  18. "files": [
  19. "index.js"
  20. ],
  21. "keywords": [
  22. "cmd",
  23. "command",
  24. "parse",
  25. "shebang"
  26. ],
  27. "dependencies": {
  28. "shebang-regex": "^1.0.0"
  29. },
  30. "devDependencies": {
  31. "ava": "*",
  32. "xo": "*"
  33. },
  34. "xo": {
  35. "ignores": [
  36. "test.js"
  37. ]
  38. },
  39. "__npminstall_done": "Thu Dec 24 2020 20:20:37 GMT+0800 (CST)",
  40. "_from": "shebang-command@1.2.0",
  41. "_resolved": "https://registry.npm.taobao.org/shebang-command/download/shebang-command-1.2.0.tgz"
  42. }