i18n-format
Advanced tools
Comparing version 2.0.0 to 3.0.0-pre.2
{ | ||
"name": "i18n-format", | ||
"version": "2.0.0", | ||
"description": "Text formatter with Unicode CLDR Plural Rules and choices support", | ||
"main": "i18n-format.html", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "wct && if [ \"${TRAVIS_BRANCH}\" != \"\" ]; then coveralls <./test/coverage-report/lcov.info; fi", | ||
"clean": "rm -rvf ./test/coverage-report" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/t2ym/i18n-format.git" | ||
}, | ||
"keywords": [ | ||
@@ -29,2 +15,17 @@ "polymer", | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/t2ym/i18n-format.git" | ||
}, | ||
"homepage": "https://github.com/t2ym/i18n-format#readme", | ||
"name": "i18n-format", | ||
"version": "3.0.0-pre.2", | ||
"main": "i18n-format.js", | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"scripts": { | ||
"test": "wct && if [ \"${TRAVIS_BRANCH}\" != \"\" ]; then coveralls <./test/coverage-report/lcov.info; fi", | ||
"clean": "rm -rvf ./test/coverage-report" | ||
}, | ||
"author": "Tetsuya Mori <t2y3141592@gmail.com>", | ||
@@ -35,9 +36,30 @@ "license": "BSD-2-Clause", | ||
}, | ||
"homepage": "https://github.com/t2ym/i18n-format#readme", | ||
"devDependencies": { | ||
"@polymer/iron-component-page": "^4.0.0", | ||
"@polymer/iron-demo-helpers": "^3.0.0", | ||
"@polymer/iron-flex-layout": "^3.0.0", | ||
"@polymer/paper-button": "^3.0.0", | ||
"@polymer/paper-dropdown-menu": "^3.0.0", | ||
"@polymer/paper-input": "^3.0.0", | ||
"@polymer/paper-item": "^3.0.0", | ||
"@polymer/paper-listbox": "^3.0.0", | ||
"@polymer/paper-styles": "^3.0.0", | ||
"coveralls": "^2.11.8", | ||
"lcov-result-merger": "^1.2.0", | ||
"web-component-tester": "t2ym/web-component-tester#wct6-plugin", | ||
"web-component-tester-istanbul": "t2ym/web-component-tester-istanbul#0.10.1-wct6.11" | ||
"wct-browser-legacy": "^1.0.1", | ||
"wct-istanbul": "^0.14.3", | ||
"web-animations-js": "^2.3.1", | ||
"web-component-tester": "^6.9.0" | ||
}, | ||
"resolutions": { | ||
"inherits": "2.0.3", | ||
"samsam": "1.1.3", | ||
"supports-color": "3.1.2", | ||
"type-detect": "1.0.0" | ||
}, | ||
"dependencies": { | ||
"@polymer/polymer": "^3.0.0", | ||
"i18n-number": "^3.0.0-pre.3", | ||
"make-plural": "^4.3.0" | ||
} | ||
} |
@@ -17,3 +17,3 @@ [![Build Status](https://travis-ci.org/t2ym/i18n-format.svg?branch=master)](https://travis-ci.org/t2ym/i18n-format) | ||
``` | ||
bower install --save i18n-format | ||
npm install i18n-format | ||
``` | ||
@@ -23,4 +23,4 @@ | ||
```html | ||
<link rel="import" href="/path/to/bower_components/i18n-format/i18n-format.html"> | ||
```javascript | ||
import "i18n-format/i18n-format.html"; | ||
``` | ||
@@ -27,0 +27,0 @@ |
@@ -7,3 +7,12 @@ { | ||
"firefox" | ||
] | ||
], | ||
"browserOptions": { | ||
"chrome": [ | ||
"headless", | ||
"disable-gpu" | ||
], | ||
"firefox": [ | ||
"--headless" | ||
] | ||
} | ||
}, | ||
@@ -16,3 +25,3 @@ "sauce": { | ||
"platform": "Windows 10", | ||
"version": "13" | ||
"version": "17" | ||
}, | ||
@@ -26,9 +35,4 @@ { | ||
"browserName": "safari", | ||
"platform": "OS X 10.12", | ||
"version": "10" | ||
}, | ||
{ | ||
"browserName": "safari", | ||
"platform": "OS X 10.11", | ||
"version": "9" | ||
"platform": "OS X 10.13", | ||
"version": "12" | ||
} | ||
@@ -41,6 +45,6 @@ ] | ||
"include": [ | ||
"**/i18n-format.html" | ||
"**/i18n-format.js" | ||
], | ||
"exclude": [ | ||
"/bower_components/**/*", | ||
"/node_modules/**/*", | ||
"/test/**/*" | ||
@@ -47,0 +51,0 @@ ] |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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 v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
104769
1050
3
15
14
1
+ Added@polymer/polymer@^3.0.0
+ Addedi18n-number@^3.0.0-pre.3
+ Addedmake-plural@^4.3.0
+ Added@polymer/polymer@3.5.2(transitive)
+ Added@webcomponents/shadycss@1.11.2(transitive)
+ Addedi18n-number@3.0.1(transitive)
+ Addedintl@1.2.5(transitive)
+ Addedmake-plural@4.3.0(transitive)
+ Addedminimist@1.2.8(transitive)