Blame view

node_modules/babel-helpers/package.json 1.3 KB
6a9ffbcc   liuqimichale   地图点击事件
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
  {
    "_from": "babel-helpers@^6.24.1",
    "_id": "babel-helpers@6.24.1",
    "_inBundle": false,
    "_integrity": "sha1-NHHenK7DiOXIUOWX5Yom3fN2ArI=",
    "_location": "/babel-helpers",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "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",
    "_shasum": "3471de9caec388e5c850e597e58a26ddf37602b2",
    "_spec": "babel-helpers@^6.24.1",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/babel-core",
    "author": {
      "name": "Sebastian McKenzie",
      "email": "sebmck@gmail.com"
    },
    "bundleDependencies": false,
    "dependencies": {
      "babel-runtime": "^6.22.0",
      "babel-template": "^6.24.1"
    },
    "deprecated": false,
    "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"
  }