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.

package.json 1.8KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "_from": "shebang-command@^1.2.0",
  3. "_id": "shebang-command@1.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-RKrGW2lbAzmJaMOfNj/uXer98eo=",
  6. "_location": "/shebang-command",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shebang-command@^1.2.0",
  12. "name": "shebang-command",
  13. "escapedName": "shebang-command",
  14. "rawSpec": "^1.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.2.0"
  17. },
  18. "_requiredBy": [
  19. "/bin-version/cross-spawn",
  20. "/cross-spawn",
  21. "/gifsicle/cross-spawn",
  22. "/pngquant-bin/cross-spawn"
  23. ],
  24. "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  25. "_shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
  26. "_spec": "shebang-command@^1.2.0",
  27. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\cross-spawn",
  28. "author": {
  29. "name": "Kevin Martensson",
  30. "email": "kevinmartensson@gmail.com",
  31. "url": "github.com/kevva"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/kevva/shebang-command/issues"
  35. },
  36. "bundleDependencies": false,
  37. "dependencies": {
  38. "shebang-regex": "^1.0.0"
  39. },
  40. "deprecated": false,
  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. }