package.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "/Users/apple/tmp/ok/vue_cli_default"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "escape-string-regexp@1.0.5",
  10. "_id": "escape-string-regexp@1.0.5",
  11. "_inBundle": false,
  12. "_integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
  13. "_location": "/escape-string-regexp",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "escape-string-regexp@1.0.5",
  19. "name": "escape-string-regexp",
  20. "escapedName": "escape-string-regexp",
  21. "rawSpec": "1.0.5",
  22. "saveSpec": null,
  23. "fetchSpec": "1.0.5"
  24. },
  25. "_requiredBy": [
  26. "/@soda/friendly-errors-webpack-plugin/chalk",
  27. "/@vue/cli-service",
  28. "/babel-code-frame/chalk",
  29. "/chalk"
  30. ],
  31. "_resolved": "https://registry.npm.taobao.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz",
  32. "_spec": "1.0.5",
  33. "_where": "/Users/apple/tmp/ok/vue_cli_default",
  34. "author": {
  35. "name": "Sindre Sorhus",
  36. "email": "sindresorhus@gmail.com",
  37. "url": "sindresorhus.com"
  38. },
  39. "bugs": {
  40. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  41. },
  42. "description": "Escape RegExp special characters",
  43. "devDependencies": {
  44. "ava": "*",
  45. "xo": "*"
  46. },
  47. "engines": {
  48. "node": ">=0.8.0"
  49. },
  50. "files": [
  51. "index.js"
  52. ],
  53. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  54. "keywords": [
  55. "escape",
  56. "regex",
  57. "regexp",
  58. "re",
  59. "regular",
  60. "expression",
  61. "string",
  62. "str",
  63. "special",
  64. "characters"
  65. ],
  66. "license": "MIT",
  67. "maintainers": [
  68. {
  69. "name": "Sindre Sorhus",
  70. "email": "sindresorhus@gmail.com",
  71. "url": "sindresorhus.com"
  72. },
  73. {
  74. "name": "Joshua Boy Nicolai Appelman",
  75. "email": "joshua@jbna.nl",
  76. "url": "jbna.nl"
  77. }
  78. ],
  79. "name": "escape-string-regexp",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  83. },
  84. "scripts": {
  85. "test": "xo && ava"
  86. },
  87. "version": "1.0.5"
  88. }