Blame view

node_modules/babel-helpers/package.json 1.27 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
  {
    "_args": [
      [
        "babel-helpers@6.24.1",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "babel-helpers@6.24.1",
    "_id": "babel-helpers@6.24.1",
    "_inBundle": false,
    "_integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
    "_location": "/babel-helpers",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "babel-helpers@6.24.1",
      "name": "babel-helpers",
      "escapedName": "babel-helpers",
      "rawSpec": "6.24.1",
      "saveSpec": null,
      "fetchSpec": "6.24.1"
    },
    "_requiredBy": [
      "/babel-core"
    ],
    "_resolved": "http://registry.npm.taobao.org/babel-helpers/download/babel-helpers-6.24.1.tgz",
    "_spec": "6.24.1",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Sebastian McKenzie",
      "email": "sebmck@gmail.com"
    },
    "dependencies": {
      "babel-runtime": "^6.22.0",
      "babel-template": "^6.24.1"
    },
    "description": "Collection of helper functions used by Babel transforms.",
    "homepage": "https://babeljs.io/",
    "license": "MIT",
    "main": "lib/index.js",
    "name": "babel-helpers",
    "repository": {
      "type": "git",
      "url": "https://github.com/babel/babel/tree/master/packages/babel-helpers"
    },
    "version": "6.24.1"
  }