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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
  "_args": [
    [
      "recast@0.23.6",
      "C:\\Users\\hp\\Desktop\\gitzhongyi"
    ]
  ],
  "_development": true,
  "_from": "recast@0.23.6",
  "_id": "recast@0.23.6",
  "_inBundle": false,
  "_integrity": "sha512-9FHoNjX1yjuesMwuthAmPKabxYQdOgihFYmT5ebXfYGBcnqXZf3WOVz+5foEZ8Y83P4ZY6yQD5GMmtV+pgCCAQ==",
  "_location": "/recast",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "recast@0.23.6",
    "name": "recast",
    "escapedName": "recast",
    "rawSpec": "0.23.6",
    "saveSpec": null,
    "fetchSpec": "0.23.6"
  },
  "_requiredBy": [
    "/@dcloudio/uni-migration"
  ],
  "_resolved": "https://registry.npmmirror.com/recast/-/recast-0.23.6.tgz",
  "_spec": "0.23.6",
  "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi",
  "author": {
    "name": "Ben Newman",
    "email": "bn@cs.stanford.edu"
  },
  "browser": {
    "fs": false
  },
  "bugs": {
    "url": "https://github.com/benjamn/recast/issues"
  },
  "dependencies": {
    "ast-types": "^0.16.1",
    "esprima": "~4.0.0",
    "source-map": "~0.6.1",
    "tiny-invariant": "^1.3.3",
    "tslib": "^2.0.1"
  },
  "description": "JavaScript syntax tree transformer, nondestructive pretty-printer, and automatic source map generator",
  "devDependencies": {
    "@babel/core": "7.20.5",
    "@babel/parser": "7.20.5",
    "@babel/preset-env": "7.20.2",
    "@types/esprima": "4.0.3",
    "@types/glob": "8.0.0",
    "@types/mocha": "10.0.1",
    "@types/node": "18.11.15",
    "@typescript-eslint/parser": "^5.47.1",
    "eslint": "^8.40.0",
    "esprima-fb": "15001.1001.0-dev-harmony-fb",
    "flow-parser": "0.195.0",
    "glob": "8.0.3",
    "lint-staged": "^13.2.2",
    "mocha": "^10.2.0",
    "prettier": "^2.6.2",
    "reify": "0.20.12",
    "typescript": "^4.9.4"
  },
  "engines": {
    "node": ">= 4"
  },
  "homepage": "http://github.com/benjamn/recast",
  "keywords": [
    "ast",
    "rewriting",
    "refactoring",
    "codegen",
    "syntax",
    "transformation",
    "parsing",
    "pretty-printing"
  ],
  "license": "MIT",
  "lint-staged": {
    "*.ts": [
      "eslint",
      "prettier -c"
    ]
  },
  "main": "main.js",
  "name": "recast",
  "repository": {
    "type": "git",
    "url": "git://github.com/benjamn/recast.git"
  },
  "scripts": {
    "build": "npm run clean && tsc",
    "clean": "tsc --build --clean",
    "debug": "test/run.sh --inspect-brk",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint --ext .ts .",
    "mocha": "test/run.sh",
    "postpack": "npm run clean",
    "prepare": "npm run build",
    "test": "npm run lint && npm run build && npm run mocha"
  },
  "types": "main.d.ts",
  "version": "0.23.6"
}