package.json 2.55 KB
{
  "_args": [
    [
      {
        "raw": "is-resolvable@^1.0.0",
        "scope": null,
        "escapedName": "is-resolvable",
        "name": "is-resolvable",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint"
    ]
  ],
  "_from": "is-resolvable@>=1.0.0 <2.0.0",
  "_id": "is-resolvable@1.0.0",
  "_inCache": true,
  "_location": "/is-resolvable",
  "_nodeVersion": "2.4.0",
  "_npmUser": {
    "name": "shinnn",
    "email": "snnskwtnb@gmail.com"
  },
  "_npmVersion": "2.13.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "is-resolvable@^1.0.0",
    "scope": null,
    "escapedName": "is-resolvable",
    "name": "is-resolvable",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint"
  ],
  "_resolved": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz",
  "_shasum": "8df57c61ea2e3c501408d100fb013cf8d6e0cc62",
  "_shrinkwrap": null,
  "_spec": "is-resolvable@^1.0.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint",
  "author": {
    "name": "Shinnosuke Watanabe",
    "url": "https://github.com/shinnn"
  },
  "bugs": {
    "url": "https://github.com/shinnn/is-resolvable/issues"
  },
  "dependencies": {
    "tryit": "^1.0.1"
  },
  "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"
  },
  "directories": {},
  "dist": {
    "shasum": "8df57c61ea2e3c501408d100fb013cf8d6e0cc62",
    "tarball": "https://registry.npmjs.org/is-resolvable/-/is-resolvable-1.0.0.tgz"
  },
  "files": [
    "index.js"
  ],
  "gitHead": "e68ea1b3affa382cbd31b4bae1e1421040249a73",
  "homepage": "https://github.com/shinnn/is-resolvable#readme",
  "keywords": [
    "read",
    "file",
    "font",
    "glyph",
    "code-point",
    "unicode",
    "parse",
    "cmap",
    "table",
    "data",
    "metadata"
  ],
  "license": "MIT",
  "maintainers": [
    {
      "name": "shinnn",
      "email": "snnskwtnb@gmail.com"
    }
  ],
  "name": "is-resolvable",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "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"
}