{ "_from": "postcss-safe-parser@^3.0.1", "_id": "postcss-safe-parser@3.0.1", "_inBundle": false, "_integrity": "sha512-eK9pkDrG4YAt9IeopMfv3r94jL7VlNqUxjahusQS1pOCZKJCxs37vQJEABaZHJ9l1oc+4ddcJ1aTxctvR28Ong==", "_location": "/postcss-safe-parser", "_phantomChildren": { "color-convert": "1.9.3", "escape-string-regexp": "1.0.5", "has-flag": "3.0.0" }, "_requested": { "type": "range", "registry": true, "raw": "postcss-safe-parser@^3.0.1", "name": "postcss-safe-parser", "escapedName": "postcss-safe-parser", "rawSpec": "^3.0.1", "saveSpec": null, "fetchSpec": "^3.0.1" }, "_requiredBy": [ "/stylelint" ], "_resolved": "https://registry.npmmirror.com/postcss-safe-parser/-/postcss-safe-parser-3.0.1.tgz", "_shasum": "b753eff6c7c0aea5e8375fbe4cde8bf9063ff142", "_spec": "postcss-safe-parser@^3.0.1", "_where": "/data/jenkins/workspace/front-v5-web/node_modules/stylelint", "author": { "name": "Andrey Sitnik", "email": "andrey@sitnik.ru" }, "babel": { "presets": [ [ "env", { "targets": { "browsers": "last 1 version", "node": 4 }, "loose": true } ] ], "plugins": [ "add-module-exports", "precompile-charcodes" ] }, "bugs": { "url": "https://github.com/postcss/postcss-safe-parser/issues" }, "bundleDependencies": false, "dependencies": { "postcss": "^6.0.6" }, "deprecated": false, "description": "Fault-tolerant CSS parser for PostCSS", "devDependencies": { "babel-core": "^6.25.0", "babel-eslint": "^7.2.3", "babel-plugin-add-module-exports": "^0.2.1", "babel-plugin-precompile-charcodes": "^1.1.0", "babel-preset-env": "^1.6.0", "del": "^3.0.0", "eslint": "^4.2.0", "eslint-config-postcss": "^2.0.2", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-changed": "^3.1.0", "gulp-eslint": "^4.0.0", "gulp-jest": "^2.0.0", "gulp-sourcemaps": "^2.6.0", "jest": "^20.0.4", "lint-staged": "^4.0.1", "postcss-parser-tests": "^6.0.2", "pre-commit": "^1.1.3", "run-sequence": "^2.0.0" }, "eslintConfig": { "parser": "babel-eslint", "extends": "eslint-config-postcss", "rules": { "key-spacing": [ "error", { "align": "value" } ], "complexity": "off", "no-var": "off" }, "env": { "jest": true } }, "homepage": "https://github.com/postcss/postcss-safe-parser#readme", "keywords": [ "css", "postcss", "postcss-syntax", "parser", "fault tolerant" ], "license": "MIT", "lint-staged": { "test/*.js": "eslint", "lib/*.es6": "eslint" }, "main": "lib/safe-parse", "name": "postcss-safe-parser", "pre-commit": [ "lint-staged" ], "repository": { "type": "git", "url": "git+https://github.com/postcss/postcss-safe-parser.git" }, "scripts": { "lint-staged": "lint-staged", "test": "gulp" }, "version": "3.0.1" }