summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/is-path-cwd/package.json
blob: cfb452cc043352ffc86cbe433c3ebbefbab927bc (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
{
  "author": {
    "name": "Sindre Sorhus",
    "email": "sindresorhus@gmail.com",
    "url": "http://sindresorhus.com"
  },
  "bugs": {
    "url": "https://github.com/sindresorhus/is-path-cwd/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Check if a path is CWD",
  "devDependencies": {
    "mocha": "*"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/sindresorhus/is-path-cwd#readme",
  "keywords": [
    "path",
    "cwd",
    "pwd",
    "check",
    "filepath",
    "file",
    "folder"
  ],
  "license": "MIT",
  "name": "is-path-cwd",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sindresorhus/is-path-cwd.git"
  },
  "scripts": {
    "test": "mocha"
  },
  "version": "1.0.0"
}