Last change
on this file since eed0bf8 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
463 bytes
|
Line | |
---|
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 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.