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
| {
| "_from": "babel-types@^6.26.0",
| "_id": "babel-types@6.26.0",
| "_inBundle": false,
| "_integrity": "sha512-zhe3V/26rCWsEZK8kZN+HaQj5yQ1CilTObixFzKW1UWjqG7618Twz6YEsCnjfg5gBcJh02DrpCkS9h98ZqDY+g==",
| "_location": "/babel-types",
| "_phantomChildren": {},
| "_requested": {
| "type": "range",
| "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-plugin-transform-es2015-modules-commonjs",
| "/babel-plugin-transform-strict-mode",
| "/babel-template",
| "/babel-traverse"
| ],
| "_resolved": "https://registry.npmjs.org/babel-types/-/babel-types-6.26.0.tgz",
| "_shasum": "a3b073f94ab49eb6fa55cd65227a334380632497",
| "_spec": "babel-types@^6.26.0",
| "_where": "D:\\project\\PAM\\PAMapp\\node_modules\\babel-plugin-transform-es2015-modules-commonjs",
| "author": {
| "name": "Sebastian McKenzie",
| "email": "sebmck@gmail.com"
| },
| "bundleDependencies": false,
| "dependencies": {
| "babel-runtime": "^6.26.0",
| "esutils": "^2.0.2",
| "lodash": "^4.17.4",
| "to-fast-properties": "^1.0.3"
| },
| "deprecated": false,
| "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"
| }
|
|