@colophon/schema
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -1,2 +0,2 @@ | ||
const latest = '1.0.0' | ||
const latest = '1.0' | ||
@@ -3,0 +3,0 @@ module.exports = { |
{ | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"name": "@colophon/schema", | ||
"description": "Standarized project metadata to specify the components, constructs and authorship of software", | ||
"author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)", | ||
"homepage": "https://colophon.id", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/ahmadnassri/colophon.git" | ||
"url": "https://github.com/project-colophon/schema.git" | ||
}, | ||
"license": "ISC", | ||
"license": "MIT", | ||
"main": "index.js", | ||
@@ -16,7 +17,4 @@ "keywords": [ | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=9" | ||
"node": ">=8" | ||
}, | ||
@@ -27,7 +25,13 @@ "files": [ | ||
"bugs": { | ||
"url": "https://github.com/ahmadnassri/colophon/issues" | ||
"url": "https://github.com/project-colophon/schema/issues" | ||
}, | ||
"scripts": { | ||
"test": "npm run test:tap", | ||
"test:tap": "tap test --100 --coverage-report=lcov --no-browser" | ||
"lint:audit": "npm audit", | ||
"lint:deps": "npx updated", | ||
"lint:ec": "npx editorconfig-checker .", | ||
"lint:js": "npx eslint .", | ||
"lint:md": "npx remark --quiet --frail .", | ||
"lint": "npx run-p lint:*", | ||
"open:coverage": "opener coverage/lcov-report/index.html", | ||
"test": "tap test --100 --coverage-report=lcov --no-browser" | ||
}, | ||
@@ -34,0 +38,0 @@ "devDependencies": { |
@@ -1,3 +0,5 @@ | ||
# Colophon [![version][npm-version]][npm-url] [![License][license-image]][license-url] [![Build Status][travis-image]][travis-url] | ||
# Colophon Schema | ||
[![License][license-image]][license-url] [![version][npm-image]][npm-url] [![Build Status][circle-image]][circle-url] | ||
> Standarized project metadata to specify the components, constructs and authorship of software. | ||
@@ -68,5 +70,5 @@ | ||
\# | status | ||
---------------------- | ----------- | ||
[`1.0.0`](spec/1.0.0/) | development | ||
| \# | status | | ||
| ------------------ | ----------- | | ||
| [`1.0`](spec/1.0/) | deprecated | | ||
@@ -81,4 +83,10 @@ ## JSON Schema | ||
## API | ||
## Install | ||
```bash | ||
npm install @colophon/schema | ||
``` | ||
## Usage | ||
```js | ||
@@ -94,20 +102,15 @@ const { schema, regex } = require('@colophon/schema') | ||
--- | ||
> Author: [Ahmad Nassri](https://www.ahmadnassri.com) • | ||
> Github: [@project-colophon](https://github.com/project-colophon) • | ||
> Twitter: [@ColophonID](https://twitter.com/ColophonID) | ||
> License: [ISC][license-url] • | ||
> Copyright: [ahmadnassri.com](https://www.ahmadnassri.com) • | ||
> Github: [@AhmadNassri](https://github.com/ahmadnassri) • | ||
> Twitter: [@AhmadNassri](https://twitter.com/ahmadnassri) | ||
[license-url]: LICENSE | ||
[license-image]: https://img.shields.io/github/license/project-colophon/schema.svg?style=for-the-badge&logo=circleci | ||
[json schema]: http://json-schema.org | ||
[circle-url]: https://circleci.com/gh/project-colophon/schema | ||
[circle-image]: https://img.shields.io/circleci/project/github/project-colophon/schema/master.svg?style=for-the-badge&logo=circleci | ||
[license-image]: https://img.shields.io/github/license/ahmadnassri/colophon.svg?style=flat-square | ||
[license-url]: http://choosealicense.com/licenses/isc/ | ||
[npm-url]: https://www.npmjs.com/package/@colophon/schema | ||
[npm-image]: https://img.shields.io/npm/v/@colophon/schema.svg?style=for-the-badge&logo=npm | ||
[npm-version]: https://img.shields.io/npm/v/@colophon/schema.svg?style=flat-square | ||
[travis-image]: https://img.shields.io/travis/ahmadnassri/colophon.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/ahmadnassri/colophon | ||
[json schema]: http://json-schema.org |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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 bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
35500
10
382
114
1