package.json 2.62 KB
{
  "_args": [
    [
      {
        "raw": "contains-path@^0.1.0",
        "scope": null,
        "escapedName": "contains-path",
        "name": "contains-path",
        "rawSpec": "^0.1.0",
        "spec": ">=0.1.0 <0.2.0",
        "type": "range"
      },
      "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint-plugin-import"
    ]
  ],
  "_from": "contains-path@>=0.1.0 <0.2.0",
  "_id": "contains-path@0.1.0",
  "_inCache": true,
  "_location": "/contains-path",
  "_nodeVersion": "0.12.4",
  "_npmUser": {
    "name": "jonschlinkert",
    "email": "github@sellside.com"
  },
  "_npmVersion": "2.10.1",
  "_phantomChildren": {},
  "_requested": {
    "raw": "contains-path@^0.1.0",
    "scope": null,
    "escapedName": "contains-path",
    "name": "contains-path",
    "rawSpec": "^0.1.0",
    "spec": ">=0.1.0 <0.2.0",
    "type": "range"
  },
  "_requiredBy": [
    "/eslint-plugin-import"
  ],
  "_resolved": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz",
  "_shasum": "fe8cf184ff6670b6baef01a9d4861a5cbec4120a",
  "_shrinkwrap": null,
  "_spec": "contains-path@^0.1.0",
  "_where": "/Users/kanghyeontae/IdeaProjects/YTMT/node_modules/eslint-plugin-import",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/contains-path/issues"
  },
  "dependencies": {},
  "description": "Return true if a file path contains the given path.",
  "devDependencies": {
    "mocha": "*"
  },
  "directories": {},
  "dist": {
    "shasum": "fe8cf184ff6670b6baef01a9d4861a5cbec4120a",
    "tarball": "https://registry.npmjs.org/contains-path/-/contains-path-0.1.0.tgz"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/jonschlinkert/contains-path",
  "keywords": [
    "contains",
    "directory",
    "dirname",
    "exec",
    "ext",
    "extname",
    "file",
    "filepath",
    "fp",
    "has",
    "match",
    "matches",
    "path",
    "regex",
    "test"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "jonschlinkert",
      "email": "github@sellside.com"
    }
  ],
  "name": "contains-path",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jonschlinkert/contains-path.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "verb": {
    "related": {
      "list": [
        "ends-with",
        "path-ends-with",
        "path-segments",
        "is-absolute",
        "is-relative",
        "parse-filepath"
      ]
    }
  },
  "version": "0.1.0"
}