{ "_args": [ [ "i18n@0.13.4", "C:\\Users\\hp\\Desktop\\gitzhongyi" ] ], "_development": true, "_from": "i18n@0.13.4", "_id": "i18n@0.13.4", "_inBundle": false, "_integrity": "sha512-GZnXWeA15jTi9gc1jfgrJcSrNYDg7qbJXSYMuibqPYb1ThORmGCeM+gL6LrDagYRHh87/q/D0jRSOhAfv6wAow==", "_location": "/i18n", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "i18n@0.13.4", "name": "i18n", "escapedName": "i18n", "rawSpec": "0.13.4", "saveSpec": null, "fetchSpec": "0.13.4" }, "_requiredBy": [ "/@dcloudio/uni-cli-i18n" ], "_resolved": "https://registry.npmmirror.com/i18n/-/i18n-0.13.4.tgz", "_spec": "0.13.4", "_where": "C:\\Users\\hp\\Desktop\\gitzhongyi", "author": { "name": "Marcus Spiegel", "email": "marcus.spiegel@gmail.com" }, "bugs": { "url": "https://github.com/mashpie/i18n-node/issues" }, "dependencies": { "debug": "^4.3.3", "make-plural": "^7.0.0", "math-interval-parser": "^2.0.1", "messageformat": "^2.3.0", "mustache": "^4.2.0", "sprintf-js": "^1.1.2" }, "description": "lightweight translation module with dynamic json storage", "devDependencies": { "async": "^3.2.2", "cookie-parser": "^1.4.6", "eslint": "^8.5.0", "eslint-config-prettier": "^8.3.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.25.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-promise": "^6.0.0", "eslint-plugin-standard": "^4.1.0", "express": "^4.17.2", "husky": "^7.0.4", "lint-staged": "^12.1.4", "mocha": "^9.1.3", "nyc": "^15.1.0", "prettier": "^2.5.1", "should": "^13.2.3", "sinon": "^12.0.1", "zombie": "^6.1.4" }, "directories": { "lib": "." }, "engines": { "node": ">=0.10.0" }, "files": [ "i18n.js", "index.js", "SECURITY.md" ], "funding": { "url": "https://github.com/sponsors/mashpie" }, "homepage": "http://github.com/mashpie/i18n-node", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "template", "i18n", "l10n" ], "license": "MIT", "lint-staged": { "*.js": "eslint --cache --fix" }, "main": "./index", "name": "i18n", "repository": { "type": "git", "url": "git+ssh://git@github.com/mashpie/i18n-node.git" }, "scripts": { "coverage": "nyc report --reporter=lcov", "test": "mocha --exit", "test-ci": "nyc mocha -- --exit" }, "version": "0.13.4" }