summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/doctrine/node_modules/esutils/package.json
blob: b01fe6004b1ea82831e630a2df15564aeca05af1 (plain)
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
{
  "name": "esutils",
  "description": "utility box for ECMAScript language tools",
  "homepage": "https://github.com/Constellation/esutils",
  "main": "lib/utils.js",
  "version": "1.1.6",
  "engines": {
    "node": ">=0.10.0"
  },
  "directories": {
    "lib": "./lib"
  },
  "files": [
    "LICENSE.BSD",
    "README.md",
    "lib"
  ],
  "maintainers": [
    {
      "name": "constellation",
      "email": "utatane.tea@gmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Constellation/esutils.git"
  },
  "devDependencies": {
    "mocha": "~1.12.0",
    "chai": "~1.7.2",
    "jshint": "2.1.5",
    "coffee-script": "~1.6.3",
    "unicode-6.3.0": "~0.1.1",
    "regenerate": "~0.5.4"
  },
  "licenses": [
    {
      "type": "BSD",
      "url": "http://github.com/Constellation/esutils/raw/master/LICENSE.BSD"
    }
  ],
  "scripts": {
    "test": "npm run-script lint && npm run-script unit-test",
    "lint": "jshint lib/*.js",
    "unit-test": "mocha --compilers coffee:coffee-script -R spec",
    "generate-regex": "node tools/generate-identifier-regex.js"
  },
  "gitHead": "a91c5ed6199d1019ef071f610848fcd5103ef153",
  "bugs": {
    "url": "https://github.com/Constellation/esutils/issues"
  },
  "_id": "esutils@1.1.6",
  "_shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",
  "_from": "esutils@>=1.1.6 <2.0.0",
  "_npmVersion": "2.0.0-alpha-5",
  "_npmUser": {
    "name": "constellation",
    "email": "utatane.tea@gmail.com"
  },
  "dist": {
    "shasum": "c01ccaa9ae4b897c6d0c3e210ae52f3c7a844375",
    "tarball": "http://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz"
  },
  "_resolved": "https://registry.npmjs.org/esutils/-/esutils-1.1.6.tgz",
  "readme": "ERROR: No README data found!"
}