123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "_args": [
- [
- "postcss-safe-parser@4.0.2",
- "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror"
- ]
- ],
- "_development": true,
- "_from": "postcss-safe-parser@4.0.2",
- "_id": "postcss-safe-parser@4.0.2",
- "_inBundle": false,
- "_integrity": "sha512-Uw6ekxSWNLCPesSv/cmqf2bY/77z11O7jZGPax3ycZMFU/oi2DMH9i89AdHc1tRwFg/arFoEwX0IS3LCUxJh1g==",
- "_location": "/postcss-safe-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-safe-parser@4.0.2",
- "name": "postcss-safe-parser",
- "escapedName": "postcss-safe-parser",
- "rawSpec": "4.0.2",
- "saveSpec": null,
- "fetchSpec": "4.0.2"
- },
- "_requiredBy": [
- "/stylelint"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-safe-parser/-/postcss-safe-parser-4.0.2.tgz",
- "_spec": "4.0.2",
- "_where": "/home/pi/Desktop/smartMirrorTestEnvironment/MagicMirror",
- "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"
- },
- "dependencies": {
- "postcss": "^7.0.26"
- },
- "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"
- }
|