{ "_from": "umi-hd@5.0.1", "_id": "umi-hd@5.0.1", "_inBundle": false, "_integrity": "sha512-NFTTzrJArwdqtwZRNo5rF7F+NR95unQUAMkHAgcOGuuaJBnUey5w7lgpDR6K7/mV1bDwY2O3CLXSyLR1wxZyCw==", "_location": "/umi-hd", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "umi-hd@5.0.1", "name": "umi-hd", "escapedName": "umi-hd", "rawSpec": "5.0.1", "saveSpec": null, "fetchSpec": "5.0.1" }, "_requiredBy": [ "/umi-plugin-hd" ], "_resolved": "https://registry.npmjs.org/umi-hd/-/umi-hd-5.0.1.tgz", "_shasum": "59061d3f4aad70491b7c853525aced91afbe1e21", "_spec": "umi-hd@5.0.1", "_where": "/var/lib/jenkins/workspace/cawg-app-h5/node_modules/umi-plugin-hd", "author": { "name": "写轮", "email": "kai.fangk@alibaba-inc.com" }, "babel": { "presets": [ "es2015", "stage-0" ], "plugins": [ "add-module-exports" ] }, "bundleDependencies": false, "deprecated": false, "description": "移动端高清1px方案", "devDependencies": { "atool-build": "0.6.x", "atool-doc": "^0.1.0", "atool-test": "^0.4.5", "babel-cli": "~6.6.4", "babel-core": "~6.7.4", "babel-plugin-add-module-exports": "~0.1.2", "babel-preset-es2015": "~6.6.0", "babel-preset-stage-0": "~6.5.0", "dora": "0.3.x", "eslint": "^2.5.3", "eslint-config-airbnb": "^6.2.0", "gh-pages": "^0.11.0", "pre-commit": "^1.1.2" }, "entry": { "flex": "./src/flex", "vw": "./src/vw", "vw-no-android-hd": "./src/vw-no-android-hd", "vl": "./src/vl", "vh": "./src/vh" }, "files": [ "lib/", "package.json", "README.md", "HISTORY.md" ], "homepage": "https://github.com/umijs/umi-hd", "license": "MIT", "main": "./lib/vl", "name": "umi-hd", "pre-commit": [ "lint" ], "repository": { "type": "git", "url": "git+https://github.com/umijs/umi-hd.git" }, "scripts": { "build": "atool-build", "compile": "rm -rf lib && babel -d lib src", "doc": "atool-doc", "doc-build": "atool-doc --build", "gh-pages": "atool-doc --build && gh-pages -d __site", "lint": "eslint --ext .js src", "prepublish": "tnpm run compile", "test": "atool-test" }, "version": "5.0.1" }