package.json 1.7 KB

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