1 | {
|
2 | "name": "path-dirname",
|
3 | "version": "1.0.2",
|
4 | "description": "Node.js path.dirname() ponyfill",
|
5 | "license": "MIT",
|
6 | "repository": "es128/path-dirname",
|
7 | "author": "Elan Shanker",
|
8 | "scripts": {
|
9 | "test": "node test.js"
|
10 | },
|
11 | "files": [
|
12 | "index.js"
|
13 | ],
|
14 | "keywords": [
|
15 | "dirname",
|
16 | "dir",
|
17 | "path",
|
18 | "paths",
|
19 | "file",
|
20 | "built-in",
|
21 | "util",
|
22 | "utils",
|
23 | "core",
|
24 | "stdlib",
|
25 | "ponyfill",
|
26 | "polyfill",
|
27 | "shim"
|
28 | ]
|
29 | }
|