@pnpm/config
Advanced tools
Comparing version 0.3.1 to 1.0.0
@@ -49,3 +49,2 @@ "use strict"; | ||
'store': path, | ||
'store-path': path, | ||
'use-store-server': Boolean, | ||
@@ -52,0 +51,0 @@ 'verify-store-integrity': Boolean, |
{ | ||
"name": "@pnpm/config", | ||
"version": "0.3.1", | ||
"version": "1.0.0", | ||
"description": "Gets configs for pnpm", | ||
@@ -14,8 +14,6 @@ "main": "lib/index.js", | ||
"lint": "tslint -c tslint.json --project .", | ||
"test": "npm run lint && preview && ts-node test && mos t" | ||
"test-with-preview": "npm run lint && preview && ts-node test && mos t", | ||
"test": "npm run lint && npm run tsc && pnpm link . && ts-node test && mos t" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pnpm/config.git" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/config", | ||
"keywords": [ | ||
@@ -26,3 +24,3 @@ "pnpm", | ||
"engines": { | ||
"node": ">=4" | ||
"node": ">=6" | ||
}, | ||
@@ -32,10 +30,10 @@ "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/config/issues" | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/config#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/config#readme", | ||
"dependencies": { | ||
"@types/camelcase": "^4.1.0", | ||
"@types/node": "^9.4.6", | ||
"@types/node": "^9.4.6 || 10", | ||
"@types/which": "^1.3.1", | ||
"camelcase": "^4.1.0", | ||
"camelcase": "^5.0.0", | ||
"npm-conf": "^1.1.3", | ||
@@ -45,2 +43,3 @@ "which": "^1.3.0" | ||
"devDependencies": { | ||
"@types/tape": "^4.2.32", | ||
"mos": "^2.0.0-alpha.3", | ||
@@ -51,3 +50,3 @@ "mos-plugin-readme": "^1.0.4", | ||
"tape": "^4.8.0", | ||
"ts-node": "^5.0.0", | ||
"ts-node": "^6.0.3", | ||
"tslint": "^5.8.0", | ||
@@ -54,0 +53,0 @@ "typescript": "^2.6.2" |
@@ -5,4 +5,4 @@ # @pnpm/config | ||
<!--@shields('npm', 'travis')--> | ||
[![npm version](https://img.shields.io/npm/v/@pnpm/config.svg)](https://www.npmjs.com/package/@pnpm/config) [![Build Status](https://img.shields.io/travis/pnpm/config/master.svg)](https://travis-ci.org/pnpm/config) | ||
<!--@shields('npm')--> | ||
[![npm version](https://img.shields.io/npm/v/@pnpm/config.svg)](https://www.npmjs.com/package/@pnpm/config) | ||
<!--/@--> | ||
@@ -9,0 +9,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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
11735
9
118
1
+ Added@types/node@10.17.60(transitive)
+ Addedcamelcase@5.3.1(transitive)
- Removed@types/node@9.6.61(transitive)
- Removedcamelcase@4.1.0(transitive)
Updated@types/node@^9.4.6 || 10
Updatedcamelcase@^5.0.0