@jsenv/node-signals
Advanced tools
Comparing version 1.0.0 to 1.1.0
{ | ||
"name": "@jsenv/node-signals", | ||
"description": "Register callback on node process signals", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "Register callback on node process signals.", | ||
"license": "MIT", | ||
@@ -17,4 +17,5 @@ "repository": { | ||
}, | ||
"type": "module", | ||
"module": "index.js", | ||
"main": "dist/commonjs/main.js", | ||
"module": "index.js", | ||
"files": [ | ||
@@ -27,8 +28,11 @@ "/dist/", | ||
"test": "node ./script/test/test.js", | ||
"test-with-coverage": "node ./script/test/test.js --coverage", | ||
"eslint-check": "eslint .", | ||
"prettier-check": "node ./script/prettier-check/prettier-check.js", | ||
"generate-coverage": "node ./script/generate-coverage/generate-coverage.js", | ||
"prettier-format": "node ./script/prettier-format/prettier-format.js", | ||
"prettier-format-stage": "npm run prettier-format -- --staged", | ||
"prettier-check": "npm run prettier-format -- --dry-run", | ||
"upload-coverage": "node ./script/upload-coverage/upload-coverage.js", | ||
"generate-commonjs-bundle": "node ./script/generate-commonjs-bundle/generate-commonjs-bundle.js", | ||
"generate-import-map": "node ./script/generate-import-map/generate-import-map.js", | ||
"install-git-hooks": "node ./script/install-git-hooks/install-git-hooks.js", | ||
"dist": "npm run clean && npm run generate-commonjs-bundle", | ||
@@ -38,21 +42,22 @@ "clean": "rimraf dist && rimraf coverage", | ||
"prepublishOnly": "node ./script/transform-package/remove-postinstall.js && npm run dist", | ||
"postpublish": "node ./script/transform-package/restore-postinstall.js" | ||
"postpublish": "node ./script/transform-package/restore-postinstall.js", | ||
"git-hook-pre-commit": "npm run prettier-format-stage" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@dmail/assert": "3.14.0", | ||
"@jsenv/auto-publish": "2.0.0", | ||
"@jsenv/bundling": "7.7.1", | ||
"@jsenv/codecov-upload": "2.0.0", | ||
"@jsenv/eslint-config": "11.3.0", | ||
"@jsenv/execution": "6.11.0", | ||
"@jsenv/node-launcher": "4.26.0", | ||
"@jsenv/node-module-import-map": "8.4.1", | ||
"@jsenv/prettier-check-project": "3.5.0", | ||
"@jsenv/prettier-config": "1.0.1", | ||
"@jsenv/testing": "3.9.0", | ||
"eslint": "6.6.0", | ||
"prettier": "1.18.2", | ||
"@jsenv/assert": "1.2.1", | ||
"@jsenv/codecov-upload": "3.1.0", | ||
"@jsenv/core": "10.5.0", | ||
"@jsenv/eslint-config": "12.1.0", | ||
"@jsenv/git-hooks": "1.2.0", | ||
"@jsenv/github-release-package": "1.1.1", | ||
"@jsenv/node-module-import-map": "10.0.1", | ||
"@jsenv/package-publish": "1.2.0", | ||
"@jsenv/prettier-check-project": "5.1.1", | ||
"@jsenv/prettier-config": "1.1.0", | ||
"babel-eslint": "11.0.0-beta.0", | ||
"eslint": "6.8.0", | ||
"prettier": "1.19.1", | ||
"rimraf": "3.0.0" | ||
} | ||
} |
@@ -1,3 +0,5 @@ | ||
# Node signals | ||
# node-signals | ||
Register callback on node process signals. | ||
[![github package](https://img.shields.io/github/package-json/v/jsenv/jsenv-node-signals.svg?logo=github&label=package)](https://github.com/jsenv/jsenv-node-signals/packages) | ||
@@ -8,10 +10,8 @@ [![npm package](https://img.shields.io/npm/v/@jsenv/node-signals.svg?logo=npm&label=package)](https://www.npmjs.com/package/@jsenv/node-signals) | ||
Register callback on node process signals. | ||
# Table of contents | ||
## Table of contents | ||
- [Presentation](#Presentation) | ||
- [Installation](#installation) | ||
## Presentation | ||
# Presentation | ||
@@ -22,14 +22,6 @@ `jsenv-node-signals` github repository corresponds to `@jsenv/node-signals` package published on github and npm package registries. | ||
## Installation | ||
# Installation | ||
If you have never installed a jsenv package, read [Installing a jsenv package](https://github.com/jsenv/jsenv-core/blob/master/docs/installing-jsenv-package.md#installing-a-jsenv-package) before going further. | ||
This documentation is up-to-date with a specific version so prefer any of the following commands | ||
```console | ||
npm install --save-dev @jsenv/node-signals@1.0.0 | ||
npm install @jsenv/node-signals@1.1.0 | ||
``` | ||
```console | ||
yarn add --dev @jsenv/node-signals@1.0.0 | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Yes
33848
26