twreporter-react
Version:
React-Redux site for The Reporter Foundation in Taiwan
187 lines (186 loc) • 6.14 kB
JSON
{
"_args": [
[
"react-intl@^2.1.2",
"/Users/nick/codes/twreporter-react"
]
],
"_from": "react-intl@>=2.1.2 <3.0.0",
"_id": "react-intl@2.1.2",
"_inCache": true,
"_installable": true,
"_location": "/react-intl",
"_nodeVersion": "6.0.0",
"_npmOperationalInternal": {
"host": "packages-16-east.internal.npmjs.com",
"tmp": "tmp/react-intl-2.1.2.tgz_1461963448483_0.470453069312498"
},
"_npmUser": {
"email": "eferraiuolo@gmail.com",
"name": "ericf"
},
"_npmVersion": "3.8.6",
"_phantomChildren": {},
"_requested": {
"name": "react-intl",
"raw": "react-intl@^2.1.2",
"rawSpec": "^2.1.2",
"scope": null,
"spec": ">=2.1.2 <3.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-intl/-/react-intl-2.1.2.tgz",
"_shasum": "24bec8694775248e8517933344e6c5fe54ab2000",
"_shrinkwrap": null,
"_spec": "react-intl@^2.1.2",
"_where": "/Users/nick/codes/twreporter-react",
"author": {
"email": "edf@ericf.me",
"name": "Eric Ferraiuolo"
},
"browser": {
"./locale-data/index": false,
"./locale-data/index.js": false
},
"browserify-shim": {
"react": "global:React"
},
"bugs": {
"url": "https://github.com/yahoo/react-intl/issues"
},
"contributors": [
{
"name": "Caridy Patino",
"email": "caridy@gmail.com"
}
],
"dependencies": {
"intl-format-cache": "^2.0.5",
"intl-messageformat": "^1.3.0",
"intl-relativeformat": "^1.3.0",
"invariant": "^2.1.1"
},
"description": "Internationalize React apps. This library provides React components and an API to format dates, numbers, and strings, including pluralization and handling translations.",
"devDependencies": {
"babel-cli": "^6.2.0",
"babel-plugin-react-intl": "^2.0.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.4.0",
"babel-plugin-transform-es3-member-expression-literals": "^6.3.13",
"babel-plugin-transform-es3-property-literals": "^6.3.13",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-polyfill": "^6.3.14",
"babel-preset-es2015": "^6.1.18",
"babel-preset-es2015-rollup": "^1.1.1",
"babel-preset-react": "^6.1.18",
"babel-register": "^6.2.0",
"babelify": "^7.2.0",
"benchmark": "^2.1.0",
"browserify": "^13.0.0",
"browserify-shim": "^3.8.11",
"es6-promise": "^3.0.2",
"eslint": "^2.5.3",
"eslint-plugin-react": "^4.2.3",
"expect": "^1.9.0",
"expect-jsx": "^2.2.1",
"express": "^4.13.3",
"formatjs-extract-cldr-data": "^2.0.0",
"glob": "^7.0.0",
"intl": "1.0.x",
"intl-messageformat-parser": "^1.2.0",
"isparta": "^4.0.0",
"mkdirp": "^0.5.1",
"mocha": "^2.2.5",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"react-router": "^2.0.0",
"rimraf": "^2.4.2",
"rollup": "^0.26.0",
"rollup-plugin-babel": "^2.3.9",
"rollup-plugin-commonjs": "^2.2.0",
"rollup-plugin-memory": "^1.0.0",
"rollup-plugin-node-resolve": "^1.4.0",
"rollup-plugin-replace": "^1.1.0",
"rollup-plugin-uglify": "^0.3.1",
"serialize-javascript": "^1.1.1",
"superagent": "^1.5.0"
},
"directories": {},
"dist": {
"shasum": "24bec8694775248e8517933344e6c5fe54ab2000",
"tarball": "https://registry.npmjs.org/react-intl/-/react-intl-2.1.2.tgz"
},
"gitHead": "d29c5551dc4a15b52b3ca501d15e52d553a81d7a",
"homepage": "https://github.com/yahoo/react-intl",
"jsnext:main": "./lib/index.es.js",
"keywords": [
"format",
"formatting",
"globalization",
"i18n",
"internationalization",
"intl",
"locale",
"localization",
"react",
"reactjs",
"translate",
"translation"
],
"license": "BSD-3-Clause",
"main": "./lib/index.js",
"maintainers": [
{
"name": "caridy",
"email": "caridy@gmail.com"
},
{
"name": "juandopazo",
"email": "dopazo.juan@gmail.com"
},
{
"name": "ericf",
"email": "eferraiuolo@gmail.com"
},
{
"name": "clarle",
"email": "cleung0@gmail.com"
}
],
"name": "react-intl",
"optionalDependencies": {},
"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/yahoo/react-intl.git"
},
"scripts": {
"build": "npm run build:data && npm run build:lib && npm run build:dist",
"build:data": "babel-node scripts/build-data",
"build:dist": "npm run build:dist:dev && npm run build:dist:prod",
"build:dist:dev": "NODE_ENV=development babel-node scripts/build-dist",
"build:dist:prod": "NODE_ENV=production babel-node scripts/build-dist",
"build:lib": "babel-node scripts/build-lib",
"clean": "rimraf src/en.js coverage/ dist/ lib/ locale-data/",
"lint": "eslint .",
"postversion": "echo 'Uninstall react-router to fix npm issue' && npm uninstall react-router",
"prepublish": "npm run clean && npm run build",
"preversion": "npm run clean && npm run build && npm run test:all",
"react:14": "npm run react:clean && npm i react@^0.14 react-dom@^0.14 react-addons-test-utils@^0.14",
"react:15": "npm run react:clean && npm i react@^15 react-dom@^15 react-addons-test-utils@^15",
"react:clean": "rimraf node_modules/{react,react-dom,react-addons-test-utils}",
"test": "mocha --compilers js:babel-register --require babel-polyfill --require intl --recursive test/unit/ test/functional/",
"test:all": "npm run lint && npm run test:cov && npm run test:react",
"test:cov": "babel-node $(npm bin)/isparta cover --report text --report html node_modules/mocha/bin/_mocha -- --require babel-polyfill --require intl --recursive test/unit/ test/functional/",
"test:perf": "NODE_ENV=production babel-node test/perf",
"test:react": "npm run react:14 && npm run test -- --reporter dot && npm run react:15 && npm run test -- --reporter dot",
"test:watch": "npm run test -- --watch --reporter min"
},
"version": "2.1.2"
}