Blame view

node_modules/esutils/package.json 1.97 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
  {
    "_args": [
      [
        "esutils@2.0.2",
        "/Library/WebServer/Documents/mywork/dyitoc"
      ]
    ],
    "_development": true,
    "_from": "esutils@2.0.2",
    "_id": "esutils@2.0.2",
    "_inBundle": false,
    "_integrity": "sha1-Cr9PHKpbyx96nYrMbepPqqBLrJs=",
    "_location": "/esutils",
    "_phantomChildren": {},
    "_requested": {
      "type": "version",
      "registry": true,
      "raw": "esutils@2.0.2",
      "name": "esutils",
      "escapedName": "esutils",
      "rawSpec": "2.0.2",
      "saveSpec": null,
      "fetchSpec": "2.0.2"
    },
    "_requiredBy": [
      "/babel-code-frame",
      "/babel-plugin-transform-vue-jsx",
      "/babel-types"
    ],
    "_resolved": "http://registry.npm.taobao.org/esutils/download/esutils-2.0.2.tgz",
    "_spec": "2.0.2",
    "_where": "/Library/WebServer/Documents/mywork/dyitoc",
    "bugs": {
      "url": "https://github.com/estools/esutils/issues"
    },
    "description": "utility box for ECMAScript language tools",
    "devDependencies": {
      "chai": "~1.7.2",
      "coffee-script": "~1.6.3",
      "jshint": "2.6.3",
      "mocha": "~2.2.1",
      "regenerate": "~1.2.1",
      "unicode-7.0.0": "^0.1.5"
    },
    "directories": {
      "lib": "./lib"
    },
    "engines": {
      "node": ">=0.10.0"
    },
    "files": [
      "LICENSE.BSD",
      "README.md",
      "lib"
    ],
    "homepage": "https://github.com/estools/esutils",
    "licenses": [
      {
        "type": "BSD",
        "url": "http://github.com/estools/esutils/raw/master/LICENSE.BSD"
      }
    ],
    "main": "lib/utils.js",
    "maintainers": [
      {
        "name": "Yusuke Suzuki",
        "email": "utatane.tea@gmail.com",
        "url": "http://github.com/Constellation"
      }
    ],
    "name": "esutils",
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/estools/esutils.git"
    },
    "scripts": {
      "generate-regex": "node tools/generate-identifier-regex.js",
      "lint": "jshint lib/*.js",
      "test": "npm run-script lint && npm run-script unit-test",
      "unit-test": "mocha --compilers coffee:coffee-script -R spec"
    },
    "version": "2.0.2"
  }