{ "_args": [ [ "parse-css-font@4.0.0", "D:\\Project\\DaPing" ] ], "_from": "parse-css-font@4.0.0", "_id": "parse-css-font@4.0.0", "_inBundle": false, "_integrity": "sha512-lnY7dTUfjRXsSo5G5C639L8RaBBaVSgL+5hacIFKsNHzeCJQ5SFSZv1DZmc7+wZv/22PFGOq2YbaEHLdaCS/mQ==", "_location": "/parse-css-font", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "parse-css-font@4.0.0", "name": "parse-css-font", "escapedName": "parse-css-font", "rawSpec": "4.0.0", "saveSpec": null, "fetchSpec": "4.0.0" }, "_requiredBy": [ "/@dcloudio/uni-nvue-styler" ], "_resolved": "https://registry.npmjs.org/parse-css-font/-/parse-css-font-4.0.0.tgz", "_spec": "4.0.0", "_where": "D:\\Project\\DaPing", "author": { "name": "Jed Mao", "email": "jedmao@outlook.com" }, "bugs": { "url": "https://github.com/jedmao/parse-css-font/issues" }, "dependencies": { "css-font-size-keywords": "^1.0.0", "css-font-stretch-keywords": "^1.0.1", "css-font-style-keywords": "^1.0.1", "css-font-weight-keywords": "^1.0.0", "css-list-helpers": "^2.0.0", "css-system-font-keywords": "^1.0.0", "unquote": "^1.1.1" }, "description": "Parse the CSS font property value.", "devDependencies": { "@jedmao/tsconfig": "^0.3.0", "@jedmao/tslint": "^0.4.2", "@types/jest": "^23.3.13", "@types/node": "^10.12.18", "husky": "^1.3.1", "jest": "^23.6.0", "prettier": "^1.16.1", "pretty-quick": "^1.10.0", "rimraf": "^2.6.3", "ts-jest": "^23.10.5", "tslint": "^5.12.1", "tslint-config-prettier": "^1.17.0", "typescript": "^3.2.4" }, "homepage": "https://github.com/jedmao/parse-css-font#readme", "husky": { "hooks": { "pre-commit": "pretty-quick --staged", "pre-push": "npm run lint" } }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "verbose": true, "coverageDirectory": "coverage", "coverageReporters": [ "lcov", "text" ], "coverageThreshold": { "global": { "branches": 100, "functions": 100, "lines": 100, "statements": 100 } } }, "keywords": [ "css", "parse", "font", "shorthand" ], "license": "MIT", "main": "dist/index.js", "name": "parse-css-font", "prettier": { "arrowParens": "avoid", "semi": false, "singleQuote": true, "trailingComma": "all" }, "repository": { "type": "git", "url": "git+https://github.com/jedmao/parse-css-font.git" }, "scripts": { "build": "tsc", "clean": "rimraf coverage dist *.log* bem-join-*", "codecov": "codecov -f coverage/lcov.info", "cover": "jest --coverage", "lint": "tslint -p tsconfig.test.json", "prebuild": "rimraf dist", "precover": "rimraf coverage", "prepublishOnly": "npm run lint && npm run cover && npm run build", "pretest": "npm run lint", "test": "jest --watch" }, "types": "dist/index.d.ts", "version": "4.0.0" }