Blame view

node_modules/babel-code-frame/package.json 1.46 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
  {
    "_args": [
      [
        "babel-code-frame@6.26.0",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "babel-code-frame@6.26.0",
    "_id": "babel-code-frame@6.26.0",
    "_inBundle": false,
    "_integrity": "sha1-Y/1D99weO7fONZR9uP42mj9Yx0s=",
    "_location": "/babel-code-frame",
    "_phantomChildren": {
      "escape-string-regexp": "1.0.5",
      "has-ansi": "2.0.0",
      "strip-ansi": "3.0.1"
    },
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "babel-code-frame@6.26.0",
      "name": "babel-code-frame",
      "escapedName": "babel-code-frame",
      "rawSpec": "6.26.0",
      "saveSpec": null,
      "fetchSpec": "6.26.0"
    },
    "_requiredBy": [
      "/babel-core",
      "/babel-traverse",
      "/css-loader"
    ],
    "_resolved": "http://registry.npm.taobao.org/babel-code-frame/download/babel-code-frame-6.26.0.tgz",
    "_spec": "6.26.0",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "author": {
      "name": "Sebastian McKenzie",
      "email": "sebmck@gmail.com"
    },
    "dependencies": {
      "chalk": "^1.1.3",
      "esutils": "^2.0.2",
      "js-tokens": "^3.0.2"
    },
    "description": "Generate errors that contain a code frame that point to source locations.",
    "homepage": "https://babeljs.io/",
    "license": "MIT",
    "main": "lib/index.js",
    "name": "babel-code-frame",
    "repository": {
      "type": "git",
      "url": "https://github.com/babel/babel/tree/master/packages/babel-code-frame"
    },
    "version": "6.26.0"
  }