You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

75 lines
1.7 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "shebang-command@1.2.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  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. "/cross-spawn"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/shebang-command/-/shebang-command-1.2.0.tgz",
  29. "_spec": "1.2.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "Kevin Martensson",
  33. "email": "kevinmartensson@gmail.com",
  34. "url": "github.com/kevva"
  35. },
  36. "bugs": {
  37. "url": "https://github.com/kevva/shebang-command/issues"
  38. },
  39. "dependencies": {
  40. "shebang-regex": "^1.0.0"
  41. },
  42. "description": "Get the command from a shebang",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.10.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/kevva/shebang-command#readme",
  54. "keywords": [
  55. "cmd",
  56. "command",
  57. "parse",
  58. "shebang"
  59. ],
  60. "license": "MIT",
  61. "name": "shebang-command",
  62. "repository": {
  63. "type": "git",
  64. "url": "git+https://github.com/kevva/shebang-command.git"
  65. },
  66. "scripts": {
  67. "test": "xo && ava"
  68. },
  69. "version": "1.2.0",
  70. "xo": {
  71. "ignores": [
  72. "test.js"
  73. ]
  74. }
  75. }