package.json 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. {
  2. "_from": "escape-string-regexp@^1.0.5",
  3. "_id": "escape-string-regexp@1.0.5",
  4. "_inBundle": false,
  5. "_integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==",
  6. "_location": "/escape-string-regexp",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "escape-string-regexp@^1.0.5",
  12. "name": "escape-string-regexp",
  13. "escapedName": "escape-string-regexp",
  14. "rawSpec": "^1.0.5",
  15. "saveSpec": null,
  16. "fetchSpec": "^1.0.5"
  17. },
  18. "_requiredBy": [
  19. "/babel-code-frame/chalk",
  20. "/chalk",
  21. "/figures",
  22. "/friendly-errors-webpack-plugin/chalk",
  23. "/node-sass/chalk",
  24. "/posthtml-rename-id",
  25. "/svg-baker/chalk",
  26. "/svg-sprite-loader",
  27. "/webpack-cli/inquirer/chalk"
  28. ],
  29. "_resolved": "https://registry.npmmirror.com/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
  30. "_shasum": "1b61c0562190a8dff6ae3bb2cf0200ca130b86d4",
  31. "_spec": "escape-string-regexp@^1.0.5",
  32. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\chalk",
  33. "author": {
  34. "name": "Sindre Sorhus",
  35. "email": "sindresorhus@gmail.com",
  36. "url": "sindresorhus.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  40. },
  41. "bundleDependencies": false,
  42. "deprecated": false,
  43. "description": "Escape RegExp special characters",
  44. "devDependencies": {
  45. "ava": "*",
  46. "xo": "*"
  47. },
  48. "engines": {
  49. "node": ">=0.8.0"
  50. },
  51. "files": [
  52. "index.js"
  53. ],
  54. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  55. "keywords": [
  56. "escape",
  57. "regex",
  58. "regexp",
  59. "re",
  60. "regular",
  61. "expression",
  62. "string",
  63. "str",
  64. "special",
  65. "characters"
  66. ],
  67. "license": "MIT",
  68. "maintainers": [
  69. {
  70. "name": "Sindre Sorhus",
  71. "email": "sindresorhus@gmail.com",
  72. "url": "sindresorhus.com"
  73. },
  74. {
  75. "name": "Joshua Boy Nicolai Appelman",
  76. "email": "joshua@jbna.nl",
  77. "url": "jbna.nl"
  78. }
  79. ],
  80. "name": "escape-string-regexp",
  81. "repository": {
  82. "type": "git",
  83. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  84. },
  85. "scripts": {
  86. "test": "xo && ava"
  87. },
  88. "version": "1.0.5"
  89. }