tis-cli前端项目快速搭建命令行工具
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.

84 lines
1.9 KiB

4 years ago
  1. {
  2. "_args": [
  3. [
  4. "escape-string-regexp@1.0.5",
  5. "E:\\work\\code\\tis-cli"
  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. "/figures"
  26. ],
  27. "_resolved": "https://r.cnpmjs.org/escape-string-regexp/download/escape-string-regexp-1.0.5.tgz",
  28. "_spec": "1.0.5",
  29. "_where": "E:\\work\\code\\tis-cli",
  30. "author": {
  31. "name": "Sindre Sorhus",
  32. "email": "sindresorhus@gmail.com",
  33. "url": "sindresorhus.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/sindresorhus/escape-string-regexp/issues"
  37. },
  38. "description": "Escape RegExp special characters",
  39. "devDependencies": {
  40. "ava": "*",
  41. "xo": "*"
  42. },
  43. "engines": {
  44. "node": ">=0.8.0"
  45. },
  46. "files": [
  47. "index.js"
  48. ],
  49. "homepage": "https://github.com/sindresorhus/escape-string-regexp#readme",
  50. "keywords": [
  51. "escape",
  52. "regex",
  53. "regexp",
  54. "re",
  55. "regular",
  56. "expression",
  57. "string",
  58. "str",
  59. "special",
  60. "characters"
  61. ],
  62. "license": "MIT",
  63. "maintainers": [
  64. {
  65. "name": "Sindre Sorhus",
  66. "email": "sindresorhus@gmail.com",
  67. "url": "sindresorhus.com"
  68. },
  69. {
  70. "name": "Joshua Boy Nicolai Appelman",
  71. "email": "joshua@jbna.nl",
  72. "url": "jbna.nl"
  73. }
  74. ],
  75. "name": "escape-string-regexp",
  76. "repository": {
  77. "type": "git",
  78. "url": "git+https://github.com/sindresorhus/escape-string-regexp.git"
  79. },
  80. "scripts": {
  81. "test": "xo && ava"
  82. },
  83. "version": "1.0.5"
  84. }