{ "_from": "intl-messageformat-parser@1.4.0", "_id": "intl-messageformat-parser@1.4.0", "_inBundle": false, "_integrity": "sha1-tD1FqXRoytvkQzHXS7Ho3qRPwHU=", "_location": "/intl-messageformat-parser", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "intl-messageformat-parser@1.4.0", "name": "intl-messageformat-parser", "escapedName": "intl-messageformat-parser", "rawSpec": "1.4.0", "saveSpec": null, "fetchSpec": "1.4.0" }, "_requiredBy": [ "/intl-messageformat" ], "_resolved": "https://registry.npmjs.org/intl-messageformat-parser/-/intl-messageformat-parser-1.4.0.tgz", "_shasum": "b43d45a97468cadbe44331d74bb1e8dea44fc075", "_spec": "intl-messageformat-parser@1.4.0", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/intl-messageformat", "author": { "name": "Eric Ferraiuolo", "email": "eferraiuolo@gmail.com" }, "bugs": { "url": "https://github.com/yahoo/intl-messageformat-parser/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Parses ICU Message strings into an AST via JavaScript.", "devDependencies": { "expect.js": "^0.3.1", "grunt": "^0.4.5", "grunt-benchmark": "^0.3.0", "grunt-bundle-jsnext-lib": "^0.5.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-copy": "^0.7.0", "grunt-peg": "^2.0.1", "istanbul": "^0.3.2", "mocha": "^2.0.1", "xunit-file": "0.0.6" }, "homepage": "https://github.com/yahoo/intl-messageformat-parser", "jsnext:main": "src/parser.js", "keywords": [ "i18n", "intl", "internationalization", "localization", "globalization", "messageformat", "parser", "plural", "icu" ], "license": "BSD-3-Clause", "main": "index.js", "name": "intl-messageformat-parser", "repository": { "type": "git", "url": "git://github.com/yahoo/intl-messageformat-parser.git" }, "scripts": { "prepublish": "grunt", "test": "istanbul cover -- _mocha test/unit/ --reporter spec" }, "version": "1.4.0" }