Ohm-Management - Projektarbeit B-ME
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.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  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. "/cross-spawn"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  22. "_shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
  23. "_spec": "shebang-command@^1.2.0",
  24. "_where": "/home/erik/Documents/workspace_brackets/BME_Project_Ohm/om/node_modules/cross-spawn",
  25. "author": {
  26. "name": "Kevin Martensson",
  27. "email": "kevinmartensson@gmail.com",
  28. "url": "github.com/kevva"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/kevva/shebang-command/issues"
  32. },
  33. "bundleDependencies": false,
  34. "dependencies": {
  35. "shebang-regex": "^1.0.0"
  36. },
  37. "deprecated": false,
  38. "description": "Get the command from a shebang",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.10.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/kevva/shebang-command#readme",
  50. "keywords": [
  51. "cmd",
  52. "command",
  53. "parse",
  54. "shebang"
  55. ],
  56. "license": "MIT",
  57. "name": "shebang-command",
  58. "repository": {
  59. "type": "git",
  60. "url": "git+https://github.com/kevva/shebang-command.git"
  61. },
  62. "scripts": {
  63. "test": "xo && ava"
  64. },
  65. "version": "1.2.0",
  66. "xo": {
  67. "ignores": [
  68. "test.js"
  69. ]
  70. }
  71. }