chore(package): re-init package with commitizen and standard-release

This commit is contained in:
Pavel Pertsev
2018-05-16 12:54:46 +03:00
parent cb4e7a5643
commit eaf2328575
10640 changed files with 609660 additions and 117 deletions

38
node_modules/os-shim/package.json generated vendored Normal file
View File

@@ -0,0 +1,38 @@
{
"name": "os-shim",
"version": "0.1.3",
"description": "Native OS module API shim for older node.js versions",
"homepage": "http://github.com/h2non/node-os-shim",
"bugs": "https://github.com/h2non/node-os-shim/issues",
"contributors": [
{
"name": "Tomas Aparicio",
"email": "tomas@aparicio.me"
}
],
"repository": {
"type": "git",
"url": "https://github.com/h2non/node-os-shim.git"
},
"licenses": "MIT",
"main": "lib/os",
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">= 0.4.0"
},
"scripts": {
"test": "make test"
},
"keywords": [
"os",
"tmpdir",
"endianness",
"shim"
],
"devDependencies": {
"mocha": "~1.15.1",
"expect.js": "~0.2.0"
}
}