1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "hexo-i18n@^1.0.0",
- "_id": "hexo-i18n@1.0.0",
- "_inBundle": false,
- "_integrity": "sha512-yw90JHr7ybUHN/QOkpHmlWJj1luVk5/v8CUU5NRA0n4TFp6av8NT7ujZ10GDawgnQEdMHnN5PUfAbNIVGR6axg==",
- "_location": "/hexo-i18n",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "hexo-i18n@^1.0.0",
- "name": "hexo-i18n",
- "escapedName": "hexo-i18n",
- "rawSpec": "^1.0.0",
- "saveSpec": null,
- "fetchSpec": "^1.0.0"
- },
- "_requiredBy": [
- "/hexo"
- ],
- "_resolved": "https://registry.npmmirror.com/hexo-i18n/-/hexo-i18n-1.0.0.tgz",
- "_shasum": "7983fb3a313e90615b84dd8fa946a71c489ef5bd",
- "_spec": "hexo-i18n@^1.0.0",
- "_where": "/var/www/AfterAales/node_modules/hexo",
- "author": {
- "name": "Tommy Chen",
- "email": "tommy351@gmail.com",
- "url": "http://zespia.tw"
- },
- "bugs": {
- "url": "https://github.com/hexojs/hexo-i18n/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "sprintf-js": "^1.0.3"
- },
- "deprecated": false,
- "description": "i18n module for Hexo.",
- "devDependencies": {
- "chai": "^4.2.0",
- "eslint": "^6.1.0",
- "eslint-config-hexo": "^3.0.0",
- "mocha": "^6.0.2",
- "nyc": "^14.1.1"
- },
- "directories": {
- "lib": "./lib"
- },
- "engines": {
- "node": ">=8.6.0"
- },
- "files": [
- "lib/"
- ],
- "homepage": "http://hexo.io/",
- "keywords": [
- "hexo",
- "i18n",
- "localization"
- ],
- "license": "MIT",
- "main": "lib/i18n.js",
- "name": "hexo-i18n",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/hexojs/hexo-i18n.git"
- },
- "scripts": {
- "eslint": "eslint .",
- "test": "mocha test/index.js",
- "test-cov": "nyc npm run test"
- },
- "version": "1.0.0"
- }
|