Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

78 строки
1.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "shebang-command@1.2.0",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  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. "/default-gateway/cross-spawn",
  26. "/eslint/cross-spawn",
  27. "/execa/cross-spawn",
  28. "/react-dev-utils/cross-spawn"
  29. ],
  30. "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  31. "_spec": "1.2.0",
  32. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  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. }