@verdaccio/file-locking
Advanced tools
Comparing version 1.0.4 to 8.0.0-next.1
@@ -0,1 +1,31 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. | ||
# [8.0.0-next.1](https://github.com/verdaccio/monorepo/compare/v8.0.0-next.0...v8.0.0-next.1) (2019-08-01) | ||
**Note:** Version bump only for package @verdaccio/file-locking | ||
# [8.0.0-next.0](https://github.com/verdaccio/monorepo/compare/v2.0.0...v8.0.0-next.0) (2019-08-01) | ||
### Bug Fixes | ||
* eslint and typescript errors ([8b3f153](https://github.com/verdaccio/monorepo/commit/8b3f153)) | ||
* lint issues ([d195fff](https://github.com/verdaccio/monorepo/commit/d195fff)) | ||
### Features | ||
* remote lodash as dependency ([affb65b](https://github.com/verdaccio/monorepo/commit/affb65b)) | ||
# Changelog | ||
@@ -2,0 +32,0 @@ |
{ | ||
"name": "@verdaccio/file-locking", | ||
"version": "1.0.4", | ||
"version": "8.0.0-next.1", | ||
"description": "library that handle file locking", | ||
"main": "lib/index.js", | ||
"keywords": [ | ||
"verdaccio", | ||
"lock", | ||
"fs" | ||
], | ||
"devDependencies": { | ||
"@commitlint/cli": "8.0.0", | ||
"@commitlint/config-conventional": "8.0.0", | ||
"@types/jest": "24.0.15", | ||
"@types/node": "12.6.4", | ||
"@verdaccio/babel-preset": "1.0.0", | ||
"@verdaccio/eslint-config": "0.0.1", | ||
"@verdaccio/types": "5.3.0", | ||
"codecov": "3.5.0", | ||
"eslint": "5.16.0", | ||
"husky": "2.7.0", | ||
"in-publish": "2.0.0", | ||
"jest": "24.8.0", | ||
"standard-version": "6.0.1", | ||
"typescript": "3.5.3" | ||
"author": "Juan Picado <juanpicado19@gmail.com>", | ||
"license": "MIT", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"author": "Juan Picado <juanpicado19@gmail.com>", | ||
"private": false, | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"files": [ | ||
"lib" | ||
], | ||
"engines": { | ||
"node": ">=8" | ||
}, | ||
"dependencies": { | ||
"lockfile": "1.0.4" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"pre-commit": "commitlint -e $GIT_PARAMS" | ||
} | ||
"devDependencies": { | ||
"@verdaccio/babel-preset": "^8.0.0-next.1", | ||
"@verdaccio/eslint-config": "^8.0.0-next.1", | ||
"@verdaccio/types": "^8.0.0-next.1" | ||
}, | ||
"license": "MIT", | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
}, | ||
"homepage": "https://github.com/verdaccio/file-locking", | ||
"scripts": { | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
"coverage": "codecov", | ||
"release": "standard-version -a -s", | ||
"test": "jest .", | ||
"lint": "npm run type-check && eslint . --ext .js,.ts", | ||
"type-check": "tsc --noEmit", | ||
"type-check:watch": "npm run type-check -- --watch", | ||
"build": "npm run build:types && npm run build:js", | ||
"build:js": "babel src/ --out-dir lib/ --ignore **/__tests__ --extensions \".ts,.tsx\"", | ||
"build:types": "tsc --emitDeclarationOnly", | ||
"build:js": "babel src/ --out-dir lib --extensions \".ts,.tsx\" --ignore __tests__", | ||
"prepublish": "in-publish && npm run lint && npm run build || not-in-publish" | ||
"coverage:publish": "codecov", | ||
"lint": "eslint \"**/*.{js,ts}\"", | ||
"lint:stage": "lint-staged", | ||
"pretest": "npm run lint", | ||
"test": "jest", | ||
"type-check": "tsc --noEmit", | ||
"type-check:watch": "npm run type-check -- --watch" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
} | ||
"lint-staged": { | ||
"**/*.{ts,js}": [ | ||
"eslint --fix", | ||
"git add" | ||
] | ||
}, | ||
"gitHead": "f8ed319778e95dff21aa6113be45300570d00de8" | ||
} |
@@ -0,1 +1,7 @@ | ||
## Deprecated repository | ||
**This repository has been moved to a monorepo you can find in [verdaccio/monorepo](https://github.com/verdaccio/monorepo). This package is located in [`core/file-locking` folder](https://github.com/verdaccio/monorepo/tree/master/core/file-locking)** | ||
--- | ||
# File Locking | ||
@@ -2,0 +8,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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
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
10327
3
23
2