Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "iso-639-2", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "ISO-639-2 codes in an accessible format", | ||
@@ -16,7 +16,7 @@ "license": "MIT", | ||
], | ||
"repository": "https://github.com/wooorm/iso-639-2", | ||
"repository": "wooorm/iso-639-2", | ||
"bugs": "https://github.com/wooorm/iso-639-2/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)", | ||
"contributors": [ | ||
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)" | ||
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)" | ||
], | ||
@@ -31,16 +31,16 @@ "main": "index.json", | ||
"browserify": "^16.0.0", | ||
"concat-stream": "^1.5.2", | ||
"concat-stream": "^2.0.0", | ||
"d3-dsv": "^1.0.3", | ||
"esmangle": "^1.0.1", | ||
"prettier": "^1.12.1", | ||
"remark-cli": "^5.0.0", | ||
"remark-cli": "^6.0.0", | ||
"remark-preset-wooorm": "^4.0.0", | ||
"tape": "^4.4.0", | ||
"xo": "^0.20.0" | ||
"tinyify": "^2.5.0", | ||
"xo": "^0.24.0" | ||
}, | ||
"scripts": { | ||
"generate": "node build", | ||
"format": "remark . -qfo && prettier --write '**/*.js' && xo --fix", | ||
"build-bundle": "browserify index.json --bare -s iso6392 > iso-639-2.js", | ||
"build-mangle": "esmangle iso-639-2.js > iso-639-2.min.js", | ||
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix", | ||
"build-bundle": "browserify index.json -s iso6392 -o iso-639-2.js", | ||
"build-mangle": "browserify index.json -s iso6392 -p tinyify -o iso-639-2.js", | ||
"build": "npm run build-bundle && npm run build-mangle", | ||
@@ -61,6 +61,2 @@ "test-api": "node test", | ||
"esnext": false, | ||
"rules": { | ||
"no-var": "off", | ||
"prefer-arrow-callback": "off" | ||
}, | ||
"ignores": [ | ||
@@ -67,0 +63,0 @@ "iso-639-2.js" |
@@ -1,3 +0,7 @@ | ||
# iso-639-2 [![Build Status][build-badge]][build-page] | ||
# iso-639-2 | ||
[![Build][build-badge]][build] | ||
[![Downloads][downloads-badge]][downloads] | ||
[![Size][size-badge]][size] | ||
[ISO 639-2][source] codes in an accessible format, all of them. | ||
@@ -67,10 +71,18 @@ | ||
[build-page]: https://travis-ci.org/wooorm/iso-639-2 | ||
[build]: https://travis-ci.org/wooorm/iso-639-2 | ||
[downloads-badge]: https://img.shields.io/npm/dm/iso-639-2.svg | ||
[downloads]: https://www.npmjs.com/package/iso-639-2 | ||
[size-badge]: https://img.shields.io/bundlephobia/minzip/iso-639-2.svg | ||
[size]: https://bundlephobia.com/result?p=iso-639-2 | ||
[npm]: https://docs.npmjs.com/cli/install | ||
[license]: LICENSE | ||
[license]: license | ||
[author]: http://wooorm.com | ||
[author]: https://wooorm.com | ||
[source]: http://www.loc.gov/standards/iso639-2/php/code_list.php | ||
[source]: https://www.loc.gov/standards/iso639-2/php/code_list.php |
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 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
53957
88