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

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "_from": "shebang-regex@^1.0.0",
  3. "_id": "shebang-regex@1.0.0",
  4. "_inBundle": false,
  5. "_integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=",
  6. "_location": "/shebang-regex",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "shebang-regex@^1.0.0",
  12. "name": "shebang-regex",
  13. "escapedName": "shebang-regex",
  14. "rawSpec": "^1.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.0"
  17. },
  18. "_requiredBy": [
  19. "/shebang-command"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz",
  22. "_shasum": "da42f49740c0b42db2ca9728571cb190c98efea3",
  23. "_spec": "shebang-regex@^1.0.0",
  24. "_where": "C:\\Users\\andre\\Documents\\Ohm\\MSY\\8.Semester\\MDT1_2\\projekt\\code2\\code\\application_liste\\app\\node_modules\\shebang-command",
  25. "author": {
  26. "name": "Sindre Sorhus",
  27. "email": "sindresorhus@gmail.com",
  28. "url": "sindresorhus.com"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/sindresorhus/shebang-regex/issues"
  32. },
  33. "bundleDependencies": false,
  34. "deprecated": false,
  35. "description": "Regular expression for matching a shebang",
  36. "devDependencies": {
  37. "ava": "0.0.4"
  38. },
  39. "engines": {
  40. "node": ">=0.10.0"
  41. },
  42. "files": [
  43. "index.js"
  44. ],
  45. "homepage": "https://github.com/sindresorhus/shebang-regex#readme",
  46. "keywords": [
  47. "re",
  48. "regex",
  49. "regexp",
  50. "shebang",
  51. "match",
  52. "test"
  53. ],
  54. "license": "MIT",
  55. "name": "shebang-regex",
  56. "repository": {
  57. "type": "git",
  58. "url": "git+https://github.com/sindresorhus/shebang-regex.git"
  59. },
  60. "scripts": {
  61. "test": "node test.js"
  62. },
  63. "version": "1.0.0"
  64. }