| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- {
- "_from": "globalize@1.3.0",
- "_id": "globalize@1.3.0",
- "_inBundle": false,
- "_integrity": "sha1-xWUkuKz9LOONDJfd/c6zj2RLM5I=",
- "_location": "/globalize",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "globalize@1.3.0",
- "name": "globalize",
- "escapedName": "globalize",
- "rawSpec": "1.3.0",
- "saveSpec": null,
- "fetchSpec": "1.3.0"
- },
- "_requiredBy": [
- "/@dojo/i18n"
- ],
- "_resolved": "https://registry.npmjs.org/globalize/-/globalize-1.3.0.tgz",
- "_shasum": "c56524b8acfd2ce38d0c97ddfdceb38f644b3392",
- "_spec": "globalize@1.3.0",
- "_where": "C:\\Users\\xiao2192\\.jenkins\\workspace\\hydra\\node_modules\\@dojo\\i18n",
- "author": {
- "name": "jQuery Foundation and other contributors",
- "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
- },
- "bugs": {
- "url": "http://github.com/jquery/globalize/issues"
- },
- "bundleDependencies": false,
- "commitplease": {
- "nohook": true
- },
- "dependencies": {
- "cldrjs": "^0.4.6"
- },
- "deprecated": false,
- "description": "A JavaScript library for internationalization and localization that leverages the official Unicode CLDR JSON data.",
- "devDependencies": {
- "cldr-data-downloader": "^0.2.5",
- "glob": "^7.1.1",
- "globalize-compiler": "^0.3.0-alpha.6",
- "grunt": "0.4.5",
- "grunt-check-dependencies": "0.6.0",
- "grunt-commitplease": "0.0.5",
- "grunt-compare-size": "0.4.0",
- "grunt-contrib-clean": "0.6.0",
- "grunt-contrib-connect": "0.8.0",
- "grunt-contrib-copy": "0.6.0",
- "grunt-contrib-jshint": "0.11.1",
- "grunt-contrib-qunit": "1.3.0",
- "grunt-contrib-requirejs": "0.4.4",
- "grunt-contrib-uglify": "0.6.0",
- "grunt-contrib-watch": "0.6.1",
- "grunt-git-authors": "^3.1.0",
- "grunt-jscs": "1.8.0",
- "grunt-mocha-test": "^0.13.2",
- "gzip-js": "0.3.2",
- "iana-tz-data": ">=2017.0.0",
- "matchdep": "0.3.0",
- "mocha": "^3.3.0",
- "semver": "^5.3.0",
- "zoned-date-time": "1.0.0"
- },
- "files": [
- "CONTRIBUTING.md",
- "dist/",
- "!dist/.build",
- "doc/",
- "examples/",
- "!examples/**/bower_components",
- "!examples/**/.tmp-globalize-webpack",
- "!examples/plain-javascript/cldrjs",
- "!examples/plain-javascript/globalize",
- "LICENSE.txt",
- "README.md"
- ],
- "homepage": "https://github.com/jquery/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/jquery/globalize.git"
- },
- "scripts": {
- "test": "grunt"
- },
- "version": "1.3.0"
- }
|