summaryrefslogtreecommitdiff
path: root/tools/eslint/node_modules/is-resolvable/package.json
blob: 821009d1a1b5c2997a02c6cb80ac8e4270dbf049 (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
67
68
69
70
71
72
73
{
  "_from": "is-resolvable@^1.0.0",
  "_id": "is-resolvable@1.0.0",
  "_inBundle": false,
  "_integrity": "sha1-jfV8YeouPFAUCNEA+wE8+NbgzGI=",
  "_location": "/eslint/is-resolvable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "is-resolvable@^1.0.0",
    "name": "is-resolvable",
    "escapedName": "is-resolvable",
    "rawSpec": "^1.0.0",
    "saveSpec": null,
    "fetchSpec": "^1.0.0"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz",
  "_shasum": "8df57c61ea2e3c501408d100fb013cf8d6e0cc62",
  "_spec": "is-resolvable@^1.0.0",
  "_where": "/Users/cjihrig/iojs/node/tools/eslint-tmp/node_modules/eslint",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/is-resolvable/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "tryit": "^1.0.1"
  },
  "deprecated": false,
  "description": "Check if a module ID is resolvable with require()",
  "devDependencies": {
    "@shinnn/eslintrc-node": "^1.0.2",
    "eslint": "^0.24.0",
    "istanbul": "^0.3.17",
    "tape": "^4.0.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/shinnn/is-resolvable#readme",
  "keywords": [
    "read",
    "file",
    "font",
    "glyph",
    "code-point",
    "unicode",
    "parse",
    "cmap",
    "table",
    "data",
    "metadata"
  ],
  "license": "MIT",
  "name": "is-resolvable",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/shinnn/is-resolvable.git"
  },
  "scripts": {
    "coverage": "istanbul cover test.js",
    "pretest": "eslint --config node_modules/@shinnn/eslintrc-node/rc.json index.js test.js",
    "test": "node test.js"
  },
  "version": "1.0.0"
}