2021-02-11 21:31:41 +08:00

138 lines
3.5 KiB
JSON

{
"_from": "postcss-safe-parser@^4.0.1",
"_id": "postcss-safe-parser@4.0.2",
"_inBundle": false,
"_integrity": "sha1-ptTkjw832ffBGypYG/APi6SHC5Y=",
"_location": "/postcss-safe-parser",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "postcss-safe-parser@^4.0.1",
"name": "postcss-safe-parser",
"escapedName": "postcss-safe-parser",
"rawSpec": "^4.0.1",
"saveSpec": null,
"fetchSpec": "^4.0.1"
},
"_requiredBy": [
"/@vuepress/core"
],
"_resolved": "https://registry.npm.taobao.org/postcss-safe-parser/download/postcss-safe-parser-4.0.2.tgz?cache=0&sync_timestamp=1601168647242&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fpostcss-safe-parser%2Fdownload%2Fpostcss-safe-parser-4.0.2.tgz",
"_shasum": "a6d4e48f0f37d9f7c11b2a581bf00f8ba4870b96",
"_spec": "postcss-safe-parser@^4.0.1",
"_where": "E:\\GreateCommunity\\node_modules\\@vuepress\\core",
"author": {
"name": "Andrey Sitnik",
"email": "andrey@sitnik.ru"
},
"babel": {
"presets": [
[
"@babel/env",
{
"loose": true
}
]
],
"plugins": [
"add-module-exports"
]
},
"bugs": {
"url": "https://github.com/postcss/postcss-safe-parser/issues"
},
"bundleDependencies": false,
"dependencies": {
"postcss": "^7.0.26"
},
"deprecated": false,
"description": "Fault-tolerant CSS parser for PostCSS",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"@logux/eslint-config": "^35.0.4",
"babel-plugin-add-module-exports": "^1.0.2",
"ci-job-number": "^0.3.1",
"del-cli": "^3.0.0",
"eslint": "^6.8.0",
"eslint-ci": "^1.0.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-es5": "^1.5.0",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-jest": "^23.6.0",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prefer-let": "^1.0.1",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-standard": "^4.0.1",
"eslint-plugin-unicorn": "^16.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-sourcemaps": "^2.6.5",
"husky": "^4.2.1",
"jest": "^25.1.0",
"lint-staged": "^10.0.7",
"postcss-parser-tests": "^6.5.0",
"pre-commit": "^1.1.3"
},
"engines": {
"node": ">=6.0.0"
},
"eslintConfig": {
"extends": "@logux/eslint-config/node",
"overrides": [
{
"files": [
"gulpfile.js"
],
"rules": {
"node/no-unpublished-require": "off",
"global-require": "off"
}
}
]
},
"eslintIgnore": [
"build/",
"lib/*.js"
],
"homepage": "https://github.com/postcss/postcss-safe-parser#readme",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"jest": {
"testEnvironment": "node",
"modulePathIgnorePatterns": [
"<rootDir>/build"
]
},
"keywords": [
"css",
"postcss",
"postcss-syntax",
"parser",
"fault tolerant"
],
"license": "MIT",
"lint-staged": {
"gulpfile.js": "eslint",
"test/*.js": "eslint",
"lib/*.es6": "eslint"
},
"main": "lib/safe-parse",
"name": "postcss-safe-parser",
"repository": {
"type": "git",
"url": "git+https://github.com/postcss/postcss-safe-parser.git"
},
"scripts": {
"build": "yarn clean && gulp build",
"clean": "del-cli build/ lib/*.js",
"test": "gulp build && eslint-ci . && jest && ./test/integration.js"
},
"version": "4.0.2"
}