package.json 1.5 KB

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