{ "_args": [ [ "postcss-value-parser@^4.0.3", "/mnt/sdc1/Users/James/IdeaProjects/website-core/www/libs/node_modules/autoprefixer" ] ], "_from": "postcss-value-parser@>=4.0.3 <5.0.0", "_hasShrinkwrap": false, "_id": "postcss-value-parser@4.1.0", "_inCache": true, "_installable": true, "_location": "/postcss-value-parser", "_nodeVersion": "10.15.2", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/postcss-value-parser_4.1.0_1588083114083_0.636845031355525" }, "_npmUser": { "email": "sheo13666q@gmail.com", "name": "evilebottnawi" }, "_npmVersion": "6.14.4", "_phantomChildren": {}, "_requested": { "name": "postcss-value-parser", "raw": "postcss-value-parser@^4.0.3", "rawSpec": "^4.0.3", "scope": null, "spec": ">=4.0.3 <5.0.0", "type": "range" }, "_requiredBy": [ "/autoprefixer" ], "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", "_shasum": "443f6a20ced6481a2bda4fa8532a6e55d789a2cb", "_shrinkwrap": null, "_spec": "postcss-value-parser@^4.0.3", "_where": "/mnt/sdc1/Users/James/IdeaProjects/website-core/www/libs/node_modules/autoprefixer", "author": { "email": "trysound@yandex.ru", "name": "Bogdan Chadkin" }, "bugs": { "url": "https://github.com/TrySound/postcss-value-parser/issues" }, "dependencies": {}, "description": "Transforms css values and at-rule params into the tree", "devDependencies": { "eslint": "^5.16.0", "husky": "^2.3.0", "lint-staged": "^8.1.7", "prettier": "^1.17.1", "tap-spec": "^5.0.0", "tape": "^4.10.2" }, "directories": {}, "dist": { "fileCount": 9, "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==", "npm-signature": "-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeqDmqCRA9TVsSAnZWagAAxe8P/A33Pw4yZGwOHytDn6ur\n3dpCDNxSn5s6LxSpZAqXcfO/rWGOQT+IdS8fEcTjLt38cO98SPDkcUSsRrlM\nouucfAaunBpiXPo5BRc2gLxlIf1UoDntC26lrFa0CeM2gIF0EwDbQLuhZg4T\n+dOMC4xGI+U0pFBN84Yi+sl9IUU205qwDYQP2X4TgJYc6zZ+IGqy6c/2kX4I\ng5tzS15CpOpVzQZ5AFZR6qVJbW8E5qoqMeOxgX0V3mWGnybzAPauki3HJmIH\nWTyqrIOp3UHseo1kcgVCIx4z1NDZKkQx0p8X4k8ZdKBMWEuerJgiP4YDocBE\nVogA4hGwLGXoKJ9uee6bZsN9UP3Etwr6tgyl2Mg/3/7YYVXtV0s1HcRHvSVE\n83X/Aq+FTXrIaf/6W871MjlsTm7dEHcmc4WQ8SsVdf/uyWjYI3du/xzll4QU\nc4PenELw4C9+v8HzdLlTIGDObIMD6J4LHp4QgJ1Ae02vK9Wuxxn/A+BSWHxI\nB8oby1w08r+AKWo5mSr0DhfkU3MHVsFzTNW3qBlppdi9UaUSrcx9DT8HW8K8\n/lUYDtR0nhyqEfT+kojoetcG2EUefcq2X+0KgI2h0LsKC4yl+RUbH+zqDWd5\nkeDicZ/f3RXHjzOjV18F0pjl7uH8JpmpmRmE3xU2qxQcQNsqLDJGVUdeUBe5\n19Ks\r\n=zMP3\r\n-----END PGP SIGNATURE-----\r\n", "shasum": "443f6a20ced6481a2bda4fa8532a6e55d789a2cb", "tarball": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz", "unpackedSize": 26322 }, "eslintConfig": { "env": { "es6": true, "node": true }, "extends": "eslint:recommended" }, "gitHead": "d77a65a716023efd6a6e8cfab75245b02cd5d13c", "homepage": "https://github.com/TrySound/postcss-value-parser", "husky": { "hooks": { "pre-commit": "lint-staged" } }, "keywords": [ "parser", "postcss", "value" ], "license": "MIT", "lint-staged": { "*.js": [ "eslint", "git add", "prettier --write" ] }, "main": "lib/index.js", "maintainers": [ { "name": "beneb", "email": "beneb.info@gmail.com" }, { "name": "trysound", "email": "trysound@yandex.ru" } ], "name": "postcss-value-parser", "optionalDependencies": {}, "readme": "ERROR: No README data found!", "repository": { "type": "git", "url": "git+https://github.com/TrySound/postcss-value-parser.git" }, "scripts": { "lint": "yarn lint:js && yarn lint:prettier", "lint:js": "eslint . --cache", "lint:prettier": "prettier '**/*.js' '**/*.ts' --list-different", "pretest": "yarn lint", "test": "tape test/*.js | tap-spec" }, "version": "4.1.0" }