package.json 1.6 KB

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