mh-two-thousand-and-two
2024-04-12 3d2ec2fd0578d3ba0a414b0cc4e4a2ae60878596
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "_args": [
    [
      "@babel/regjsgen@0.8.0",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_from": "@babel/regjsgen@0.8.0",
  "_id": "@babel/regjsgen@0.8.0",
  "_inBundle": false,
  "_integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==",
  "_location": "/@babel/regjsgen",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@babel/regjsgen@0.8.0",
    "name": "@babel/regjsgen",
    "escapedName": "@babel%2fregjsgen",
    "scope": "@babel",
    "rawSpec": "0.8.0",
    "saveSpec": null,
    "fetchSpec": "0.8.0"
  },
  "_requiredBy": [
    "/regexpu-core"
  ],
  "_resolved": "https://registry.npmmirror.com/@babel/regjsgen/-/regjsgen-0.8.0.tgz",
  "_spec": "0.8.0",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Benjamin Tan",
    "url": "https://ofcr.se/"
  },
  "bugs": {
    "url": "https://github.com/bnjmnt4n/regjsgen/issues"
  },
  "description": "Generate regular expressions from regjsparser’s AST.",
  "devDependencies": {
    "codecov": "^3.8.3",
    "nyc": "^15.1.0",
    "regjsparser": "^0.9.1",
    "request": "^2.88.2"
  },
  "files": [
    "LICENSE-MIT.txt",
    "regjsgen.js"
  ],
  "homepage": "https://github.com/bnjmnt4n/regjsgen",
  "keywords": [
    "ast",
    "generate",
    "regex",
    "regexp",
    "regular expressions"
  ],
  "license": "MIT",
  "main": "regjsgen.js",
  "name": "@babel/regjsgen",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bnjmnt4n/regjsgen.git"
  },
  "scripts": {
    "coverage": "nyc --reporter=html npm test",
    "report-coverage": "nyc --reporter=lcov npm test && codecov",
    "test": "node tests/tests.js",
    "update-fixtures": "node tests/update-fixtures.js"
  },
  "version": "0.8.0"
}