{ "_from": "intl-messageformat@^2.1.0", "_id": "intl-messageformat@2.2.0", "_inBundle": false, "_integrity": "sha1-NFvNRt5jC3aDMwwuUhd/9eq0hPw=", "_location": "/intl-messageformat", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "intl-messageformat@^2.1.0", "name": "intl-messageformat", "escapedName": "intl-messageformat", "rawSpec": "^2.1.0", "saveSpec": null, "fetchSpec": "^2.1.0" }, "_requiredBy": [ "/intl-relativeformat", "/react-intl" ], "_resolved": "https://registry.npmjs.org/intl-messageformat/-/intl-messageformat-2.2.0.tgz", "_shasum": "345bcd46de630b7683330c2e52177ff5eab484fc", "_spec": "intl-messageformat@^2.1.0", "_where": "/var/lib/jenkins/workspace/wechat-h5/node_modules/react-intl", "author": { "name": "Eric Ferraiuolo", "email": "eferraiuolo@gmail.com" }, "browser": { "./lib/locales": false, "./lib/locales.js": false }, "bugs": { "url": "https://github.com/yahoo/intl-messageformat/issues" }, "bundleDependencies": false, "contributors": [ { "name": "Drew Folta", "email": "drew@folta.net" }, { "name": "Caridy Patino", "email": "caridy@gmail.com" }, { "name": "Anthony Pipkin", "email": "a.pipkin@yahoo.com" } ], "dependencies": { "intl-messageformat-parser": "1.4.0" }, "deprecated": false, "description": "Formats ICU Message strings with number, date, plural, and select placeholders to create localized messages.", "devDependencies": { "benchmark": "^1.0.0", "expect.js": "^0.3.1", "grunt": "^0.4.5", "grunt-benchmark": "^0.3.0", "grunt-browserify": "^3.3.0", "grunt-bundle-jsnext-lib": "^0.5.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-concat": "^0.5.0", "grunt-contrib-connect": "^0.9.0", "grunt-contrib-copy": "^0.8.0", "grunt-contrib-jshint": "^0.11.0", "grunt-contrib-uglify": "^0.8.0", "grunt-extract-cldr-data": "^3.0.0", "grunt-json-remove-fields": "git://github.com/ericf/grunt-json-remove-fields.git#improve-files-and-output", "grunt-saucelabs": "^8.4.1", "intl": "^0.1.4", "istanbul": "^0.3.0", "mocha": "^2.0.1", "xunit-file": "0.0.6" }, "directories": { "test": "tests" }, "homepage": "https://github.com/yahoo/intl-messageformat", "jsnext:main": "src/main.js", "keywords": [ "i18n", "intl", "internationalization", "localization", "globalization", "messageformat", "parser", "plural", "icu" ], "license": "BSD-3-Clause", "main": "index.js", "name": "intl-messageformat", "repository": { "type": "git", "url": "git+ssh://git@github.com/yahoo/intl-messageformat.git" }, "scripts": { "prepublish": "grunt", "test": "istanbul cover -x lib/locales.js -- _mocha tests/runner.js --reporter spec", "travis": "istanbul cover -x lib/locales.js -- _mocha tests/runner.js --reporter spec && tests/saucelabs.sh" }, "version": "2.2.0" }