@pnpm/types
Advanced tools
Comparing version 1.8.0 to 2.0.0
export declare type DependenciesField = 'optionalDependencies' | 'dependencies' | 'devDependencies'; | ||
export declare const DEPENDENCIES_FIELDS: DependenciesField[]; | ||
export interface Registries { | ||
default: string; | ||
[scope: string]: string; | ||
} |
{ | ||
"name": "@pnpm/types", | ||
"version": "1.8.0", | ||
"version": "2.0.0", | ||
"description": "Basic types used by pnpm", | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts", | ||
"engines": { | ||
"node": ">=6" | ||
}, | ||
"files": [ | ||
@@ -11,10 +14,7 @@ "lib" | ||
"scripts": { | ||
"test": "mos test && tslint -c tslint.json -p .", | ||
"test": "npm run tsc && mos test && tslint -c tslint.json -p .", | ||
"tsc": "rimraf lib && tsc", | ||
"prepublishOnly": "npm run tsc" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/pnpm/types.git" | ||
}, | ||
"repository": "https://github.com/pnpm/pnpm/blob/master/packages/types", | ||
"keywords": [ | ||
@@ -27,5 +27,5 @@ "pnpm", | ||
"bugs": { | ||
"url": "https://github.com/pnpm/types/issues" | ||
"url": "https://github.com/pnpm/pnpm/issues" | ||
}, | ||
"homepage": "https://github.com/pnpm/types#readme", | ||
"homepage": "https://github.com/pnpm/pnpm/blob/master/packages/types#readme", | ||
"devDependencies": { | ||
@@ -32,0 +32,0 @@ "mos": "^2.0.0-alpha.3", |
@@ -5,4 +5,4 @@ # @pnpm/types | ||
<!--@shields('npm', 'travis')--> | ||
[![npm version](https://img.shields.io/npm/v/@pnpm/types.svg)](https://www.npmjs.com/package/@pnpm/types) [![Build Status](https://img.shields.io/travis/pnpm/types/master.svg)](https://travis-ci.org/pnpm/types) | ||
<!--@shields('npm')--> | ||
[![npm version](https://img.shields.io/npm/v/@pnpm/types.svg)](https://www.npmjs.com/package/@pnpm/types) | ||
<!--/@--> | ||
@@ -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
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
9724
245
1