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.

98 lines
2.4 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "shebang-command@^1.2.0",
  5. "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cross-spawn"
  6. ]
  7. ],
  8. "_from": "shebang-command@>=1.2.0 <2.0.0",
  9. "_id": "shebang-command@1.2.0",
  10. "_inCache": true,
  11. "_installable": true,
  12. "_location": "/shebang-command",
  13. "_nodeVersion": "6.6.0",
  14. "_npmOperationalInternal": {
  15. "host": "packages-16-east.internal.npmjs.com",
  16. "tmp": "tmp/shebang-command-1.2.0.tgz_1474530105733_0.9689246460329741"
  17. },
  18. "_npmUser": {
  19. "email": "kevinmartensson@gmail.com",
  20. "name": "kevva"
  21. },
  22. "_npmVersion": "3.10.6",
  23. "_phantomChildren": {},
  24. "_requested": {
  25. "name": "shebang-command",
  26. "raw": "shebang-command@^1.2.0",
  27. "rawSpec": "^1.2.0",
  28. "scope": null,
  29. "spec": ">=1.2.0 <2.0.0",
  30. "type": "range"
  31. },
  32. "_requiredBy": [
  33. "/cross-spawn"
  34. ],
  35. "_resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz",
  36. "_shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
  37. "_shrinkwrap": null,
  38. "_spec": "shebang-command@^1.2.0",
  39. "_where": "/home/herrhase/Workspace/tentakelfabrik/tiny-components/tiny-consent/node_modules/cross-spawn",
  40. "author": {
  41. "email": "kevinmartensson@gmail.com",
  42. "name": "Kevin Martensson",
  43. "url": "github.com/kevva"
  44. },
  45. "bugs": {
  46. "url": "https://github.com/kevva/shebang-command/issues"
  47. },
  48. "dependencies": {
  49. "shebang-regex": "^1.0.0"
  50. },
  51. "description": "Get the command from a shebang",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "directories": {},
  57. "dist": {
  58. "shasum": "44aac65b695b03398968c39f363fee5deafdf1ea",
  59. "tarball": "https://registry.npmjs.org/shebang-command/-/shebang-command-1.2.0.tgz"
  60. },
  61. "engines": {
  62. "node": ">=0.10.0"
  63. },
  64. "files": [
  65. "index.js"
  66. ],
  67. "gitHead": "01de9b7d355f21e00417650a6fb1eb56321bc23c",
  68. "homepage": "https://github.com/kevva/shebang-command#readme",
  69. "keywords": [
  70. "cmd",
  71. "command",
  72. "parse",
  73. "shebang"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "kevva",
  79. "email": "kevinmartensson@gmail.com"
  80. }
  81. ],
  82. "name": "shebang-command",
  83. "optionalDependencies": {},
  84. "readme": "ERROR: No README data found!",
  85. "repository": {
  86. "type": "git",
  87. "url": "git+https://github.com/kevva/shebang-command.git"
  88. },
  89. "scripts": {
  90. "test": "xo && ava"
  91. },
  92. "version": "1.2.0",
  93. "xo": {
  94. "ignores": [
  95. "test.js"
  96. ]
  97. }
  98. }