package.json 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "_args": [
  3. [
  4. "shebang-command@1.2.0",
  5. "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "shebang-command@1.2.0",
  10. "_id": "shebang-command@1.2.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-EV3L1+UQWGor21OmnvojK36mhg+TyIKDh3iFBKBohr5xeXIhNBcx8oWdgkTEEQ+BEFFYdLRuqMfd5L84N1V5Vg==",
  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. "/yorkie/cross-spawn"
  29. ],
  30. "_resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-1.2.0.tgz",
  31. "_spec": "1.2.0",
  32. "_where": "C:\\Users\\100zone\\Desktop\\baizong\\community\\SmartCommunity\\videoSurveillance",
  33. "author": {
  34. "name": "Kevin Martensson",
  35. "email": "kevinmartensson@gmail.com",
  36. "url": "github.com/kevva"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/kevva/shebang-command/issues"
  40. },
  41. "dependencies": {
  42. "shebang-regex": "^1.0.0"
  43. },
  44. "description": "Get the command from a shebang",
  45. "devDependencies": {
  46. "ava": "*",
  47. "xo": "*"
  48. },
  49. "engines": {
  50. "node": ">=0.10.0"
  51. },
  52. "files": [
  53. "index.js"
  54. ],
  55. "homepage": "https://github.com/kevva/shebang-command#readme",
  56. "keywords": [
  57. "cmd",
  58. "command",
  59. "parse",
  60. "shebang"
  61. ],
  62. "license": "MIT",
  63. "name": "shebang-command",
  64. "repository": {
  65. "type": "git",
  66. "url": "git+https://github.com/kevva/shebang-command.git"
  67. },
  68. "scripts": {
  69. "test": "xo && ava"
  70. },
  71. "version": "1.2.0",
  72. "xo": {
  73. "ignores": [
  74. "test.js"
  75. ]
  76. }
  77. }