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
| {
| "_args": [
| [
| "babel-runtime@6.26.0",
| "/Users/tomas/PAM/PAMapp"
| ]
| ],
| "_from": "babel-runtime@6.26.0",
| "_id": "babel-runtime@6.26.0",
| "_inBundle": false,
| "_integrity": "sha1-llxwWGaOgrVde/4E/yM3vItWR/4=",
| "_location": "/babel-runtime",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "babel-runtime@6.26.0",
| "name": "babel-runtime",
| "escapedName": "babel-runtime",
| "rawSpec": "6.26.0",
| "saveSpec": null,
| "fetchSpec": "6.26.0"
| },
| "_requiredBy": [
| "/async-validator",
| "/babel-messages",
| "/babel-plugin-transform-es2015-modules-commonjs",
| "/babel-plugin-transform-strict-mode",
| "/babel-template",
| "/babel-traverse",
| "/babel-types"
| ],
| "_resolved": "https://registry.npmjs.org/babel-runtime/-/babel-runtime-6.26.0.tgz",
| "_spec": "6.26.0",
| "_where": "/Users/tomas/PAM/PAMapp",
| "author": {
| "name": "Sebastian McKenzie",
| "email": "sebmck@gmail.com"
| },
| "dependencies": {
| "core-js": "^2.4.0",
| "regenerator-runtime": "^0.11.0"
| },
| "description": "babel selfContained runtime",
| "devDependencies": {
| "babel-helpers": "^6.22.0",
| "babel-plugin-transform-runtime": "^6.23.0"
| },
| "license": "MIT",
| "name": "babel-runtime",
| "repository": {
| "type": "git",
| "url": "https://github.com/babel/babel/tree/master/packages/babel-runtime"
| },
| "version": "6.26.0"
| }
|
|