summaryrefslogtreecommitdiff
path: root/tools/node_modules/eslint/node_modules/path-dirname/package.json
blob: 81aad7d043f386a15f069aa3eaed85e4a75c5661 (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
{
  "author": {
    "name": "Elan Shanker"
  },
  "bugs": {
    "url": "https://github.com/es128/path-dirname/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Node.js path.dirname() ponyfill",
  "files": [
    "index.js"
  ],
  "homepage": "https://github.com/es128/path-dirname#readme",
  "keywords": [
    "dirname",
    "dir",
    "path",
    "paths",
    "file",
    "built-in",
    "util",
    "utils",
    "core",
    "stdlib",
    "ponyfill",
    "polyfill",
    "shim"
  ],
  "license": "MIT",
  "name": "path-dirname",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/es128/path-dirname.git"
  },
  "scripts": {
    "test": "node test.js"
  },
  "version": "1.0.2"
}