package.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_from": "regjsgen@^0.2.0",
  3. "_id": "regjsgen@0.2.0",
  4. "_inBundle": false,
  5. "_integrity": "sha512-x+Y3yA24uF68m5GA+tBjbGYo64xXVJpbToBaWCoSNSc1hdk6dfctaRWrNFTVJZIIhL5GxW8zwjoixbnifnK59g==",
  6. "_location": "/regjsgen",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "regjsgen@^0.2.0",
  12. "name": "regjsgen",
  13. "escapedName": "regjsgen",
  14. "rawSpec": "^0.2.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^0.2.0"
  17. },
  18. "_requiredBy": [
  19. "/regexpu-core"
  20. ],
  21. "_resolved": "https://registry.npmmirror.com/regjsgen/-/regjsgen-0.2.0.tgz",
  22. "_shasum": "6c016adeac554f75823fe37ac05b92d5a4edb1f7",
  23. "_spec": "regjsgen@^0.2.0",
  24. "_where": "D:\\yf\\项目\\智慧工地\\代码库\\zhgd-front\\crm_web\\node_modules\\regexpu-core",
  25. "author": {
  26. "name": "Benjamin Tan",
  27. "email": "demoneaux@gmail.com",
  28. "url": "https://d10.github.io/"
  29. },
  30. "bugs": {
  31. "url": "https://github.com/d10/regjsgen/issues"
  32. },
  33. "bundleDependencies": false,
  34. "contributors": [
  35. {
  36. "name": "Benjamin Tan",
  37. "email": "demoneaux@gmail.com",
  38. "url": "https://d10.github.io/"
  39. },
  40. {
  41. "name": "Mathias Bynens",
  42. "email": "mathias@qiwi.be",
  43. "url": "https://mathiasbynens.be/"
  44. }
  45. ],
  46. "deprecated": false,
  47. "description": "Generate `RegExp`s from RegJSParser’s AST",
  48. "devDependencies": {
  49. "got": "~1.2.0",
  50. "jsesc": "~0.5.0"
  51. },
  52. "files": [
  53. "LICENSE.txt",
  54. "regjsgen.js",
  55. "README.md"
  56. ],
  57. "homepage": "https://github.com/d10/regjsgen",
  58. "keywords": [
  59. "ast",
  60. "generate",
  61. "regex",
  62. "regexp",
  63. "regular expressions"
  64. ],
  65. "license": "MIT",
  66. "main": "regjsgen.js",
  67. "name": "regjsgen",
  68. "repository": {
  69. "type": "git",
  70. "url": "git+https://github.com/d10/regjsgen.git"
  71. },
  72. "scripts": {
  73. "test": "node test/test.js"
  74. },
  75. "version": "0.2.0"
  76. }