{ "_from": "translate", "_id": "translate@1.1.2", "_inBundle": false, "_integrity": "sha512-3RlVAzzcNuZ7dDfYk2qsQTxJLSeIQ06bMrYYkBneLHtewV0JGaKSP0GjTKHJn/vYwr18bvHEgdmjfg8B0DFuWw==", "_location": "/translate", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "translate", "name": "translate", "escapedName": "translate", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/translate/-/translate-1.1.2.tgz", "_shasum": "719665e7f324cfc28619726fc1d97f5a633c37e3", "_spec": "translate", "_where": "D:\\WORK\\Menui\\menui_backend", "author": { "name": "Francisco Presencia", "email": "public@francisco.io", "url": "https://francisco.io/" }, "bugs": { "url": "https://github.com/franciscop/translate/issues" }, "bundleDependencies": false, "dependencies": { "node-fetch": "^1.7.3" }, "deprecated": false, "description": "Translate text to different languages on node.js and the browser", "devDependencies": { "babel-core": "^6.26.3", "babel-jest": "^21.2.0", "babel-preset-env": "^1.7.0", "dotenv": "^4.0.0", "fetch-mock": "^5.13.1", "jest": "^23.6.0", "rollup": "^0.50.0", "uglify-es": "^3.1.3" }, "engine": [ "node >=4.0.0" ], "funding": "https://www.paypal.me/franciscopresencia/19", "homepage": "https://github.com/franciscop/translate#readme", "keywords": [ "translate", "languages", "i18n", "internationalization", "async", "google", "yandex" ], "license": "MIT", "main": "translate.min.js", "name": "translate", "repository": { "type": "git", "url": "git+https://github.com/franciscop/translate.git" }, "scripts": { "build": "rollup src/index.js -o translate.js --name translate --output.format umd && uglifyjs translate.js -o translate.min.js", "gzip": "gzip -c translate.min.js | wc -c && echo 'bytes' # Only for Unix", "start": "npm run watch # Start ~= Start dev", "test": "jest --coverage --collectCoverageFrom=src/**/*.js --detectOpenHandles", "watch": "nodemon --exec \"npm run build && npm test && npm run gzip\" --watch src --watch test --watch webpack.config.js --watch package.json" }, "version": "1.1.2" }