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
| {
| "_args": [
| [
| "babel-types@6.26.0",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "babel-types@6.26.0",
| "_id": "babel-types@6.26.0",
| "_inBundle": false,
| "_integrity": "sha1-o7Bz+Uq0nrb6Vc1lInozQ4BjJJc=",
| "_location": "/babel-types",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "babel-types@6.26.0",
| "name": "babel-types",
| "escapedName": "babel-types",
| "rawSpec": "6.26.0",
| "saveSpec": null,
| "fetchSpec": "6.26.0"
| },
| "_requiredBy": [
| "/babel-core",
| "/babel-generator",
| "/babel-helper-bindify-decorators",
| "/babel-helper-builder-binary-assignment-operator-visitor",
| "/babel-helper-builder-react-jsx",
| "/babel-helper-call-delegate",
| "/babel-helper-define-map",
| "/babel-helper-explode-assignable-expression",
| "/babel-helper-explode-class",
| "/babel-helper-function-name",
| "/babel-helper-get-function-arity",
| "/babel-helper-hoist-variables",
| "/babel-helper-optimise-call-expression",
| "/babel-helper-regex",
| "/babel-helper-remap-async-to-generator",
| "/babel-helper-replace-supers",
| "/babel-plugin-transform-decorators",
| "/babel-plugin-transform-es2015-block-scoping",
| "/babel-plugin-transform-es2015-classes",
| "/babel-plugin-transform-es2015-duplicate-keys",
| "/babel-plugin-transform-es2015-function-name",
| "/babel-plugin-transform-es2015-modules-commonjs",
| "/babel-plugin-transform-es2015-parameters",
| "/babel-plugin-transform-es2015-shorthand-properties",
| "/babel-plugin-transform-es2015-sticky-regex",
| "/babel-plugin-transform-strict-mode",
| "/babel-template",
| "/babel-traverse",
| "/regenerator-transform"
| ],
| "_resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
| "_spec": "6.26.0",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "author": {
| "name": "Sebastian McKenzie",
| "email": "sebmck@gmail.com"
| },
| "dependencies": {
| "babel-runtime": "^6.26.0",
| "esutils": "^2.0.2",
| "lodash": "^4.17.4",
| "to-fast-properties": "^1.0.3"
| },
| "description": "Babel Types is a Lodash-esque utility library for AST nodes",
| "devDependencies": {
| "babel-generator": "^6.26.0",
| "babylon": "^6.18.0"
| },
| "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"
| },
| "version": "6.26.0"
| }
|
|