package.json 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
  6. ]
  7. ],
  8. "_from": "escape-string-regexp@1.0.5",
  9. "_id": "escape-string-regexp@1.0.5",
  10. "_inBundle": false,
  11. "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  12. "_location": "/escape-string-regexp",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "escape-string-regexp@1.0.5",
  18. "name": "escape-string-regexp",
  19. "escapedName": "escape-string-regexp",
  20. "rawSpec": "1.0.5",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.5"
  23. },
  24. "_requiredBy": [
  25. "/@babel/helper-create-class-features-plugin/chalk",
  26. "/@babel/highlight/chalk",
  27. "/@babel/plugin-proposal-function-sent/chalk",
  28. "/autoprefixer/chalk",
  29. "/chalk",
  30. "/documentation/chalk",
  31. "/figures",
  32. "/inquirer/chalk",
  33. "/log-symbols/chalk",
  34. "/ora/chalk",
  35. "/postcss/chalk",
  36. "/speed-measure-webpack-plugin/chalk",
  37. "/ts-node/chalk",
  38. "/tslint/chalk"
  39. ],
  40. "_resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  41. "_spec": "1.0.5",
  42. "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
  43. "author": {
  44. "name": "Sindre Sorhus",
  45. "email": "sindresorhus@gmail.com",
  46. "url": "sindresorhus.com"
  47. },
  48. "bugs": {
  49. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  50. },
  51. "description": "Escape RegExp special characters",
  52. "devDependencies": {
  53. "ava": "*",
  54. "xo": "*"
  55. },
  56. "engines": {
  57. "node": ">=0.8.0"
  58. },
  59. "files": [
  60. "index.js"
  61. ],
  62. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  63. "keywords": [
  64. "escape",
  65. "regex",
  66. "regexp",
  67. "re",
  68. "regular",
  69. "expression",
  70. "string",
  71. "str",
  72. "special",
  73. "characters"
  74. ],
  75. "license": "MIT",
  76. "maintainers": [
  77. {
  78. "name": "Sindre Sorhus",
  79. "email": "sindresorhus@gmail.com",
  80. "url": "sindresorhus.com"
  81. },
  82. {
  83. "name": "Joshua Boy Nicolai Appelman",
  84. "email": "joshua@jbna.nl",
  85. "url": "jbna.nl"
  86. }
  87. ],
  88. "name": "escape-string-regexp",
  89. "repository": {
  90. "type": "git",
  91. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  92. },
  93. "scripts": {
  94. "test": "xo && ava"
  95. },
  96. "version": "1.0.5"
  97. }