Blame view

node_modules/babel-core/package.json 2.11 KB
aaac7fed   liuqimichale   add
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
  {
    "_args": [
      [
        "babel-core@6.26.3",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "babel-core@6.26.3",
    "_id": "babel-core@6.26.3",
    "_inBundle": false,
    "_integrity": "sha1-suLwnjQtDwyI4vAuBneUEl51wgc=",
    "_location": "/babel-core",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "babel-core@6.26.3",
      "name": "babel-core",
      "escapedName": "babel-core",
      "rawSpec": "6.26.3",
      "saveSpec": null,
      "fetchSpec": "6.26.3"
    },
    "_requiredBy": [
      "#DEV:/",
      "/babel-register"
    ],
    "_resolved": "http://registry.npm.taobao.org/babel-core/download/babel-core-6.26.3.tgz",
    "_spec": "6.26.3",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Sebastian McKenzie",
      "email": "sebmck@gmail.com"
    },
    "dependencies": {
      "babel-code-frame": "^6.26.0",
      "babel-generator": "^6.26.0",
      "babel-helpers": "^6.24.1",
      "babel-messages": "^6.23.0",
      "babel-register": "^6.26.0",
      "babel-runtime": "^6.26.0",
      "babel-template": "^6.26.0",
      "babel-traverse": "^6.26.0",
      "babel-types": "^6.26.0",
      "babylon": "^6.18.0",
      "convert-source-map": "^1.5.1",
      "debug": "^2.6.9",
      "json5": "^0.5.1",
      "lodash": "^4.17.4",
      "minimatch": "^3.0.4",
      "path-is-absolute": "^1.0.1",
      "private": "^0.1.8",
      "slash": "^1.0.0",
      "source-map": "^0.5.7"
    },
    "description": "Babel compiler core.",
    "devDependencies": {
      "babel-helper-fixtures": "^6.26.2",
      "babel-helper-transform-fixture-test-runner": "^6.26.2",
      "babel-polyfill": "^6.26.0"
    },
    "homepage": "https://babeljs.io/",
    "keywords": [
      "6to5",
      "babel",
      "classes",
      "const",
      "es6",
      "harmony",
      "let",
      "modules",
      "transpile",
      "transpiler",
      "var",
      "babel-core",
      "compiler"
    ],
    "license": "MIT",
    "name": "babel-core",
    "repository": {
      "type": "git",
      "url": "https://github.com/babel/babel/tree/master/packages/babel-core"
    },
    "scripts": {
      "bench": "make bench",
      "test": "make test"
    },
    "version": "6.26.3"
  }