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.

82 lines
2.1 KiB

1 month ago
  1. {
  2. "_args": [
  3. [
  4. "regjsparser@0.12.0",
  5. "D:\\IDEAproject\\frontend\\Front-end logistics"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "regjsparser@0.12.0",
  10. "_id": "regjsparser@0.12.0",
  11. "_inBundle": false,
  12. "_integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==",
  13. "_location": "/regjsparser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "regjsparser@0.12.0",
  19. "name": "regjsparser",
  20. "escapedName": "regjsparser",
  21. "rawSpec": "0.12.0",
  22. "saveSpec": null,
  23. "fetchSpec": "0.12.0"
  24. },
  25. "_requiredBy": [
  26. "/regexpu-core"
  27. ],
  28. "_resolved": "https://registry.npmmirror.com/regjsparser/-/regjsparser-0.12.0.tgz",
  29. "_spec": "0.12.0",
  30. "_where": "D:\\IDEAproject\\frontend\\Front-end logistics",
  31. "author": {
  32. "name": "'Julian Viereck'",
  33. "email": "julian.viereck@gmail.com"
  34. },
  35. "bin": {
  36. "regjsparser": "bin/parser"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jviereck/regjsparser/issues"
  40. },
  41. "dependencies": {
  42. "jsesc": "~3.0.2"
  43. },
  44. "description": "Parsing the JavaScript's RegExp in JavaScript.",
  45. "devDependencies": {
  46. "@unicode/unicode-16.0.0": "^1.6.0",
  47. "eslint": "^9.10.0",
  48. "eslint-plugin-regexp": "^2.6.0",
  49. "globals": "^15.9.0",
  50. "npm-run-all": "^4.1.5",
  51. "regenerate": "~1.0.1",
  52. "regjsparser": "^0.11.2",
  53. "tinybench": "^2.9.0",
  54. "typescript": "^4.5.2"
  55. },
  56. "files": [
  57. "bin/",
  58. "LICENSE.BSD",
  59. "parser.js",
  60. "parser.d.ts",
  61. "README.md"
  62. ],
  63. "homepage": "https://github.com/jviereck/regjsparser",
  64. "license": "BSD-2-Clause",
  65. "main": "./parser",
  66. "name": "regjsparser",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+ssh://git@github.com/jviereck/regjsparser.git"
  70. },
  71. "scripts": {
  72. "bench": "run-s bench:*",
  73. "bench:baseline": "node ./tools/bench/index.mjs baseline",
  74. "bench:current": "node ./tools/bench/index.mjs current",
  75. "lint": "eslint --max-warnings 0 .",
  76. "test": "run-p test:* lint",
  77. "test:src": "node test/index.js",
  78. "test:types": "tsc test/types.ts --noEmit"
  79. },
  80. "types": "./parser.d.ts",
  81. "version": "0.12.0"
  82. }