135 lines
3.3 KiB
JSON
135 lines
3.3 KiB
JSON
{
|
|
"_from": "globalize@~1.7.0",
|
|
"_id": "globalize@1.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-faR46vTIbFCeAemyuc9E6/d7Wrx9k2ae2L60UhakztFg6VuE42gENVJNuPFtt7Sdjrk9m2w8+py7Jj+JTNy59w==",
|
|
"_location": "/globalize",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "range",
|
|
"registry": true,
|
|
"raw": "globalize@~1.7.0",
|
|
"name": "globalize",
|
|
"escapedName": "globalize",
|
|
"rawSpec": "~1.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "~1.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/globalize/-/globalize-1.7.0.tgz",
|
|
"_shasum": "321201eb18ded16d3f03c8d4ddbcb5d1edd6d4c2",
|
|
"_spec": "globalize@~1.7.0",
|
|
"_where": "D:\\EveryThing\\EveryThing\\EveryThing",
|
|
"author": {
|
|
"name": "OpenJS Foundation and other contributors",
|
|
"url": "https://github.com/globalizejs/globalize/blob/master/AUTHORS.txt"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/globalizejs/globalize/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"commitplease": {
|
|
"nohook": true
|
|
},
|
|
"dependencies": {
|
|
"cldrjs": "^0.5.4"
|
|
},
|
|
"deprecated": false,
|
|
"description": "A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data.",
|
|
"devDependencies": {
|
|
"cldr-data-downloader": "^0.3.1",
|
|
"eslint-config-jquery": "3.0.0",
|
|
"glob": "^7.1.2",
|
|
"globalize-compiler": "^1.1.1",
|
|
"grunt": "1.2.0",
|
|
"grunt-check-dependencies": "1.0.0",
|
|
"grunt-commitplease": "0.0.6",
|
|
"grunt-compare-size": "0.4.2",
|
|
"grunt-contrib-clean": "1.1.0",
|
|
"grunt-contrib-connect": "0.8.0",
|
|
"grunt-contrib-copy": "1.0.0",
|
|
"grunt-contrib-qunit": "2.0.0",
|
|
"grunt-contrib-requirejs": "1.0.0",
|
|
"grunt-contrib-uglify": "3.0.1",
|
|
"grunt-contrib-watch": "1.0.0",
|
|
"grunt-eslint": "23.0.0",
|
|
"grunt-git-authors": "^3.2.0",
|
|
"grunt-mocha-test": "^0.13.2",
|
|
"gzip-js": "0.3.2",
|
|
"iana-tz-data": ">=2017.0.0",
|
|
"matchdep": "1.0.1",
|
|
"mocha": "^3.4.2",
|
|
"qunit": "2.12.0",
|
|
"semver": "^5.3.0",
|
|
"zoned-date-time": "1.1.0"
|
|
},
|
|
"files": [
|
|
"CONTRIBUTING.md",
|
|
"dist/",
|
|
"!dist/.build",
|
|
"doc/",
|
|
"examples/",
|
|
"!examples/**/.tmp-globalize-webpack",
|
|
"!examples/**/bower_components",
|
|
"!examples/**/node_modules",
|
|
"!examples/plain-javascript/cldrjs",
|
|
"!examples/plain-javascript/globalize",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://github.com/globalizejs/globalize",
|
|
"keywords": [
|
|
"utility",
|
|
"globalization",
|
|
"internationalization",
|
|
"multilingualization",
|
|
"localization",
|
|
"g11n",
|
|
"i18n",
|
|
"m17n",
|
|
"L10n",
|
|
"localize",
|
|
"format",
|
|
"parse",
|
|
"translate",
|
|
"strings",
|
|
"numbers",
|
|
"dates",
|
|
"times",
|
|
"calendars",
|
|
"plural",
|
|
"plurals",
|
|
"pluralize",
|
|
"cultures",
|
|
"languages",
|
|
"locales",
|
|
"Unicode",
|
|
"CLDR",
|
|
"JSON"
|
|
],
|
|
"license": "MIT",
|
|
"main": "./dist/node-main.js",
|
|
"maintainers": [
|
|
{
|
|
"name": "Jörn Zaefferer",
|
|
"email": "joern.zaefferer@gmail.com",
|
|
"url": "http://bassistance.de"
|
|
},
|
|
{
|
|
"name": "Rafael Xavier de Souza",
|
|
"email": "rxaviers@gmail.com",
|
|
"url": "http://rafael.xavier.blog.br"
|
|
}
|
|
],
|
|
"name": "globalize",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/globalizejs/globalize.git"
|
|
},
|
|
"scripts": {
|
|
"test": "grunt"
|
|
},
|
|
"version": "1.7.0"
|
|
}
|