Blame view

node_modules/babel-polyfill/package.json 1.33 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
46
47
  {
    "_from": "babel-polyfill@^6.26.0",
    "_id": "babel-polyfill@6.26.0",
    "_inBundle": false,
    "_integrity": "sha1-N5k3q8Z9eJWXCtxiHyhM2WbPIVM=",
    "_location": "/babel-polyfill",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "babel-polyfill@^6.26.0",
      "name": "babel-polyfill",
      "escapedName": "babel-polyfill",
      "rawSpec": "^6.26.0",
      "saveSpec": null,
      "fetchSpec": "^6.26.0"
    },
    "_requiredBy": [
      "/",
      "/babel-cli"
    ],
    "_resolved": "http://registry.npm.taobao.org/babel-polyfill/download/babel-polyfill-6.26.0.tgz",
    "_shasum": "379937abc67d7895970adc621f284cd966cf2153",
    "_spec": "babel-polyfill@^6.26.0",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter",
    "author": {
      "name": "Sebastian McKenzie",
      "email": "sebmck@gmail.com"
    },
    "bundleDependencies": false,
    "dependencies": {
      "babel-runtime": "^6.26.0",
      "core-js": "^2.5.0",
      "regenerator-runtime": "^0.10.5"
    },
    "deprecated": false,
    "description": "Provides polyfills necessary for a full ES2015+ environment",
    "homepage": "https://babeljs.io/",
    "license": "MIT",
    "main": "lib/index.js",
    "name": "babel-polyfill",
    "repository": {
      "type": "git",
      "url": "https://github.com/babel/babel/tree/master/packages/babel-polyfill"
    },
    "version": "6.26.0"
  }