aboutsummaryrefslogtreecommitdiff
path: root/node_modules/path-dirname/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/path-dirname/package.json')
-rw-r--r--node_modules/path-dirname/package.json29
1 files changed, 29 insertions, 0 deletions
diff --git a/node_modules/path-dirname/package.json b/node_modules/path-dirname/package.json
new file mode 100644
index 000000000..eb78533b7
--- /dev/null
+++ b/node_modules/path-dirname/package.json
@@ -0,0 +1,29 @@
+{
+ "name": "path-dirname",
+ "version": "1.0.2",
+ "description": "Node.js path.dirname() ponyfill",
+ "license": "MIT",
+ "repository": "es128/path-dirname",
+ "author": "Elan Shanker",
+ "scripts": {
+ "test": "node test.js"
+ },
+ "files": [
+ "index.js"
+ ],
+ "keywords": [
+ "dirname",
+ "dir",
+ "path",
+ "paths",
+ "file",
+ "built-in",
+ "util",
+ "utils",
+ "core",
+ "stdlib",
+ "ponyfill",
+ "polyfill",
+ "shim"
+ ]
+}