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
| {
| "_args": [
| [
| "@babel/types@7.4.4",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_development": true,
| "_from": "@babel/types@7.4.4",
| "_id": "@babel/types@7.4.4",
| "_inBundle": false,
| "_integrity": "sha512-dOllgYdnEFOebhkKCjzSVFqw/PmmB8pH6RGOWkY4GsboQNd47b1fBThBSwlHAq9alF9vc1M3+6oqR47R50L0tQ==",
| "_location": "/@babel/types",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@babel/types@7.4.4",
| "name": "@babel/types",
| "escapedName": "@babel%2ftypes",
| "scope": "@babel",
| "rawSpec": "7.4.4",
| "saveSpec": null,
| "fetchSpec": "7.4.4"
| },
| "_requiredBy": [
| "/@babel/generator",
| "/@babel/helper-function-name",
| "/@babel/helper-get-function-arity",
| "/@babel/helper-split-export-declaration",
| "/@babel/template",
| "/@babel/traverse",
| "/istanbul-lib-instrument"
| ],
| "_resolved": "https://registry.npmjs.org/@babel/types/-/types-7.4.4.tgz",
| "_spec": "7.4.4",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Sebastian McKenzie",
| "email": "sebmck@gmail.com"
| },
| "dependencies": {
| "esutils": "^2.0.2",
| "lodash": "^4.17.11",
| "to-fast-properties": "^2.0.0"
| },
| "description": "Babel Types is a Lodash-esque utility library for AST nodes",
| "devDependencies": {
| "@babel/generator": "^7.4.4",
| "@babel/parser": "^7.4.4"
| },
| "gitHead": "2c88694388831b1e5b88e4bbed6781eb2be1edba",
| "homepage": "https://babeljs.io/",
| "license": "MIT",
| "main": "lib/index.js",
| "name": "@babel/types",
| "repository": {
| "type": "git",
| "url": "https://github.com/babel/babel/tree/master/packages/babel-types"
| },
| "types": "lib/index.d.ts",
| "version": "7.4.4"
| }
|
|