29 lines
648 B
JSON
29 lines
648 B
JSON
{
|
|
"name": "bare-node-path",
|
|
"version": "1.0.1",
|
|
"description": "Bare compatibility wrapper for the Node.js builtin `path` module",
|
|
"exports": {
|
|
".": "./index.js",
|
|
"./posix": "./posix.js",
|
|
"./win32": "./win32.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"posix.js",
|
|
"win32.js"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/holepunchto/bare-node.git"
|
|
},
|
|
"author": "Holepunch",
|
|
"license": "Apache-2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/holepunchto/bare-node/issues"
|
|
},
|
|
"homepage": "https://github.com/holepunchto/bare-node#readme",
|
|
"dependencies": {
|
|
"bare-path": "*"
|
|
}
|
|
}
|