{"_id":"postcss-values-parser","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"dist-tags":{"next":"3.0.0-beta.4","latest":"7.0.0"},"author":{"name":"Andrew Powell","email":"andrew@shellscape.org","url":"shellscape"},"description":"A CSS property value parser for use with PostCSS","readme":"[tests]: https://img.shields.io/circleci/project/github/shellscape/postcss-values-parser.svg\n[tests-url]: https://circleci.com/gh/shellscape/postcss-values-parser\n[cover]: https://codecov.io/gh/shellscape/postcss-values-parser/branch/master/graph/badge.svg\n[cover-url]: https://codecov.io/gh/shellscape/postcss-values-parser\n[size]: https://packagephobia.now.sh/badge?p=postcss-values-parser\n[size-url]: https://packagephobia.now.sh/result?p=postcss-values-parser\n\n<div align=\"center\">\n  <img width=\"95\" height=\"95\" title=\"Philosopher’s stone, logo of PostCSS\" src=\"http://postcss.github.io/postcss/logo.svg\"><br/><br/>\n</div>\n\n# postcss-values-parser [![tests][tests]][tests-url] [![cover][cover]][cover-url] [![size][size]][size-url]\n\nA CSS property value parser built upon [PostCSS](https://github.com/postcss/postcss),\nfollowing the same node and traversal patterns as PostCSS.\n\n## Install\n\nUsing npm:\n\n```console\nnpm install postcss-values-parser --save-dev\n```\n\n<a href=\"https://www.patreon.com/shellscape\">\n  <img src=\"https://c5.patreon.com/external/logo/become_a_patron_button@2x.png\" width=\"160\">\n</a>\n\nPlease consider [becoming a patron](https://www.patreon.com/shellscape) if you find this module useful.\n\n## Requirements\n\n`postcss-values-parser` Node version v6.14.0+ and PostCSS v7.0.0+.\n\n## Benefits\n\n- Leverages PostCSS and its tokenizer under the hood\n- Doesn't strip characters; eg. parenthesis\n- Full [AST](https://en.wikipedia.org/wiki/Abstract_syntax_tree) traversal\n- Ability to walk the AST for every Node type\n- Convenience methods to stringify Nodes\n- Follows PostCSS patterns for whitespace between Nodes\n- Provides convenience properties for number units, colors, etc.\n\n## Usage\n\nUsing the parser is straightforward and minimalistic:\n\n```js\nconst { parse } = require('postcss-values-parser');\n\nconst root = parse('#fff');\nconst node = root.first;\n\n// → Word {\n//     raws: { before: '', after: '' },\n//     value: '#fff',\n//     type: 'word',\n//     isHex: true,\n//     isColor: true,\n//     isVariable: false,\n//     ...\n//   }\n```\n\nPlease see the [Documentation](./docs/README.md) for further information on using the module.\n\n## Meta\n\n[CONTRIBUTING](./.github/CONTRIBUTING.md)\n\n[LICENSE (Mozilla Public License)](./LICENSE)\n","repository":{"type":"git","url":"git+https://github.com/shellscape/postcss-values-parser.git"},"bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"license":"MPL-2.0","versions":{"0.1.5":{"name":"postcss-values-parser","version":"0.1.5","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.5","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"256b71a05b97a7a77ee3058a5c9173bb55f122d8","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.5.tgz","integrity":"sha512-p2QwgHYBS4pMXkscpyiVw7BTlJSbdwkGaPgcoMQ86fzCJg8S1d0Y+U6XqAnPledRABwHY1GEjpYEhR3JKRFiIg==","signatures":[{"sig":"MEUCIQC0HF5uv3d9hRCkWucEtRbg8kk2NR/+QlspDg+anjkmQAIgC0tO0cW5vdaq6IOQw0lkruZ3prbF5i+OT+ZhlOqZQvg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"256b71a05b97a7a77ee3058a5c9173bb55f122d8","gitHead":"c77661348a9f014447bbfd79d32d97570b91dd40","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"3.9.3","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"6.2.1","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.5.tgz_1468276838679_0.5302524531725794","host":"packages-16-east.internal.npmjs.com"}},"0.1.6":{"name":"postcss-values-parser","version":"0.1.6","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.6","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"864ec36cf2c60a56934a665d18eebbb748e44e1e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.6.tgz","integrity":"sha512-2AGB4c9Gc8K9+KvWqF5x4rxbQK6ZVyc+TlwhF/dE9k9IlKzI+PbRTHnGsgg6zHjKM/+QA6ih6fDjcuBrbzhbMw==","signatures":[{"sig":"MEYCIQCPsLsxapEhyAM3iYy4WZ2ecJcbYD10OkjYxh2fSXPGsQIhAL2NGCiIaNR4S+CXjD8Zte52hxzQKQZ7OwJngu9Xzo7i","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"864ec36cf2c60a56934a665d18eebbb748e44e1e","gitHead":"ab07b72501fbee3cee421470d2d42ddde49fec7d","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"3.9.3","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"6.2.1","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.6.tgz_1469624643501_0.6110910775605589","host":"packages-16-east.internal.npmjs.com"}},"0.1.3":{"name":"postcss-values-parser","version":"0.1.3","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.3","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"e80900efdb3519f1a9ef3c8e947ad425813c0ef0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.3.tgz","integrity":"sha512-FFXKkVZWi3k++DBDxITLfEMUXJuM+vmgoNvLpJJMtSBgKXpUXq92spXnFM6vvqb4Iw8WS5Roh5XjKqIr+wkeCg==","signatures":[{"sig":"MEUCIGwrMeTR3askiL0eLpwRx8Yg1pNUUf4svXElm4Z1Xwn3AiEA/DehEyXYO2y37cflVd3xX0dDPBqMED94XC48p3YSQ8c=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"e80900efdb3519f1a9ef3c8e947ad425813c0ef0","gitHead":"895a02536e3273af2543bf6e63f1aa0ecd69339b","scripts":{"test":"gulp"},"_npmUser":{"name":"gilt-tech","email":"gilt-tech@gilt.com"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"3.6.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"5.7.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.3.tgz_1461592801754_0.7992745272349566","host":"packages-12-west.internal.npmjs.com"}},"0.1.4":{"name":"postcss-values-parser","version":"0.1.4","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.4","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"a2f7e4493e22615ee6062e59b744b79005eb005a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.4.tgz","integrity":"sha512-KEJSbR4qMXccmLW8VithDzHKrZyvgl9912897HNkjfbH4s/O0AuNshiTnp9bnq8IZhivNOVTDBxarcbfyARAxg==","signatures":[{"sig":"MEUCIDgL8LAADyO/45jTjS8zE3iTl5loaZTHQB3aKRO+aGC8AiEAnK5P4edtQaYIKAk4nfNKJpqTIgaClJJkYraRCPcpHeg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"a2f7e4493e22615ee6062e59b744b79005eb005a","gitHead":"895a02536e3273af2543bf6e63f1aa0ecd69339b","scripts":{"test":"gulp"},"_npmUser":{"name":"gilt-tech","email":"gilt-tech@gilt.com"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"3.6.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"5.7.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.4.tgz_1461614753349_0.6795790905598551","host":"packages-16-east.internal.npmjs.com"}},"0.1.7":{"name":"postcss-values-parser","version":"0.1.7","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.7","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"8f5677750d5b309b43951c4e396adb34bd4613c4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.7.tgz","integrity":"sha512-SYMXNqW7Megh16lkhCVD4I3FmZ0RcLq0wjp5r/J6XvqigWsYkRnASbuHkoYP/gMUQotXed1xeSnov/Sh/dNtGg==","signatures":[{"sig":"MEUCIQDPv2I0/m2F9tL+8XqRTaKO3TsP5Uv/GXVcoo01rIO6jAIgEZ2YRxb8Bt/vxEePWhhQ56YAlNurF7wliXcigBXvV3w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"8f5677750d5b309b43951c4e396adb34bd4613c4","gitHead":"2d0f560853ff9cda455f4aab942d619d8a289b0f","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"3.9.3","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"6.2.1","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.7.tgz_1469624762385_0.1753425772767514","host":"packages-16-east.internal.npmjs.com"}},"0.1.8":{"name":"postcss-values-parser","version":"0.1.8","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.8","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"6dfb2c606b72b9196f87f32a717c23e31d01350c","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.8.tgz","integrity":"sha512-iXvUMkraDNo/oljhNcRcLJgh0O4yEdKtGaMEIi81Lnw2nwexCQ54IcBuFNnONdrvBvy+PSCqjGS33+RA286jYg==","signatures":[{"sig":"MEUCIQCYawFZCMIav5we+z2gq5gf7iyJ8EdI0VXbIrO5JXmPwwIgCm4gTa6d7P9q/WBZ1cXHYM0ZfeB2CgFFqt8+wMDgepc=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"6dfb2c606b72b9196f87f32a717c23e31d01350c","gitHead":"bb375c80fd6a10c1047f17076a9f73388a9f4496","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"3.10.9","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.1.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.8.tgz_1480342334532_0.45770963723771274","host":"packages-12-west.internal.npmjs.com"}},"4.0.0":{"name":"postcss-values-parser","version":"4.0.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@4.0.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"3b4625e649279613f52842f1c81f2064321beec7","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-4.0.0.tgz","fileCount":21,"integrity":"sha512-R9x2D87FcbhwXUmoCXJR85M1BLII5suXRuXibGYyBJ7lVDEpRIdKZh4+8q5S+/+A4m0IoG1U5tFw39asyhX/Hw==","signatures":[{"sig":"MEUCIQDXMSJmP3+sCml9LepYo/aoRckZcLqxSroVXlbK2R5kPgIgE30xE/dnev0JRw9YRbghGzJ9G1f+PsfVkrzE0ScE0Hk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62173,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJfYiC8CRA9TVsSAnZWagAAltwP/1cQ3V30zpQ/QHznKIkp\n3gIqJO8dqPZgDPESVMN8ZS8byxmMcOiBqQ7voQOEbFQh8xMgYXucUou4mBZj\nAT9squqm/uTR2ZUD6yV+G72KJG91uYN7vStRdu0D8SpNpnlzzNN4m4blhkiN\n6P/J8BHB4SJmpBNjuYClq3GSSR8FrHHjzhk0G9PfZikAphwWVRHivCP0j1hG\n5FbuyTL/OKxDj54WphW6L3OOImjGkW37tRb5NEjoPg7jguOZr5urD9hKXcAT\nEQw0+9O9gK1d8Z4ejqEndmr0srivJdlDmmhw65YdvzuQTVLAsIaPtipnVye5\nq7ikzWiSSq/qqE4suHzjRVSicMXHk8tWT33AkJaJ5h6h1cOcBhXeUCmcEFz1\nzGwuMxieMDzho/FL53CuXW98Fv2e84tDVcOtJ78tiZuERyi1e4S3+HB8M9c3\nUN9Ql886JF7gxbAfDCn+m1r8x+mrsd9vxGCnE/tCvHq+qnUu1/XCS8SOeGbk\nzlVl+E6ay1aGyJSOIHxHhBiubqkdRhUvLzvb1UTMlU3//N0M1xQVEpmQTkf2\n35eDfumnEcLENnKoU20YK//FPGKdLrzCjSLIgPGKaehZ+ertub/hl/WQsCwG\nxTtzjYDqOX4edaqlJ5+mQ6CHE+CrNK5YjREKp1Tu9JTkT9zmGPcE58fvqsdg\nLGNZ\r\n=Rrt4\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.ts","engines":{"node":">=10"},"gitHead":"7c0ab4cb66bb86c54630c1bde84deccf43e9c2aa","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:test":"npm run test","security":"npm audit --audit-level=moderate","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.14.4","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix"]},"_nodeVersion":"14.1.0","dependencies":{"postcss":"^7.0.5","color-name":"^1.1.4","is-url-superb":"^4.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.1","nyc":"^15.0.0","chalk":"^4.1.0","perfy":"^1.1.5","globby":"^11.0.0","prettier":"^2.0.1","pre-commit":"^1.2.2","strip-ansi":"^6.0.0","text-table":"^0.2.0","lint-staged":"^10.0.8","postcss-value-parser":"^4.0.0","eslint-config-shellscape":"^2.0.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_4.0.0_1600266427664_0.9575906415746416","host":"s3://npm-registry-packages"}},"0.1.1":{"name":"postcss-values-parser","version":"0.1.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.1","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"}],"homepage":"https://github.com/lesshint/postcss-value-parser","bugs":{"url":"https://github.com/lesshint/postcss-value-parser/issues"},"dist":{"shasum":"a8d46a56c6a8f67d1cf5cbfe53e5a18dade150f4","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.1.tgz","integrity":"sha512-PHOOwg/GN92I/K9JDzKS7zAPiFXr0TWvMXWFH6n9pc64nxLBVE2txElhCp4EnY6ZmfX6afiOCoFXL7sIKWIPzg==","signatures":[{"sig":"MEUCIQDhAYRtTd0IgjuwUcPm4jZ1ZYEgTYfr/ViTvzCQX32InwIgZIFbWTEk87c9vZS/z2YovlLYqpFBlvEhAi+hML+oW2Y=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"a8d46a56c6a8f67d1cf5cbfe53e5a18dade150f4","gitHead":"2bff08d115a7d56481707ea9416055dd5193091c","scripts":{"test":"gulp"},"_npmUser":{"name":"gilt-tech","email":"gilt-tech@gilt.com"},"repository":{"url":"git+https://github.com/lesshint/postcss-value-parser.git","type":"git"},"_npmVersion":"3.6.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"5.7.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.1.tgz_1459305208567_0.01911545288749039","host":"packages-12-west.internal.npmjs.com"}},"0.1.2":{"name":"postcss-values-parser","version":"0.1.2","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.2","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"}],"homepage":"https://github.com/lesshint/postcss-values-parser","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"8aeaff84babc08bcf4a8e15d487d9014aa3815ee","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.2.tgz","integrity":"sha512-nN5k4H9svQodE007h6HnffOtbCnNs+qzzt5xMc2zP2Y5kor/c/sktPNCcKbdjWeQ3rmLVfPFba2nBOlqz7ENmw==","signatures":[{"sig":"MEUCIQDIa3HsPH57vUzS2IGsckk8DEIfm0ZE5WQDNRSBEcTbUQIgJgktO3xwIgdKDr8+2YuY42djbyE9rpB53++l5Pj7n+8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"8aeaff84babc08bcf4a8e15d487d9014aa3815ee","gitHead":"6cd42c979fed3d2797566fd1c78087ad27c15d8f","scripts":{"test":"gulp"},"_npmUser":{"name":"gilt-tech","email":"gilt-tech@gilt.com"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"3.6.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"5.7.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.2.tgz_1459690318266_0.9999213761184365","host":"packages-12-west.internal.npmjs.com"}},"0.1.0":{"name":"postcss-values-parser","version":"0.1.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@0.1.0","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"}],"homepage":"https://github.com/lesshint/postcss-value-parser","bugs":{"url":"https://github.com/lesshint/postcss-value-parser/issues"},"dist":{"shasum":"5a12c1eedeb9b51e08383f5ef080a7858ac44fa3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-0.1.0.tgz","integrity":"sha512-PXCGmZ4WwM+K8DwVJOdfHMjA96DPA8Odbp6DP3VMQnqGE1qnEjSBdSsM6DT7o8MBf2pHb3L5nFbVredeozZeXw==","signatures":[{"sig":"MEUCIBzjO4w2s14+t1fIs8yyvn0uEjnsrB8sTXesFViCi9FOAiEApPhAWqTgt1Y+kGg8mxKgvdpXXgDf7LdkBOvz7M99bD8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"dist/index.js","_from":".","files":["dist","API.md","LICENSE","README.md"],"_shasum":"5a12c1eedeb9b51e08383f5ef080a7858ac44fa3","gitHead":"0d219e0819e58c07756d42cd785daf4bbca0950b","scripts":{"test":"gulp"},"_npmUser":{"name":"gilt-tech","email":"gilt-tech@gilt.com"},"repository":{"url":"git+https://github.com/lesshint/postcss-value-parser.git","type":"git"},"_npmVersion":"3.6.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"5.7.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"del":"^2.2.0","chai":"3.5.0","gulp":"^3.9.1","eslint":"^2.5.1","babel-cli":"^6.4.0","babel-core":"^6.4.0","gulp-babel":"^6.1.2","gulp-mocha":"^2.2.0","gulp-eslint":"^2.0.0","babel-eslint":"^6.0.0","gulp-sourcemaps":"^1.6.0","babel-preset-es2015":"^6.3.13","babel-preset-stage-0":"^6.3.13","eslint-config-postcss":"^2.0.2","chai-shallow-deep-equal":"^1.4.0","babel-preset-es2015-loose":"^7.0.0","babel-plugin-add-module-exports":"^0.1.2","babel-plugin-precompile-charcodes":"^1.0.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-0.1.0.tgz_1459183730208_0.9534471440128982","host":"packages-12-west.internal.npmjs.com"}},"3.0.0":{"name":"postcss-values-parser","version":"3.0.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"a38b605383b1da5f09d412066e9354e22baf6609","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.0.tgz","fileCount":18,"integrity":"sha512-ZxZgReB91vW2SVPVnC3DFf7QQw2A2n37JzfVyl8KpnFall91hp31nAkBnZ9WKon3dhtj133HCxR7517hi6qHVg==","signatures":[{"sig":"MEUCIFEMe7ShW4WFoRl+IqIy3ZkPnbmLnC4PC3ecx+3qS4fIAiEA4p/yrgUDMnYFfpe3jsziQYfPt7WgB2vJTEs8MIS17vU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51231,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfU3dCRA9TVsSAnZWagAAy1gP/0A3YsRi905BIDtd8eRe\noS5p70KSotLdi43q8R16aMn80Y5Qdgi+31snyL73Kp1xeV7FBMgY4YQXs4K0\n2VwbgUtwCIZoejO1IvnH8bhzjcP+T3bqut8HrIwn3ylsIXt8ug+6z4i/KadP\nKtjjkTPstfjd9YJ0QTD3NbYF9bAQ48mJJaxzrzkpFVRZB80VSFi5ACOTef5/\nfwhq3uFca1zPIzxCIQJ46qyuUPmf0D3qKxaMBQyRohjUhJojH9L8xNKOBpBp\nJzTH5kwvPQD4koN+gSLJtBV9As839V5KZPZT0ikAD3z8nkETosx1rMwTu3R8\nw2riHcQSph81CMNsZTJuz2TdbBH4NZamHscmL5Zxsbfre1FchJaBeCBjBIpf\nEWgM7k98ll4ps2BruZYEExdvvo11KGy+kcUxrrHiArGQmS643etG5o/jaYN9\nvQBcDWhLzDYTyVrDqPPY6PeXnjJ8I7+06w1OGYeQiQ1ugHpvVAsTIwPjHtBV\n6YwyIZI2ei6MxX5WmmQlQ0K7idvGXlQRKxoVpzRazHtc0fSURmEcp8AFkvgX\nCTZ1Mc/sNoqteTsXyz+P8B9LuSslQopqnkGTXo7YyCczDljui01QbdDvn9jg\nzAq0RocvsFGkgVLbYzcAdKQCgcM9U0ofc4xTPHcLSCnx8GVFcjg1QFBsn2K8\nVIiN\r\n=DMmY\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"edb599ad6defabdb91005966e9babb25f3f1afa0","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^4.1.1","color-name":"^1.1.4","is-url-superb":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.0","nyc":"^13.3.0","chalk":"^2.4.2","perfy":"^1.1.5","eslint":"^5.6.0","globby":"^9.0.0","prettier":"^1.15.2","pre-commit":"^1.2.2","strip-ansi":"^5.0.0","text-table":"^0.2.0","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^4.4.0","postcss-value-parser":"^3.3.1","postcss-values-parser":"^2.0.1","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.0_1551715805130_0.8502355199753835","host":"s3://npm-registry-packages"}},"3.0.5":{"name":"postcss-values-parser","version":"3.0.5","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.5","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"9f83849fb89eaac74c2d5bf75e8e9715508a8c8d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.5.tgz","fileCount":20,"integrity":"sha512-0N6EUBx2Vzl0c9LQipuus90EkVh7saBQFRhgAYpHHcDCIvxRt+K/q0zwcIYtDQVNs5Y9NGqei4AuCEvAOsePfQ==","signatures":[{"sig":"MEUCIQDrFmj1Ijnkd4S13/AUHQukGdaB8juuJ7xd9fufX28x9AIgLy8G+W2rer/KYxRMKsqrhYzIexNxawI/l4DB1FH8JB8=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53464,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJdE5dSCRA9TVsSAnZWagAAOQUP/09K1bNTASkR6Qx9PNb6\nEpZM9lRumu6M6gv8iSybv9UPxcJUt3o1hJgLoLIS3Z1WHS1BqTnPsHpolsw3\nKcZQZTx7CvMe2vLNgcyuACswQDWmn6h0jBYM09crlFf/pUF1zkJ1p0sMywt1\nJvcL7RXTr6BcQy0IPh/Ec414sVXs0/Y+M7vxbFEn4lD+jA8/tGrNaOT1kPzR\n+UB/dIcE1+gsMsR4WRANPnXMSYYFPv4L5ZAQva6uFHahWcYzbsYyfFoShjGS\nn1YGjYO/vg7Llo1n6Q91Xm3mH/mVM26rz8HL+X8fNXK+bTY+oZKnaMO3JePm\nPrafzVg3SUBHPhAzsS0zBKwnOKqf5cMqptIaa8+w0p3TY22Y07xesg6QttL1\n2FAPMFGHV3qvMCH6zofPUJ8PGNLQyXZd52tukb2vNf6NxxjAsCgGM/cEoLcH\nVvbMYPn13sWwgq0wuwjsfqMr+3eMm9LSz9Q7DWI7jOYmQVvbNrVz7XmK9Lqs\nSCrvPoZsEZr4lWyHgyn8dOKbLXhMiH+TLWxM0PPzDufQjR01MDHCh2HduEEi\nBA6rtGVUqo8QyW+OdJnV29rW1xSemNaBB4x7AzFZf+1GvCATxQc9AZ+EcHgm\nbutBjQL7qoNkxjjIXL2jXsu7IuJcwMFFS5uHCfgFpa2o6EuJ04H/Rg2FthFB\nabKv\r\n=m9xk\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"2d86d1b053500682b27a9027b09b5bd417c4773a","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.9.0","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"12.3.1","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^5.0.0","color-name":"^1.1.4","is-url-superb":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.0","nyc":"^14.1.0","chalk":"^2.4.2","perfy":"^1.1.5","eslint":"^5.6.0","globby":"^9.0.0","prettier":"^1.15.2","pre-commit":"^1.2.2","strip-ansi":"^5.0.0","text-table":"^0.2.0","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^5.0.2","postcss-value-parser":"^3.3.1","postcss-values-parser":"^3.0.3","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.5_1561565009212_0.7026500492466512","host":"s3://npm-registry-packages"}},"3.0.1":{"name":"postcss-values-parser","version":"3.0.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"a35aeb7ca8b55491e8e8abb88e6ee45422eaf613","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.1.tgz","fileCount":18,"integrity":"sha512-0vmRgdIi8L6g7gcboD2S3kG4Oc4wswt2iBd4YmxheQkxN3GoiGWirbpFc67DU/sJH5C1O2itk2wKbO9lTsstDg==","signatures":[{"sig":"MEYCIQCyMi1kTyvWs0A3DYOmG0G2NJXCDTX1DcgX+07PmWYKqAIhAPimxyjE3MCvpJiR5Te2i4JQOISh+Nlp40+5BvetBTe1","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51245,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcfc6uCRA9TVsSAnZWagAA/MIP/2zve153d1w8agkg07D8\nT7xYvthMquLKOt0A+ADMFwmN4kBCX8xT5Am3ZN4hVnvQ3Ui75nmtsZJYvQqF\nlI1pXjPMtUcbiTiFy5xcqbTO5Nr5DHoouXT2F63iKGZbSKNe1ysNml/ABpdt\nf6J2dSVoM/inPmA1CvkOhGCjFjsmcDRffECcCyc4FZL14g6yNrtBWaDgaJyZ\nky+9y8Vv8RQoiNgAaovlK4L5eChkYGAc9oC9u/q5FAiehu4U7JaDfgTY64NS\njQL4FeTsFFxKnpJXsu7em7qza9stoVzPPLkhI+waNv9NC/NOrzIxj+Y01lWB\njm4yoavZwAdxj4SlNgcAwRGi+5Bp5TtxpeVb1BU2UXrVu3ZtwwXR20+G6Fxd\nMRDKmAq0hdh1LplSQOgR7Vgp3NI66OwmuF8CRTfxILsGyIRJpDDPR94XPYvV\ni5j3vyrDYq7qG92e2j89f+XVBNnrmfM6gtfqr6N+Fy2yaUHXYNtUosQItLhu\nXoCHKIgZ/vBGeHFJFBZ3xaRBFI1JcqpP3TPnnFDARyTCW/rDSKGdsVxLI2DT\nOkG3Ax7d8Xsq0W1SyXUxHXbu8UNomBZfJGiev2qjw/3RfdlbyZ72ZaWx1wo2\n98B4RIpBm+9QjoD2im9DMIufeU1m+R1RMzbWNLLvxjeUFblWYNJzNpWwiaQk\nMCOx\r\n=UDHK\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"81069561428fdd5b29abfd8ad1a258687275487e","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^4.1.1","color-name":"^1.1.4","is-url-superb":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.0","nyc":"^13.3.0","chalk":"^2.4.2","perfy":"^1.1.5","eslint":"^5.6.0","globby":"^9.0.0","prettier":"^1.15.2","pre-commit":"^1.2.2","strip-ansi":"^5.0.0","text-table":"^0.2.0","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^4.4.0","postcss-value-parser":"^3.3.1","postcss-values-parser":"^2.0.1","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.1_1551748782254_0.20984681275885442","host":"s3://npm-registry-packages"}},"3.1.0":{"name":"postcss-values-parser","version":"3.1.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.1.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"5b4885b5d17b46e9aac42130afc0902b68441a04","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.1.0.tgz","fileCount":21,"integrity":"sha512-4FrAPifmvZDrh2U8cGgzwlklIP9LxJUl1q8HF//L5rKzK4qwBuG3vx1KNu5ez8w6MpuBhGxX5I8+NyvWEcBnZw==","signatures":[{"sig":"MEUCIGe73ew6cWqQUXRknGx8gGfOgspl/Tabu4koL6MnWAdaAiEAoZf8poMTba4pdNKHk+Sffbd2LcYCtx/QLVDVj68E5RA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJeOWP1CRA9TVsSAnZWagAAEUgP/3ldlQT/MufdTn5wtt+w\nv13c/7ljhmhdA3nz7amUoHtwJqjUPYZA5S2AFp5lqVOTTJErGT1IDxoIdlwn\ntcLAHpBenC7r+JfSzPNIq2iW1tsHAWEndwmV40lhepClrUl0PaJp7XrNt/RT\niBONoYgiqxcxzlYmtzchElzCDGEK9IWHQmPwlOn29S1jZNbC4rUvweCb3fGi\n0ggWs7B/ivPoCVmHvBN3lDF62+rwgXuzPC5XBUR1Ui+g1pWuWzzkPz5jtfRb\nPiWxJZ877bBB22ct/53jGbjg4DLfuufmel8qlU2b6eyuWybS69PRgYKlqIYX\nSj4fFjgkRnL0k4+JaprRevjtuzPg6Iv4M9wDeiauldN4L1JDl7jAJ7qXwadI\n3RvwCky3z8w2GOLDyIHd/pcPrWq6EzPMUgpod0Y3lPYtCKMN0jwUiTsjdBCP\nT3COaPjLUuhd435XtyXWJuy45tdq+V5OUsWFz1SZbP8RYKv7O0iImDGn1tsg\n9dUC72pBgn1TuEXiHHcCcoQK8Ra45jf8pptRWV4jZo0wBOEOUidi0+sz2qvb\nyPRuT7Gq0eIfkylDJ+CchL3lQbuTl/jCNjR9uuLf2ACktI0hojCN3yO1oXuS\nOv/qGv1aONcHQhV42Hz477lsjln4u0gN8Y9JvS1d+ex7HOyHNX7TNTiRfeX6\nvB0g\r\n=k2lL\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.js","engines":{"node":">=6.14.4"},"gitHead":"f9987b05d0f7bace20fa5d3c7238f6b9c9ec5b43","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.11.2","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"12.3.1","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^5.0.0","color-name":"^1.1.4","is-url-superb":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.2.0","nyc":"^14.1.0","chalk":"^2.4.2","perfy":"^1.1.5","globby":"^10.0.1","prettier":"^1.15.2","pre-commit":"^1.2.2","strip-ansi":"^5.0.0","text-table":"^0.2.0","lint-staged":"^9.2.0","@commitlint/cli":"^8.1.0","standard-version":"^6.0.1","postcss-value-parser":"^4.0.0","postcss-values-parser":"^3.0.3","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^8.1.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.1.0_1580819444332_0.9455796333711666","host":"s3://npm-registry-packages"}},"3.0.2":{"name":"postcss-values-parser","version":"3.0.2","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.2","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"6388638ddce8e5ae8cd187fd79a2422e01927573","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.2.tgz","fileCount":20,"integrity":"sha512-a1uZoPVcpwb45nIC88B3reeS9bh1N07ERdW4pgqhb6XVop/164Pf+vxHPtxl/O8UMIwW6GoXMm/v1bsTy/OuEQ==","signatures":[{"sig":"MEYCIQCPMQ+z7yVATDYEX4wAcyUUrvfUBLt2A3JC7PNia+kmYQIhAPj3fNS/X8mDxOKqHEA+Llr+7sjEPjm93QSoWSZS/wsf","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53457,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJciF/oCRA9TVsSAnZWagAAtPMP/iYhIaiDuaaHPhLO/NKI\nXMHDibZpWVhQgjcL31LdLHLwgr/o8z1qkUzmupJpGuvQ+Q10UrcHATetdJ8S\ngrfxjVoH7ROGskEHQv584uQXyeBo7kOb/HLe8Pq5zwS+Pdt9IkrXRGe7gTWS\n9Hh9nk1QntNoRU93NKrToc424l6IxcEIR8RFkQ3GH7vKH1UzpHkqhw6FjxLg\nVay+DNSZ5ozdRLpqpim7hbsW1s3cnilx2YqiOL4UhhDc2g5BLUZQHt/cSaGN\nydnbotYi6gw6WX5ffZe8ENn4te7ayUvQd64IdY1MXfse+nvEZnnhu2NIp461\n8iXG/MxRWJr8o4Sgu7v5FDUSZxlNwTryk2rWR3ziYXo5WXhjA2Oi13Uie5y8\n7zi23N5cLyNWwpRa6/FpPbAtA7vsQL4hzBpNThxxC1j2Y6AU4S4wkVzN88nP\n1EDDtWOIWnZHUJQjORQ+kmXO9rpC/futRtMtovxo9jNmt1k0QDWsBgPIk7Wd\nOj/owwRS/sayvXuebvkqmwSYXSx8fEB7jVI4rMAODYa/ZevMSNbkwxL0zYJZ\npvLM6B5pjmxQ9I+IkLJaOUBFO+J2+GM2ZDxqyVRhdCl6YStKoXLkIROt8Yx8\ny6LUalieuR+dABSp0Who3AXIjmAE/iLrC4FMs8Sv4oCqwr/sxsPZ3s33t31l\nMW+s\r\n=V5rn\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"ed608973a1fcda642f48a3126695b8c837dfacf1","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^4.1.1","color-name":"^1.1.4","is-url-superb":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.0","nyc":"^13.3.0","chalk":"^2.4.2","perfy":"^1.1.5","eslint":"^5.6.0","globby":"^9.0.0","prettier":"^1.15.2","pre-commit":"^1.2.2","strip-ansi":"^5.0.0","text-table":"^0.2.0","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^4.4.0","postcss-value-parser":"^3.3.1","postcss-values-parser":"^2.0.1","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.2_1552441319328_0.9116346672804727","host":"s3://npm-registry-packages"}},"3.1.1":{"name":"postcss-values-parser","version":"3.1.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.1.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"487111a0446117d3463d2d429a380788f1365f69","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.1.1.tgz","fileCount":21,"integrity":"sha512-p56/Cu9wb8+lck/iOTeuFeSHKEUH1bbWQ03T6N3jDkw+15pV65rMY5pK+OWhVpRn5TIrByS6UVpO3mSqvlhZYA==","signatures":[{"sig":"MEUCIQDoZYA92O+f9jl2VHBpW52kWvaPxmFJ3i3Hz2jkBK9nYwIgJH9apFssgUZowpIlHSbpDjlFPJ7hGqp0Bb5vVbhjzXE=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59904,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJePVDgCRA9TVsSAnZWagAAEcEP/3k4zmxSp1LaOSlB7Zs3\nzqQv140to3F/qNtvysdHTxBIzuvwP1K/R9iq69f0UZJq+L2+/UqxqA4JrhLc\nZd+gCUxdYkT9ofaeKWeeD/DUGizn4hbdrRGGemhdAMBdJIcIq0dL3teOQ5Jr\nZxP+6fjhkP89RvhyvFb5mZc6IdkBSrpM2L5x4rRmiNFJ86lm03SATCEPogga\nb8VZhTkcA1ASnBdWT7wsf1N+oYRwFX5IdEPx31Fvi8eYtA5GJWgC/kZE8hr1\nLWsd8L43dIksOmioApL6G2HtCRZcKACUO7suz7c1mU49jwjvv+H3yjdJLBr+\nYDApEHj3b3Glxcba14nmAuEpBIyQ1K6WSTF0be/xpQBwlNJkGF7pDqoYK2iH\n4nw9OdhJrCQr0+WRNPyiLGQAzJ6yr8dq00PRkdlTZLtVt5FkqjH89qF3oX1f\n1uEA821UMiaXasyiv/VebtoyZEmUFjjxBupzjH3OW3hu8udxyH+j2Qmfbyc6\nSJBK52H621xUizyO/cnowa2br2TQvcMQtT5FOt5NmkmCQAzElTcnZpbd42b1\nYFeStYUR8FNHhRiUPWo4l291FEH5gf4DFPR/P4XnA65y6wivHGiK8JYwddgK\ndfgfOp8VGpNkcQNXSy1xpzj4BoXIDtyKyak0nblHcd6lkph0wLiAbY2xAB1V\nuUnG\r\n=nd8A\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.ts","engines":{"node":">=6.14.4"},"gitHead":"fcfe128f3a1cb07151ca53a370eb6cee8a314ebd","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.11.2","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"12.3.1","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^5.0.0","color-name":"^1.1.4","is-url-superb":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^2.2.0","nyc":"^14.1.0","chalk":"^2.4.2","perfy":"^1.1.5","globby":"^10.0.1","prettier":"^1.15.2","pre-commit":"^1.2.2","strip-ansi":"^5.0.0","text-table":"^0.2.0","lint-staged":"^9.2.0","@commitlint/cli":"^8.1.0","standard-version":"^6.0.1","postcss-value-parser":"^4.0.0","postcss-values-parser":"^3.0.3","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^8.1.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.1.1_1581076704190_0.23350613057357306","host":"s3://npm-registry-packages"}},"3.2.0":{"name":"postcss-values-parser","version":"3.2.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.2.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"9bc4a9f920ea7b0cf7eadef3833ae5faefe8e7a5","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.2.0.tgz","fileCount":21,"integrity":"sha512-DdVsaQX1Idm45ocMYFzIZCI7T29b/CqXVP8qYajC96xuAXwE+B3GAq6XmATqFjTP2XtLPAYwJtE0e/O/7lqu0A==","signatures":[{"sig":"MEUCID76jPaseWLb76vMVv0HjYiRcoI4IewfXioXxgKFO+83AiEAvDASlL/e5PQP6NsNhQdUxy6Obw0+fjmyoHo2+f6aUB4=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62410,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJem5g0CRA9TVsSAnZWagAAFHEP/js9eUcfVfFk3NjY3pdk\nhx5mdsAuVn7SkuNaH5/8Jek9hvRS7zjB0GgCBLPXA9qhRrXW9AsFcVnCIpGW\nVxl1KVQIDjv1xAzh21Asa8VcREzJAfKTnXryoVai4+zENzMABt1b7AUmr7rE\n+ey0/21P8AD2Co5kIZFjiG+56Qv9r8C+8eXw1HPtzxGYQQY9vmW85/WiQf20\n+TwPy2ZERa6na3Q+kqr5JNBGl739BKeaqfJF0TnV86zrOZ+Ax86Sbh3kcROR\nYHLnFNM+Pq6JM0ATzCu2BeiOF/mA02eM15Rx0SbmBkBCMl2mBlrF5n+E4zs0\nUTUjHkaQjfcFvcy+ID2zae+KCOGUfPuMBlC2V8CdpwlsWpcqoEd/JgM2hL/d\nAqM+EwvUdFMQebiCyaAgMh11fcuTpinCu26jm6m2+73FtTOy3TIEcCXi8t3I\n+FUllc06qFIFwJo74LXDGHbVueBvWllBoncKUglqQksw4S4sXda6m18a+Pbf\nG4g6VOxsnvbuMGQOnUVeIu0barY09D6EtmnOIZxnC7nKh5YS1aL+sBbLg2YB\nnLKokHgi1zrndBiVEai78GkEcPu/eRu1Jq8gJdEWwd2bRpCUokAfd/BUGmHU\nvTFQQsXzvoaAVwdehPC4AvOn7809Ga5s8MGBdAC6xSTP9iX/RPnieyGJFL6M\nKQqD\r\n=nOn7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.ts","engines":{"node":">=6.14.4"},"gitHead":"8c42edf5d854fabb25c18783ef8b991a79246373","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.14.4","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix"]},"_nodeVersion":"12.15.0","dependencies":{"postcss":"^7.0.5","url-regex":"^5.0.0","color-name":"^1.1.4","is-url-superb":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.1","nyc":"^15.0.0","chalk":"^3.0.0","perfy":"^1.1.5","globby":"^11.0.0","prettier":"^2.0.1","pre-commit":"^1.2.2","strip-ansi":"^6.0.0","text-table":"^0.2.0","lint-staged":"^10.0.8","@commitlint/cli":"^8.1.0","postcss-value-parser":"^4.0.0","postcss-values-parser":"^3.0.3","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^8.1.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.2.0_1587255347521_0.04319317664332689","host":"s3://npm-registry-packages"}},"3.0.3":{"name":"postcss-values-parser","version":"3.0.3","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.3","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"7835b3f7dab3b847282dfc220082b953759a057e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.3.tgz","fileCount":20,"integrity":"sha512-3CeKsaGw5TOqJt79VVfu3EdbuShxq60jX45dVZ2Fd9z4b8acVfUwAtA2Nr1HkxZh3ypUV/tVkCKfuwY0abvsiw==","signatures":[{"sig":"MEUCICz1Tr7yaL7IuO2E0gpW3vazIBN5DzlGQXNYyUin+tMkAiEA46g+GZMo42NrmAnFyMIS1a6FhMCXdMd1xILbwE+6IDk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcmpojCRA9TVsSAnZWagAA7Y4P/3y+OlKIpgmQ5OF0xj3f\nGQypOEo7YdFRu+ZR4HIY1o5+3IGU/IKqLpFLNI+lsgtwZA1+oyb/fCWbYG4W\nLhOtZiU+FtHQhzQWPcGxtObM8u0FO1pQlTxVGBivxOgs1a4wXzOgHsQx/ik1\n9d+ICIV/DmOgpxJ1Sg/Cui5Pplhi4UmrYJSuR2ECUDbqiCnsg6+nMqo0YD8U\nJ5xY+286RYDdRxJJS10amWrFWEDWe06WVBsgeA5P5x4pZVhaEwX0YaiY1Uvb\n6QL6hsxxR/r3+geb/y2y0kDyXiD4UFg8Aj4AHBTa1S6EeorcD9gS1Efot/ek\nKfnguUpfLjdOP/boXM5S+6KH5njLzqsHDfpsTy9qqA4jI+AWyfEMcCDa2pE7\nU4R3S92cA7uyLI/humbyn8xGzM7yEhVmfleGtA5/uxJlHYz55VJUuBbMzQ/6\nCQGMDvcBYJ/Ol1KhUDDVorCdp55nLB4eV11WzqANz098UpJ+ChmON9ttbDpR\n7MAnNLUSN4TqOKB1lb7ZH7qE+aEgU195Kb3UDPoA5231lwQH2xk8mseJJSvw\nJ8ftMphPZZOooIDdUBVKnexatOcfsop3dpMHGL7ffrEaZ9lCVh8TGezsdVtW\nghWVm9TgAvX3qpcpJnc48+23xfDb2n4T7uPcGGHaCao8zunPTHI6RW32THrn\nsL/l\r\n=c2pH\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"dc43c80cd65c8aa7368faccbd9510bddf09e8811","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^4.1.1","color-name":"^1.1.4","is-url-superb":"^2.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.0","nyc":"^13.3.0","chalk":"^2.4.2","perfy":"^1.1.5","eslint":"^5.6.0","globby":"^9.0.0","prettier":"^1.15.2","pre-commit":"^1.2.2","strip-ansi":"^5.0.0","text-table":"^0.2.0","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^4.4.0","postcss-value-parser":"^3.3.1","postcss-values-parser":"^2.0.1","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.3_1553635874828_0.3423408091932787","host":"s3://npm-registry-packages"}},"3.2.1":{"name":"postcss-values-parser","version":"3.2.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.2.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"55114607de6631338ba8728d3e9c15785adcc027","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.2.1.tgz","fileCount":21,"integrity":"sha512-SQ7/88VE9LhJh9gc27/hqnSU/aZaREVJcRVccXBmajgP2RkjdJzNyH/a9GCVMI5nsRhT0jC5HpUMwfkz81DVVg==","signatures":[{"sig":"MEUCIQD+6b3RJgXzz21kSRIjwkZKBAybZ6fcjJSOAdPtbRX0XQIgYALRfOWqHl5+4Bl+UcDTu9mjGq+XvixENctpMhTNYNk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62462,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJepandCRA9TVsSAnZWagAAs1UP/RnziKsEDM81CgaIBBb8\nTm2kGNfgmdp5capKUgpXibS/ihXwkEKxn/IJV1058Ftxb2LOMDf2jNddhUkq\nTrsoOZbjbdzjuM7RO4M8i/45fudLnIbJ22DwiBEWjiC+56N0dnXcgWLvybC8\nLqWnHBO2GqtJowcTOv9pMae+tm3oQWlQROBzBmpDsVqLaJ0BpJ2hQ5tWPsAW\nahiReXkY9Ufqx9K5XYGGztQH0TOcRxlL8RllQQwiErPy+SvYpg/WVXZg07UD\ndkaJJA4qwa1hQCr37OVNv0J/VVducbv5GOoJyBp7QBIfP0yedVi5g3Qlar6+\nTqYIn7o7FKr3IZIT/r9xHmjCcqyU28UwPgvQa7C2SyYiOZU3dYsPK8xEH3Pa\nlDsI5oj8c8DgPcRsDnH8V3w/4VIl9agQvm8qBh+Y8VhHpJ+djCKyz1RE2v8n\nZ3BF8psP0tYP02VnEm1fSyty2Qp7HJKouFe4YP2o5RWHeMwggV6ZY3NgRieE\ngAxuYQh9/K09+DSs6MHOyJom35KK+8pJbHQmBf0D23NTef5AhShY6KCPavR4\ng+moVhLTv/v91avKb5Qf+xh/mZW+GwIc1s6ks9UZ3v8EaJM9ZDTQARmRSyJe\n5IJcX3O3bmb3RkHLB1izAblkcJBbzlK3lKdHj0UBFZ/6qqzHhjJnDW0HR5IK\nuAOy\r\n=LNB9\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.ts","engines":{"node":">=6.14.4"},"gitHead":"19d24d96f237085c76cb20e5ef1ac9b4772ecb9c","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.14.4","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix"]},"_nodeVersion":"12.15.0","dependencies":{"postcss":"^7.0.5","url-regex":"^5.0.0","color-name":"^1.1.4","is-url-superb":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.5.1","nyc":"^15.0.0","chalk":"^3.0.0","perfy":"^1.1.5","globby":"^11.0.0","prettier":"^2.0.1","pre-commit":"^1.2.2","strip-ansi":"^6.0.0","text-table":"^0.2.0","lint-staged":"^10.0.8","@commitlint/cli":"^8.1.0","postcss-value-parser":"^4.0.0","postcss-values-parser":"^3.0.3","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^8.1.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.2.1_1587915229002_0.43606715928004536","host":"s3://npm-registry-packages"}},"3.0.4":{"name":"postcss-values-parser","version":"3.0.4","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.4","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"0a1d6c093f008fb7916fcadb2c4ac5d007e9c960","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.4.tgz","fileCount":20,"integrity":"sha512-ZXLmKkv82W6EqWX33tYfpN6UDysmb3xQGXlRoGbumQ9E/zrSOpS/KLL+JBqIZuzbWIeDDovxQn18XBv6oN+dTA==","signatures":[{"sig":"MEUCIEKgNe8uGrTrzHX5Chr84ChXfvUHSLnfpwZUtXj1sE9XAiEArwoEZIC4BMgWapNBfj3/oAp1BylUcxUcvN+3G3IhNyI=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":53459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJczeOLCRA9TVsSAnZWagAAV7kP/Rcj7JcMqd6Knv7hCuls\nl68HXNvOgUod9+5Kr/XLxazYX1eHGz695vBTXFSD71jI54sH79EojuWotr7D\nuLbiKY6fdZ7u7L7y3mTUkGZxrg2ng+f4yOrpfojVl99tqUAh+OVSbWOBfUs2\nqzZiRzHrQyDDtIsE138cb+waKgvoPBHEGFrrkIDI4Q3wNZLQaX3kAeIcJ6zS\numNMsOTT11ARz2bkGIBtPh/+al+Z52rh6A3gDiykMbhDkPzhbgrxajxnZBZW\nn0fLGw0HbVaMDCzado4a0uDrK5dflKUq4Wex+62130eu8KGL/WKIAk5eYqkQ\n9ZpHJfMAT0UKzc+K851WeouyUI7qbWZ5FewmH+bOXzH7NbEedK9YwspwbEvE\nXca1ijvWjDqBRvQIWc2LDOApdivKtS0Wxydm8muifFsqXxGE3inaIigMwNrE\nc7lC4dJ5cbO87Buf/tK1bN22SK4ky9dZy3qcKGcZWX0TpzUf4YNFEvS3Xhwr\ne0nZRrY0uPQx1cpvM7tFLcTsotoXb0UBIFnIlAPDExSMk9uzJX8y51hAhYnM\nSWwXPZlJmH7kwcOI6jjmzPtsQ365LxpQQzpawP41KbKGU5j+q9VCdI7bQZ5l\npIxJJPW2sbvdkIooS1ROiJfVLKmevgV3+FCikiqL1QTqK/uyjeMRCPwhNpE0\nTQDR\r\n=5s93\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"b73b1d966b4ebed030e8e8614a085a909edd2fb8","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^5.0.0","color-name":"^1.1.4","is-url-superb":"^3.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^1.2.0","nyc":"^14.1.0","chalk":"^2.4.2","perfy":"^1.1.5","eslint":"^5.6.0","globby":"^9.0.0","prettier":"^1.15.2","pre-commit":"^1.2.2","strip-ansi":"^5.0.0","text-table":"^0.2.0","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^5.0.2","postcss-value-parser":"^3.3.1","postcss-values-parser":"^3.0.3","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.4_1556997002486_0.7925132605500482","host":"s3://npm-registry-packages"}},"2.0.0":{"name":"postcss-values-parser","version":"2.0.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@2.0.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"1ba42cae31367c44f96721cb5eb99462bfb39705","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-2.0.0.tgz","fileCount":26,"integrity":"sha512-cyRdkgbRRefu91ByAlJow4y9w/hnBmmWgLpWmlFQ2bpIy2eKrqowt3VeYcaHQ08otVXmC9V2JtYW1Z/RpvYR8A==","signatures":[{"sig":"MEUCIBHyzbmiE53q63O1W8eRGmAyIEVkeyMhtxBVaYd9+2UDAiEApnZXD/qmDKRd4/iPk/99jG6InUKSZrlgHMqDVwgao+Q=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59455,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJboQbKCRA9TVsSAnZWagAASp8P/jL2CZNi+YMmxuIGa3mb\nLsTKlXHhyL/KHu8rFS5OqxrfXc0f9EOC4jSRcCYVYbqpMZFh+BpVZU7IuD3x\nFwNS8inAgqr77cnZyh1RbXBfHN90tZ6gliGYAVKHYrJ8KTwlISxnn2Uzilh4\n1gPOgMEsAjaUTGAyOrUSaRzrATuqSFKfzRw5kiMs7WODb4RRQnosIqQUOEVo\nNNyqQrV9RH+3QPCmkRTH9Ki33OAKmLpzHWtot2ojI1NxMe7MN0C05ZWH1dnF\ne23wMPB+X62FfFCKoHOsfuV3b4NzzDCKeMEeCrc2F3WgbGyV8/EvmSwDEB95\nHESoGKUjcPKEHhZdwd+YfZ64Q9fuCdqyYf3zU6rucFutQttSQi1qHi3AA9//\n/6gkN9pCh7jkWjwS5ZLf/Lt4oL2UCIr2UBmmBMkQyW7LMqoPwQj/YrSxrtWK\nitfFxjXZ4oUyKxKbxhcG4lmdP2FQ8zuPH65QBbYXRiLnXCMjoCjFCOes3ZpV\nBR6yiXM2c2jyejJyFdu8awicE/ElbReo6WWvNLEbueWqzmQgu98qGL4814VV\nd41JlalMRVBReKVmflyPHaWav67OpeesxwGIZxzwbPEAfFYv2Ou2GhxaMXYL\ncb9tXnaDgOHlnIhgBxbf29gZbvLHAeYhPk3q5a75fPrSZ2L3DwjqJ0Wp0+lj\n4u+u\r\n=TvKg\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"94de56629fbdbe1d25983dbcf636054156399021","scripts":{"toc":"markdown-toc -i API.md","test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"10.1.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","gulp":"^3.9.1","eslint":"^5.6.0","gulp-mocha":"^6.0.0","gulp-eslint":"^5.0.0","markdown-toc":"^1.2.0","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_2.0.0_1537279689711_0.4595001260349647","host":"s3://npm-registry-packages"}},"2.0.1":{"name":"postcss-values-parser","version":"2.0.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@2.0.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"da8b472d901da1e205b47bdc98637b9e9e550e5f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz","fileCount":29,"integrity":"sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==","signatures":[{"sig":"MEUCIQCW2izts+v80twTalSY+z1DWNYPbGqLH9l4cbc5mfgMGAIgEwYopMucq08IalHFNkiGjCffYMT1M1FEbL1FP12Q2aU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":84595,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcPN52CRA9TVsSAnZWagAAmUUP/AjHrrv78F9h6M7XXsqV\ntmMifsMf1eMtdCWn3h49mdOIir70isPGY/NmbmpAfGWdI0QhRnTgK5SOCnCH\n/RY4KCCwvjBsxZ37QK/3P3aYMyeZwBgY0rvVPYBr8TLNCm7f4IsZ1XVXwUGB\n9Fn+EzXqYQnk1hUnX4qSwTLLJDggrA3qXOx30+rIYnAJHivTQkqWg9nqVKdn\n3f/m2lzauEI1D310JtqQw0rZGWKyYkM/UhoURU0n1UEos7EXyH7QBwuCDxqx\nUm/iAfnh5UE6+9si4XpXGG4WXEq9MrjC1TDbp6JVGLIDBD9BcIOmC3gp1H3O\nyr7RtWBXCQrV0n4yKaZu9kKK/tDPEfUP8EcXqBTtnZ7fqM7voeAgwcTQhm+s\nVY2N3YsFv3pDISk4gWI5WLwFPTwoct3jlgN0BNW+vAW7BMZ8UTQDj8/WH90z\n0C7jY1RXhBMsHw9MLwY5Zm1afj5YQ27k+c8st7wnN06E8p2ZxOoPQTi2c1V8\nAwDQVJ5zzyyaurEcafMdZN/jOhnTU2f7QwkfYpOLBCj36cWDUMCzBSpoPBOu\njCyTybs4yyjaECoRkw6icsBWeB+cOBxQmJ+LjsCcDsdpH4wbqOXJHeJcrP0b\nvGYdY5NCpPYdwA1FcwOp1CV/SXK8vVqrVyd8OJAmiQq6PKcu6eLClCEW2O46\nYusM\r\n=TOFQ\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"c00f858ab8c86ce9f06fdb702e8f26376f467248","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"10.13.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","gulp":"^3.9.1","eslint":"^5.6.0","gulp-mocha":"^6.0.0","gulp-eslint":"^5.0.0","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_2.0.1_1547492982325_0.6234538346076379","host":"s3://npm-registry-packages"}},"7.0.0":{"name":"postcss-values-parser","version":"7.0.0","description":"A CSS property value parser for use with PostCSS","license":"MPL-2.0","repository":{"type":"git","url":"git+https://github.com/shellscape/postcss-values-parser.git"},"author":{"name":"Andrew Powell","email":"andrew@shellscape.org","url":"shellscape"},"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"type":"module","exports":{".":{"types":"./dist/index.d.ts","default":"./dist/index.js"}},"engines":{"node":">=20.19.0"},"keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"peerDependencies":{"postcss":"^8.4.14"},"dependencies":{"@dot/versioner":"^0.4.2","color-name":"^1.1.4","css-tree":"^3.1.0","husky":"^9.1.7","is-url-superb":"^4.0.0","quote-unquote":"^1.0.0"},"devDependencies":{"@ava/typescript":"^6.0.0","@ianvs/prettier-plugin-sort-imports":"^4.4.2","@types/color-name":"^2.0.0","@types/css-tree":"^2.3.10","@types/node":"^24.0.6","@types/perfy":"^1.1.2","@types/text-table":"^0.2.5","@vitest/ui":"^3.2.4","ava":"^6.4.0","chalk":"^5.4.1","globby":"^14.1.0","lint-staged":"^16.1.2","oxlint":"^1.3.0","perfy":"^1.1.5","postcss":"^8.5.6","postcss-value-parser":"^4.2.0","pre-commit":"^1.2.2","prettier":"^3.6.2","prettier-plugin-package":"^1.4.0","rewiremock":"^3.14.6","strip-ansi":"^7.1.0","text-table":"^0.2.0","tsx":"^4.20.3","typescript":"^5.8.3","vitest":"^3.2.4"},"lint-staged":{"*.{ts,js}?(x)":["oxlint --format stylish --fix","prettier --write"],"**/(package|tsconfig(.*)?).json":["prettier --write"],"(pnpm-workspace|.github/**/*).{yml,yaml}":["prettier --write"],"*package.json":["prettier --write --plugin=prettier-plugin-package"],"((.github/**/*)|(README|CHANGELOG)|(**/(README|CHANGELOG))).md":["prettier --write"]},"scripts":{"build":"tsc --project tsconfig.json","lint":"pnpm lint:docs && pnpm lint:json && pnpm lint:js","lint-staged":"lint-staged","lint:docs":"prettier --write README.md","lint:js":"oxlint --format stylish --fix src test","lint:json":"prettier --write package.json","perf":"pnpm build && tsx perf/perf.ts","security":"pnpm audit --audit-level=high --prod","test":"pnpm build && vitest run","test:watch":"pnpm build && vitest"},"_id":"postcss-values-parser@7.0.0","_integrity":"sha512-LYGsPzgkfF2n6FNbp4wS5mVtk2gFPxfVvUZHGkR8CMcPSg6lkpyDQn1qWEy0RApPzO/JapV/zaHxj2GNfQ+/2A==","_resolved":"/private/var/folders/07/ywbfgwc57_z4yx4m8vzhr8580000gp/T/8a9dd2d8dc66e7564b6f5a8b43bda4e5/postcss-values-parser-7.0.0.tgz","_from":"file:postcss-values-parser-7.0.0.tgz","_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-LYGsPzgkfF2n6FNbp4wS5mVtk2gFPxfVvUZHGkR8CMcPSg6lkpyDQn1qWEy0RApPzO/JapV/zaHxj2GNfQ+/2A==","shasum":"4ba3717476af4c7fb30ca9c29d86cff839fc4191","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-7.0.0.tgz","fileCount":57,"unpackedSize":67809,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCICWVaez5GC9IQHKNswB2T10CqxqGvuMSVt0bSO4gU1TXAiEAzTCfAJWX2JkoMdVzae4FnCzFTzexr9nLX271qRUWlac="}]},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"directories":{},"maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/postcss-values-parser_7.0.0_1752190878769_0.3026520794256313"},"_hasShrinkwrap":false},"1.0.3":{"name":"postcss-values-parser","version":"1.0.3","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.0.3","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"37a752df581883148927dbc4f9f4a24840bef847","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.0.3.tgz","integrity":"sha512-/6rdg4LF214zTAtj/7Lc48cLi7FJe/6t3vDd2mFw+vTKS5OKflgy7fvizsOqTtph0aE5eAq68IfAJ6tXPhB8yQ==","signatures":[{"sig":"MEUCIB4TnYSIpju+JcMyMqZ1pmaaYNcqBwAKo5ca0I7qG4VkAiEA2D6Erd+G3GPqWiQT+PC14U1QqIUv1WmiJPsnvUYa0Vw=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"37a752df581883148927dbc4f9f4a24840bef847","engines":{"node":">=4"},"gitHead":"45ddeeb19c4eb020f8ecaad28982bf3616a9434f","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.1.1","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.3.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^3.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.0.3.tgz_1484759882601_0.6818395704030991","host":"packages-12-west.internal.npmjs.com"}},"1.2.1":{"name":"postcss-values-parser","version":"1.2.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.2.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"03e56a8309fa4abb04f0c0ea39a1fc8a6881323e","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.2.1.tgz","integrity":"sha512-piIqcvIDb71RcOSJr76M4qfw8F12Gf8cGgRUtCs9xLZgxC9niH4Y4K8aX0ninDM7kju5DnbvHBfMwTzSKw4RKw==","signatures":[{"sig":"MEUCIQDDtGCQPJPwNfDHfcyiBX9a78C7jianr9kIMomh9HvS/AIgRZv2K8Cnon+mfVPmgi3c9egMpZT9ZZfEusMtxzYSZ64=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"03e56a8309fa4abb04f0c0ea39a1fc8a6881323e","engines":{"node":">=4"},"gitHead":"e099b2445f47ecff338bc47c0e722909d797c20e","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.2.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.8.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^4.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.2.1.tgz_1493899351706_0.8870757068507373","host":"packages-12-west.internal.npmjs.com"}},"1.3.0":{"name":"postcss-values-parser","version":"1.3.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.3.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"92cf38b9311b2e3d3fe6d2594106e97f650e24e9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.3.0.tgz","integrity":"sha512-SU0s31HK7fhj0q+9Bq9V3Qwb+6zSSelB8mw85NGnirAWAC11yAKXHlqQbmdRDuEEdkTDHItd489UZLeKgrUTgw==","signatures":[{"sig":"MEQCIGya8aRoBBBGYOlHL9cM++5ZMhJ79nirudbwuEJWQFPQAiBrEUvhE/+uqeN+CQSsvTSvxTAZBSlXfttryPEshD5hEQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"92cf38b9311b2e3d3fe6d2594106e97f650e24e9","engines":{"node":">=4"},"gitHead":"074e0977efa0221689c7361fcfee8d94f255dd31","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.2.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.8.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^4.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.3.0.tgz_1500559136246_0.6782691553235054","host":"s3://npm-registry-packages"}},"1.2.2":{"name":"postcss-values-parser","version":"1.2.2","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.2.2","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"f5eebdd7f6fe310e2e448b9cc03bfed8726ca271","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.2.2.tgz","integrity":"sha512-79Uaev3NQPTWYGbcmpWt2gR8TiRddncXlBxE0lnm0JOE/ODnZClF3ZERk/XrUBHfDbH1+NK2MPZRyfbSm7FMRw==","signatures":[{"sig":"MEQCIDVULONgmhNpY2yUBmckRSvPwexfZYrJDuQE95DdAdLaAiAixXlKR+cXInhaJK2XXpjr3vPp1IYfguPx38rmogR7aw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"f5eebdd7f6fe310e2e448b9cc03bfed8726ca271","engines":{"node":">=4"},"gitHead":"d3ecad23666272ee189f28ccfd2a13b94cfe9610","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.2.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.8.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^4.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.2.2.tgz_1495286451206_0.49898907728493214","host":"s3://npm-registry-packages"}},"1.3.1":{"name":"postcss-values-parser","version":"1.3.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.3.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"2a6ceb39cecbbacd1d060f3b16f4c52dd6720c96","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.3.1.tgz","integrity":"sha512-chFn9CnFAAUpQ3cwrxvVjKB8c0y6BfONv6eapndJoTXJ3h8fr1uAiue8lGP3rUIpBI2KgJGdgCVk9KNvXh0n6A==","signatures":[{"sig":"MEYCIQCL7d/moJPdvSocE5YjNqFBF7dsbxNEN16pW+N9esSYcgIhAIuJLcCCTJpUkVa/YoY5BfS34VNZBTCifKaypv5yF5G2","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","engines":{"node":">=4"},"gitHead":"507d5a8a41244df636b8ec7fcb8d048d3da7aacc","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"5.3.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"8.6.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^4.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.3.1.tgz_1506614484612_0.004789373371750116","host":"s3://npm-registry-packages"}},"1.4.0":{"name":"postcss-values-parser","version":"1.4.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.4.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"14a8d79caa8e93b28e4ffa46a79a990bb5e1dab3","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.4.0.tgz","fileCount":26,"integrity":"sha512-EpQscTZjfv/I0fM57kCfx00UOyoxoZ9H28BbYRrlQ2DMqPxQG8SQOlM3IGWzM6r3wYOWERUCInlrbpYC/Iho1w==","signatures":[{"sig":"MEYCIQCnDuF0jrHoUT35PW+yGhNQGeOPJ6EvYnNJtmLf17cAyAIhAL3xm4U4I4pMUdkHQpUx63oqRqHlmmFAa/l2p+NBdPWB","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":58283},"main":"lib/index.js","engines":{"node":">=4"},"gitHead":"81e32fb9fa032e07524fabfdd34a57b13e5af525","scripts":{"toc":"markdown-toc -i API.md","test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"5.6.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"9.2.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","gulp":"^3.9.1","eslint":"^4.17.0","gulp-mocha":"^5.0.0","gulp-eslint":"^4.0.2","markdown-toc":"^1.2.0","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_1.4.0_1519942405228_0.5803104140657698","host":"s3://npm-registry-packages"}},"1.3.2":{"name":"postcss-values-parser","version":"1.3.2","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.3.2","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"051aa9619e15fa1b672aaf0f6c1398be961f17fd","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.3.2.tgz","fileCount":25,"integrity":"sha512-VMI3uAEpoF97mVEsvj7sh/KOPWrpmKKa2OY3ScxMUduoMA9hB3iL61Iv1Bvv2ddTVdm6VMkLdRngyTfY3B8tuA==","signatures":[{"sig":"MEQCIG1iRABSpTIlXWcbYW33WGqQ7VSrvGtHgXCq9XAvTCHzAiAmUYwq/o1NfD709LrxmBAbJQV4p7dLtHloPD4dUBXYcA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":56497},"main":"lib/index.js","engines":{"node":">=4"},"gitHead":"c19bc933a0b602fbbda55c9563b9bff08f39337b","scripts":{"toc":"markdown-toc -i API.md","test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"5.6.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"9.2.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^4.0.1","gulp-eslint":"^3.0.1","markdown-toc":"^1.2.0","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_1.3.2_1518455084666_0.6877627259215033","host":"s3://npm-registry-packages"}},"1.5.0":{"name":"postcss-values-parser","version":"1.5.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.5.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"5d9fa63e2bcb0179ce48f3235303765eb89f3047","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.5.0.tgz","fileCount":26,"integrity":"sha512-3M3p+2gMp0AH3da530TlX8kiO1nxdTnc3C6vr8dMxRLIlh8UYkz0/wcwptSXjhtx2Fr0TySI7a+BHDQ8NL7LaQ==","signatures":[{"sig":"MEUCIQDjHkPd41w1ijReYYHpdugVJp7W01m0gOm5N+0Fm5r+8wIgOtLYtgu0TOy5K06YC+sKedhW7JmQxWdV6nAqTDcHEwk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":59374},"main":"lib/index.js","engines":{"node":">=4"},"gitHead":"4efb3474f2f53c6995e5b90496f057df29574a21","scripts":{"toc":"markdown-toc -i API.md","test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"5.6.0","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"9.2.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"_hasShrinkwrap":false,"devDependencies":{"chai":"^4.1.2","gulp":"^3.9.1","eslint":"^4.17.0","gulp-mocha":"^5.0.0","gulp-eslint":"^4.0.2","markdown-toc":"^1.2.0","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_1.5.0_1521584207588_0.012238749965040041","host":"s3://npm-registry-packages"}},"3.0.0-beta.4":{"name":"postcss-values-parser","version":"3.0.0-beta.4","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.0-beta.4","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"ede7e3a94bafa7f7ebbe0746f259a42c0d41d3cb","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.0-beta.4.tgz","fileCount":18,"integrity":"sha512-qLEcj0t22K7kVu/xLz/JzFTTBvS1OsYChmUs3l0hG23SMlY+sKzfTzrdtmw9f86upY3O/J/fcsa40UwuNmVOWQ==","signatures":[{"sig":"MEQCICsWazVCaKW3hvTfNMuTnETBbLptuKCM/uuFrkyxiWtmAiAWfzludeXMPmmVdMUkUZxguhJ4rGgTaCKBtzOpY6SWLQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":51065,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcYGIqCRA9TVsSAnZWagAAqhkP/1NDCJ7DxqhLM/z69N8m\n2CCZwLJol3B8DjDsi+Es1jqZRXkBPbkvDmqCN0JB1TQx4LXBSfcQnzXZgk3h\niXdO2qA1C2bWStcLzESVLP+JrFAldOaunxh1RZthaHmRDBxVfqQtWXNR2Rwn\nDYt9DPyzU1kpltwabvm0McVVVNYPNswIUeP3r5kiTMADhnaWbPx9l1sfnQ2a\njqV6HP1ZTuda24oX6GHA0bD++P1e8VZ0I1YPMOsCtUsqa+xlzA6lBl5OPTV+\nGw4pEj2TmPUh64jjoSvyU0e9ou3/hVKbF9KaGXEAN6/Lki6hQ0k3Wa2oBiHT\nJ6zQ5B8k/egQvt5mljxEZLNVPLwPGCZXikTiqpmt+Bvm3fnFcujc22B4YerE\nAleku4Yet2/aB3siADQ5TuMlLpBQ/q6jF1gKR8GVrAP+89EC857Gn3nmoDJS\nNK9E/h0t8mYEkmCU3LDmpQdi+oiO+Av+qfIawONemLj/fhjcctY/fvOA9fOP\nZUt6s6UVwoUMFtSCPr5sVhpPt/pHQlw8qRFZq1pZhOB9LEpVvpUdOyKERGRf\nV26I+NkfgAjPTDdeAF7xZnfaotA0vEGPQfV0FwCqTd/QcViBVMm43/+pjUly\nK9eXk+q6sxYeHL+5LIxVJvWpKuyK1XGdI/3yAmHwOVFccSBpSz5XE2V1207Z\nxXOa\r\n=I9/m\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"678149a7453981dcc60683e7c6edd18ef9e723e4","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^4.1.1","color-name":"^1.1.4","is-url-superb":"^2.0.0"},"publishConfig":{"tag":"next"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^1.2.0","nyc":"^13.1.0","eslint":"^5.6.0","prettier":"^1.15.2","pre-commit":"^1.2.2","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^4.4.0","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.0-beta.4_1549820458021_0.19887929044193076","host":"s3://npm-registry-packages"}},"6.0.2":{"name":"postcss-values-parser","version":"6.0.2","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@6.0.2","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/rewiremock.js"],"require":["./test/rewiremock.js"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"636edc5b86c953896f1bb0d7a7a6615df00fb76f","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-6.0.2.tgz","fileCount":21,"integrity":"sha512-YLJpK0N1brcNJrs9WatuJFtHaV9q5aAOj+S4DI5S7jgHlRfm0PIbDCAFRYMQD5SHq7Fy6xsDhyutgS0QOAs0qw==","signatures":[{"sig":"MEUCIHXDCXn7KtUH4hLNffZtTsxAkGXSXMowGKB3qwRMbfitAiEAo6ElUTuXlqayX+I8E4ektEyfEz/HZH9GWjky3j3GjIY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":63051,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJh18bDCRA9TVsSAnZWagAA9QEP/jOVzql83IOlTS6TdXGA\n402aZ1rMPgDPCh2/PYlrSFZGiDpJay/zQFPXlskjJNHSI35E5oma9O46T+us\n15K7Px2ZX5lPLlTEfBA/odPI7Q4KwlZzD58x55OXaRMk2ZeOYHT2FCgYmeKd\nZy9AgMYouD4WIWqXLZkeJAKHfSZCVJ/TQgyPNxfsex1CVySNjoD0+bilUxUa\n+UFfpAvQEGr3CQh3SWhTjps8HOJMkUDjYWb1IWaf65hx+JkZxobpePMg4Oev\nGzgPRgRa+/eTcsxD+grjlBoVbxfQCgQUAJZch1IE/2/IdI6gMl3jQUTcWB1E\nYozzB+ll2w44HSGWgrq4UA+U/PpOgv2OdmamVeaY/hJZz+WsOgYuEUTuw+X9\nxOTIHy5VzFls1A7t904bWSFqZgc1v20nP8SQ/sa6mWRO7PiIa77qcJzYgL6C\nvNO60TzvAxPuLnnpitOx0706NKbEbzxauvoxA4QTcaOgYX/6cqP7j0QSQ1yx\nUuH8DD09qQxBvKkdBmAyel1XYgL62QeBRQUQeA4bi582e1qKkJcPjmsKe6nQ\nqKptjJGryMoABAjNKytuPEDdiq7JDeSjylXcrQtu87/rSKYZmfOB7+kt0Pxp\nrfokJfbNNb3F4Nas2EnpVIvpTlLBYCEBZ7mg5bl7/e/NQu6LRAJl3dJd0rER\n/ge+\r\n=EvH0\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.ts","engines":{"node":">=10"},"gitHead":"d95ae33212a5b46e093db03cb4e841b830daceb7","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:test":"npm run test","security":"npm audit --audit-level=high --prod","check-types":"tsc --noEmit","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.14.9","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix"]},"_nodeVersion":"14.15.3","dependencies":{"color-name":"^1.1.4","is-url-superb":"^4.0.0","quote-unquote":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","chalk":"^4.1.0","perfy":"^1.1.5","globby":"^11.0.1","postcss":"^8.2.9","prettier":"^2.1.2","pre-commit":"^1.2.2","rewiremock":"^3.14.3","strip-ansi":"^6.0.0","text-table":"^0.2.0","typescript":"^4.2.3","lint-staged":"^10.4.0","postcss-value-parser":"^4.1.0","eslint-config-shellscape":"^2.1.0"},"peerDependencies":{"postcss":"^8.2.9"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_6.0.2_1641531075366_0.3846012026334542","host":"s3://npm-registry-packages"}},"3.0.0-beta.2":{"name":"postcss-values-parser","version":"3.0.0-beta.2","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.0-beta.2","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"63ec33241f4bf3a23920d647b89d283060a677f9","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.0-beta.2.tgz","fileCount":18,"integrity":"sha512-yGSfbmx1HKqIZkgESd1YLh9PhtNTzyjWmJPUDtJu2sy2wMmkTzzRPznDzpwWjsw66e+ffz3IInBSm+ywtxZE1A==","signatures":[{"sig":"MEQCICdmrfwCnW5+48qs+sox6Gm4M+v4NM8xE29aoFZ20Hf5AiAMT0VEIlWKLROkeZU2ItcQ3sQgZf+NInxUpZr4ViB4EA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50194,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVmPBCRA9TVsSAnZWagAASDcP/jUAp3Em6BD9FiYzTZ0i\nXyUIVDmSoSQS2pFBedH6iYTePhgyWHtsFjn0aX3M+Xt0vZExn8aoE/LRAJ3+\n9eSkScu3u2owvEOq0Zlz6TDTr41+bUk6AHB4Ne7C5jhRdLfKlDPUELQw28L4\nLVxXZf3cNczW+Ycq0UMrBUYo4AeGaR1ypKXgGV6tIcAVq05RN0ZSNdRjHsoJ\nzaNjkkCWYZR2EeAk0nX/DIi5IQlgCLNxrPQkilpcnyJh7NVbY0BP0PIjCbTG\nvwnxbDFS9yMdJN+mLDxkww17lfKnxJS1RSfC52Ovdu3gv0oj6PjEkv93wBAv\npwQpzr+6Tb3XpWVGck5RqDHDc9tBobfhyuNeZc+eoiXGV6CRAIIMXMukdthl\nyUCgOmGBeVM+xQaA46xruNkLJ7yFzbtERIEGO7+z5mzijpggEqX9qbTF0sk5\nkBjHHBE9O6MWjr6Bzo0H7sfXjF5mFkKCAI+AS7huAwO5yTYzv6EfEw7eSio8\nkTa+42OKlhUNVCAVKdGYHPEmFq6dd//FzGuV5NcR0IniLdaFCs/FFxLW7Ux0\nceX8PW3AYctZA+jrixiRbJ/5fJv5kEnZpMqadnx6260VDAV/LQnR7ssJFn/g\ncsslQbmesQEFEeoMltoS4ZGTpICLB1tezUk66gXr7hwLV7XIm1A303jj+VUS\nhOE4\r\n=XST7\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"326151acf09cb1991d1bb5fba3ad041f3498f529","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^4.1.1"},"publishConfig":{"tag":"next"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^1.2.0","nyc":"^13.1.0","eslint":"^5.6.0","prettier":"^1.15.2","pre-commit":"^1.2.2","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^4.4.0","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.0-beta.2_1549165504503_0.444041353013211","host":"s3://npm-registry-packages"}},"6.0.0":{"name":"postcss-values-parser","version":"6.0.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@6.0.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/rewiremock.js"],"require":["./test/rewiremock.js"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"090e2bf3ef60fdbce90261681a34cf8cb0471adc","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-6.0.0.tgz","fileCount":21,"integrity":"sha512-EpjCoM7Ccso7Pn4NY8pcdMyjMULgepDPCgM80xx5M3Kdlb+cd6Pym+Q2ywvqc5ix+CF6/ltdt7XspkVFUkXm3w==","signatures":[{"sig":"MEQCIFCKLzwleSGscbhXS4TzLiGM+9NS9bnhcIKT0nVqaeScAiBYF4lw4h7jXXYb9jh/mEf9zb3H8q+xY1pIb2ZPJnqbPA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62534,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJg/1eMCRA9TVsSAnZWagAAbSEP/3nm4aFtDCyispR+8Jwt\nkgtpBYadyGwfB9bvGPQ3AGlRluX3cgtOg4NqEBlyrkUkmVKfIeiYI2tuKZpM\nlTcp2EsxnG3Pg/X9PluM2ijr6Aoj82EiFgBG+y1bWWOqxT1OVeCp1rhuzQWk\nBxfkGE2chKkhUWBPZpVgAfsovYnt9z7GlwHNhMfFj/7FdygsYKaP0u48OUw7\nB2UjtR4YeCLD9WVuDoFFvVwhrek2m84lI/9FUSVavS3bBjztqu34fa1wTJUD\nI04GkEmv25X1EW/dw5Vnz/Ks1KIxbLYISO7J1CCJZP7EGxp64kU/TXlnRV6y\nzxhnIfymlXQYsW8gS0t1efn1XfSHRYqJeVgQmWGoXBYMD5LUe2lAkXqiWFjB\n77HELWNctrkcgEuNlESeU9ARiF00H1GGK1PlLcSKrnd0YQ4kewgyYJZUVIv0\nUdSytphcWRt0I/jyGriFTlNO7jw36QgoRA3Cf2X9UM/ihFy0xnpBj7AsDDBj\nYzNVoeVTQjcOv0DHbFpsAMlkp6xpD2R+dG8qV6uIbzZgDyco56xjLbYr1UYI\nkX8U/bt33MfnJcdRMjOBKuK/yqzIWi0UHfjV3B5CQW0gOpLHgl5J9TTAwBBi\n3fzug8u19KmmcHGD5XVx7l/OJO4YfdCc8UAS4w8fcy/p1RnoUjsZeKfrh29n\nkM1s\r\n=3oEv\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.ts","engines":{"node":">=10"},"gitHead":"fa670b32f647968bc56e7a8691a7ba8ca99de73e","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:test":"npm run test","security":"npm audit --audit-level=high --prod","check-types":"tsc --noEmit","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.14.9","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix"]},"_nodeVersion":"14.15.3","dependencies":{"color-name":"^1.1.4","is-url-superb":"^4.0.0","quote-unquote":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","chalk":"^4.1.0","perfy":"^1.1.5","globby":"^11.0.1","postcss":"^8.2.9","prettier":"^2.1.2","pre-commit":"^1.2.2","rewiremock":"^3.14.3","strip-ansi":"^6.0.0","text-table":"^0.2.0","typescript":"^4.2.3","lint-staged":"^10.4.0","postcss-value-parser":"^4.1.0","eslint-config-shellscape":"^2.1.0"},"peerDependencies":{"postcss":"^8.2.9"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_6.0.0_1627346828840_0.9658251055726608","host":"s3://npm-registry-packages"}},"3.0.0-beta.3":{"name":"postcss-values-parser","version":"3.0.0-beta.3","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.0-beta.3","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"fb31db1a069794116ecfef0d86a00008ab839817","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.0-beta.3.tgz","fileCount":18,"integrity":"sha512-FjfKmGlDysgx472LbREqSrXHvRErO00rZxVKCvPBpkLdAj6GsZUxFlwFDnT64KY6u+7rll+xIOtLzdHnShW3lQ==","signatures":[{"sig":"MEYCIQCp4xly5IUAMFCdzEGP8D/EWI36K5ukm86rumt8Jz75sgIhAPew3j2O8ryFL2MCMwNuXJxEM4f16gJruKc2bkv1tyPS","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":50508,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcWwLrCRA9TVsSAnZWagAACj8P+wTWZjkbOmJSR/oda6rz\npp4FUClZyy2AZsK/LIyriR6gxCOOdQE8BRCDT6n1gogl9RO06i9QdeG1y3Xy\naL69omtLQj4KwMUVXJmYAXu2UNFv0+t9jXyw23qSb6lt/sXaCkkKrqIim5iP\noX3DZrFxv/eaYmxNSXupEVk6GdhiS+VLlMJT/M+r6/Qu1xsD/nhGg6O8KICU\nnZ4pCtgP+OJoda8qlYfUeZGYVSgUD9bKkNAAddn1OlbJEcUao8nUPJ2rwpLw\nRw/UCnGgnNyJ6P63Ub81l6AWSNwLS22MuPNHFvCB/xtLEJELhpPb+10kP4sg\nwZ2VveSeFIXLH/vIA6D6MWpkFUCnt4IfTa0GTiv0DPng1fDRHhoRlYzUCXD6\niWdhqgxqG+kclrYcGCFpf1ftIfUQE+pzE2cFfuttsXwG0iwPawm8PppA4yQF\nhb/n15fMw2KkoRAIfciBuoZRpAfzwxxEH5U4zQiQY3Q/oK6Hb2AocA2UzpPk\npAazEqqtwvwEnBURpXas0b/aUImqSNv/JZEgQ5UE21qe/Oixdsp6S/cCLdx1\nMQwZ5kR1dhUCMdFWXf/pTasUQDtwWk98cZQ5fpGJ8iBOAVskxVE1G+1mcxzA\nY51NHC/SvjWSCk3HWRRJmcvGhWmJE/U2hYA6o6ASCteQcvgAED4fMshgzGnN\nRROG\r\n=u842\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"4f706ac2ef87c63fcae9b707820cdcfb62098b62","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^4.1.1","color-name":"^1.1.4"},"publishConfig":{"tag":"next"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^1.2.0","nyc":"^13.1.0","eslint":"^5.6.0","prettier":"^1.15.2","pre-commit":"^1.2.2","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^4.4.0","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.0-beta.3_1549468394423_0.04682272641395535","host":"s3://npm-registry-packages"}},"6.0.1":{"name":"postcss-values-parser","version":"6.0.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@6.0.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/rewiremock.js"],"require":["./test/rewiremock.js"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"aeb5e4522c4aabeb1ebbb14122194b9c08069675","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-6.0.1.tgz","fileCount":21,"integrity":"sha512-hH3HREaFAEsVOzUgYiwvFggUqUvoIZoXD2OjhzY2CEM7uVDaQTKP5bmqbchCBoVvywsqiGVYhwC8p2wMUzpW+Q==","signatures":[{"sig":"MEUCIAJTpiABPbJix0NxEPEOyNxDwlB3FHqu1ID1G+quU4l+AiEA9oRtAqsR5CzFp6F+Xfu6DD2HT6V7JOzBVfNmoEX6NnQ=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62561},"main":"lib/index.js","types":"lib/index.d.ts","engines":{"node":">=10"},"gitHead":"5aea4d7e1b5cc8ebb9401379ef06c17213585493","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:test":"npm run test","security":"npm audit --audit-level=high --prod","check-types":"tsc --noEmit","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.14.9","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix"]},"_nodeVersion":"14.15.3","dependencies":{"color-name":"^1.1.4","is-url-superb":"^4.0.0","quote-unquote":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","chalk":"^4.1.0","perfy":"^1.1.5","globby":"^11.0.1","postcss":"^8.2.9","prettier":"^2.1.2","pre-commit":"^1.2.2","rewiremock":"^3.14.3","strip-ansi":"^6.0.0","text-table":"^0.2.0","typescript":"^4.2.3","lint-staged":"^10.4.0","postcss-value-parser":"^4.1.0","eslint-config-shellscape":"^2.1.0"},"peerDependencies":{"postcss":"^8.2.9"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_6.0.1_1633819888495_0.7431115393506307","host":"s3://npm-registry-packages"}},"3.0.0-beta.1":{"name":"postcss-values-parser","version":"3.0.0-beta.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@3.0.0-beta.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"nyc":{"exclude":["test/"]},"dist":{"shasum":"ad6eb07d97135437fb0d5458de6e1a55314d6c8a","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-3.0.0-beta.1.tgz","fileCount":94,"integrity":"sha512-ZUd6Z8hAP6wdJSolsg69FhbQEb0RpN1bngLMTG/c/SYFXb9fdMTJxR0ZTUhC7o9v6S08AcODzpQWipylNW+Ntw==","signatures":[{"sig":"MEUCIQDJcuN8dBlfKprSt15kWXYg/4MFYIGvSE7a/mKG5CA01gIgQzh5DsEPJD1dljgVGVq8Yf3oHNtMoX0xCfDws/DlAjU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":236459,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.4\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJcVmMKCRA9TVsSAnZWagAADSUP/jedSgVvHh5G6hnWeMho\nXHe+4W+y2F1MJnHLNv7c131MmMH1dE49s0dAzttZYiW+/tamZujkip1rXrS/\nlODq6HKssL0LjZvQcu8P5b6tPv1ExHi8C+5NBW9iLh9g99PElXQGGON5FYr4\nXduDEpET4yXH8WKm44uXaDc2zMh9lauhoklNIGNUQbZXm+IDgTVnnxT/GD2f\neVR0PAJQd6O4MaETbjsl7NalY63RqgC06Ye85QLm0W956TVowSkkCUKbrlh3\n9kOXiAdAVjRochEIufQ/SI5ayetDVDJELm8IGxn6KTcdbowq2q7O/tj5rhLb\nxln5LW1QoQoGP0XtTo0rJ/qxV4OWDybenzwumTIdnY7uKboYFRX9ZU+UOSyw\n8BjTqVzhhQMfTv2YgGnMMKiTT22XBxM4BlszJUaQT94+KvYHkJA/BmDMBsXR\nZB13cCbcNX6jrYmgymKQhXZM5WhekG6LiH2r34KcTcQUHYlG+9VMG4ltTd2O\nKOx5Mj0wg6NGrK9Kl5aC0y9AUoYZQQcdM3aLRmBscpeeeyydq6DYNPWpnhYf\nGs6+/G/O5xEuJTWmr0yk/yqon/bAk0SaoRu7hpUHxMULbPjX7c20YJSklTO0\nnsYQiO7co03WySSV+sCcjW/c7Hm/eAnDX9P8ng0xe+y4W4UxTQsDfooeVjAS\nnBB9\r\n=vM1e\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","engines":{"node":">=6.14.4"},"gitHead":"686ae5a0d42bf17c3be7bcab7c1faec026d6d05d","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:lint":"npm run lint && npm run security","ci:test":"npm run test","security":"npm audit","commitmsg":"commitlint -e $GIT_PARAMS","commitlint":"commitlint","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged","ci:lint:commits":"commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.4.1","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix","git add"]},"_nodeVersion":"10.13.0","dependencies":{"postcss":"^7.0.5","is-number":"^7.0.0","url-regex":"^4.1.1"},"publishConfig":{"tag":"next"},"_hasShrinkwrap":false,"readmeFilename":"README.md","devDependencies":{"ava":"^1.2.0","nyc":"^13.1.0","eslint":"^5.6.0","prettier":"^1.15.2","pre-commit":"^1.2.2","lint-staged":"^8.0.4","@commitlint/cli":"^7.2.1","standard-version":"^4.4.0","eslint-config-shellscape":"^2.0.2","@commitlint/config-conventional":"^7.1.2"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_3.0.0-beta.1_1549165321423_0.7164069859013416","host":"s3://npm-registry-packages"}},"5.0.0":{"name":"postcss-values-parser","version":"5.0.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MPL-2.0","_id":"postcss-values-parser@5.0.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/shellscape/postcss-values-parser","bugs":{"url":"https://github.com/shellscape/postcss-values-parser/issues"},"ava":{"files":["!**/fixtures/**","!**/helpers/**","!**/rewiremock.js"],"require":["./test/rewiremock.js"]},"nyc":{"exclude":["test/"],"include":["lib/*.js"]},"dist":{"shasum":"10c61ac3f488e4de25746b829ea8d8894e9ac3d2","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-5.0.0.tgz","fileCount":21,"integrity":"sha512-2viDDjMMrt21W2izbeiJxl3kFuD/+asgB0CBwPEgSyhCmBnDIa/y+pLaoyX+q3I3DHH0oPPL3cgjVTQvlS1Maw==","signatures":[{"sig":"MEQCIGJyrKT3YkyToli53U8KTl6RxVgY2UiU2lqeLqBHh08aAiBVK6SL3cw6OOlpXfQG/pjlaFvDJXu89JbAXm+5V8/Ohw==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":62478,"npm-signature":"-----BEGIN PGP SIGNATURE-----\r\nVersion: OpenPGP.js v3.0.13\r\nComment: https://openpgpjs.org\r\n\r\nwsFcBAEBCAAQBQJgMwCDCRA9TVsSAnZWagAAidIP/3cq/jBZQayAcfChhoiZ\ntMzAUSZz95ryVFRZbIudjtbjp1krAc6ob6Jak98u+fKCdAm/y8SIMjf+vxGK\nx2Sf3Ol1DzqFoj/ZQV4Ekf7h9phTalGndfqsdYwK9Bj+ZbXY3Vp6BC33yar5\nUu4Jk1+0IGzwlM29Fts5k1DjQ1eVsICPAij7DnMxxd1onEoPjDFXlyhjceo/\nw88SJPxaIEFlSpGzFkjrgAS5vh+IEjY+DpnwunbW0e9lPKTpjLsKt9yOeYxK\nifbdYW4j7zQE3CHVJyvwmmnkzyqUxcBSEv66rmq5AlMnum//DnIgLnIy5UQL\nnWx4NH4lA1Ebd/U9GbwNYRsoOdQKy4xHR75nos/CQt4XP7K2TzKjnRABoux0\nVmKLQBNt4r2ANkR7NsNrGOAxe89YB69jmUZFiFsiHpno9gaGm5fEk+IAE/6Q\nglHgUNmtOzmg72jidEKdUlYRhAGKVGGrBNvat9Pe5ySwi75t6zVqAQQEqH3W\nwofQFtaPcnKR4dwgnNIm/bP+4nF2wSEQu9xtzuFEJCKiNGOSwuSfTEGoICPo\nyGDuWduUzqH+J+ZaxD4lrMxWggfNO+qvvHEc/Jd6dl71GAusQQZuDtz3bsb2\nctcvLvbBb2obPvffBvuh+kn+NcjpZuJrSifOgCWe2zWLRBdp6kDubmiY4udN\n/+ws\r\n=MpuX\r\n-----END PGP SIGNATURE-----\r\n"},"main":"lib/index.js","types":"lib/index.d.ts","engines":{"node":">=10"},"gitHead":"4eda8cc26f28a03679ff26680a51953633a60289","scripts":{"lint":"eslint lib test --fix --cache","test":"ava","ci:test":"npm run test","security":"npm audit --audit-level=moderate","ci:coverage":"nyc npm run test && nyc report --reporter=text-lcov > coverage.lcov","lint-staged":"lint-staged"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"pre-commit":"lint-staged","repository":{"url":"git+https://github.com/shellscape/postcss-values-parser.git","type":"git"},"_npmVersion":"6.14.9","description":"A CSS property value parser for use with PostCSS","directories":{},"lint-staged":{"*.js":["eslint --fix"]},"_nodeVersion":"14.15.3","dependencies":{"color-name":"^1.1.4","is-url-superb":"^4.0.0","quote-unquote":"^1.0.0"},"_hasShrinkwrap":false,"devDependencies":{"ava":"^3.12.1","nyc":"^15.1.0","chalk":"^4.1.0","perfy":"^1.1.5","globby":"^11.0.1","postcss":"^8.0.9","prettier":"^2.1.2","pre-commit":"^1.2.2","rewiremock":"^3.14.3","strip-ansi":"^6.0.0","text-table":"^0.2.0","lint-staged":"^10.4.0","postcss-value-parser":"^4.1.0","eslint-config-shellscape":"^2.1.0"},"peerDependencies":{"postcss":"^8.0.9"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser_5.0.0_1613955202857_0.16808529691095053","host":"s3://npm-registry-packages"}},"1.0.0":{"name":"postcss-values-parser","version":"1.0.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.0.0","maintainers":[{"name":"gilt-tech","email":"gilt-tech@gilt.com"},{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"33c8cae8eeb5879601a8493657bc9d2bd8b6e53d","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.0.0.tgz","integrity":"sha512-hOl4PEcV1KYzNINZV/nbLljX83MW8GA42ik8axn+fBRLEqeEWz/DmrQYXi8UCkgwP+DWAuM5KX586M3CwMKZ0A==","signatures":[{"sig":"MEYCIQCcEsdbB+DmEx4hJ1ngVu33rDUL/YbHXbZdzGtn2zhMugIhALsPMXodKkldnKyNGeNHUbOObL26ETk48OXkG+mPBFGx","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","files":["API.md","LICENSE","README.md"],"_shasum":"33c8cae8eeb5879601a8493657bc9d2bd8b6e53d","engines":{"node":">=4"},"gitHead":"672689884356fe5c0224223d8e30457f075b83a0","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.1.1","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.3.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^3.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.0.0.tgz_1484099556019_0.047551866387948394","host":"packages-12-west.internal.npmjs.com"}},"1.0.1":{"name":"postcss-values-parser","version":"1.0.1","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.0.1","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"89ee2461c9c15cc0f4875af9c0359a42d34df123","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.0.1.tgz","integrity":"sha512-lI28+hRMCXou1xm2+cFBMBP1mxgJLKY9Fy2Ijf0Ij6gi9C7kyU90jBwVDjFw0SO90+mvk6RC33q0hCUnGJ2QtA==","signatures":[{"sig":"MEUCIGNKk0AbI/upE3ncbES9rIc4jaTMgNDlGGObrKq7raHpAiEAjCfQW3SZlJJBsdknlx1w1yZBvo3FzDkpRZd4rvp5GSY=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"index.js","_from":".","_shasum":"89ee2461c9c15cc0f4875af9c0359a42d34df123","engines":{"node":">=4"},"gitHead":"abe6f7f27ad4948e7fe499dd2ea44e3034455837","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.1.1","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.3.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^3.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.0.1.tgz_1484140461629_0.4158368883654475","host":"packages-18-east.internal.npmjs.com"}},"1.1.0":{"name":"postcss-values-parser","version":"1.1.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.1.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"ab1d2d51a961a8bb970fbc84a16c1ff76cf3b287","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.1.0.tgz","integrity":"sha512-wi7DhVWs51VU8JWIqJn2hBlJWchcXrWy1TxCoNZOCV0z32jcgYQ5y68vAKFiXBEBf0+mqks6pBbf4RdxKgRmuw==","signatures":[{"sig":"MEQCIBx5e5sVYvD2FH0MX6/AckkLduKi8MQR9i8s4onePgugAiBFFzgT3IHIK9RBvUtwt7fk5Z5eLgasfKfpKCEugnU9PQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"ab1d2d51a961a8bb970fbc84a16c1ff76cf3b287","engines":{"node":">=4"},"gitHead":"93bc4e484c00df82c01fe212cb884baae9449540","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.1.1","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.3.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^3.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.1.0.tgz_1485956188877_0.6691625716630369","host":"packages-12-west.internal.npmjs.com"}},"1.0.2":{"name":"postcss-values-parser","version":"1.0.2","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.0.2","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"de9a862e885bf6b7e0682ab905ea9b677dad4ac0","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.0.2.tgz","integrity":"sha512-owx8Xtsme/NpkZ5/cdF9dCgbhJLOhKc2Tw+S0waei9TZimqCEzt1LgA/jNnpY1ZbR1BesDf+z+tadsYhplJH6g==","signatures":[{"sig":"MEYCIQD5uMQ5m8XGgcMDRWkFMjzNM7SIOqQXalnlWvnEmfo5+QIhAPKyYEb+kcTZ1Zs31W9MVCc3lnl/36SnYleON6imO5iw","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"de9a862e885bf6b7e0682ab905ea9b677dad4ac0","engines":{"node":">=4"},"gitHead":"abe6f7f27ad4948e7fe499dd2ea44e3034455837","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.1.1","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.3.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^3.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.0.2.tgz_1484140625325_0.17261258140206337","host":"packages-12-west.internal.npmjs.com"}},"1.2.0":{"name":"postcss-values-parser","version":"1.2.0","keywords":["css","less","ast","postcss","value","values","parser","parsing","properties"],"author":{"url":"shellscape","name":"Andrew Powell","email":"andrew@shellscape.org"},"license":"MIT","_id":"postcss-values-parser@1.2.0","maintainers":[{"name":"shellscape","email":"andrew@shellscape.org"}],"homepage":"https://github.com/lesshint/postcss-values-parser#readme","bugs":{"url":"https://github.com/lesshint/postcss-values-parser/issues"},"dist":{"shasum":"1429bd8084c36265244df9a8689a3117989131c1","tarball":"https://devel.data-in-motion.biz/nexus/repository/npm-group/postcss-values-parser/-/postcss-values-parser-1.2.0.tgz","integrity":"sha512-x1AXpPEDbMgoDGm9ggd69qW0mdNTNbujRc5dklxCNd4aa/2rmLvBxDniGaDQxjWoqDD1S3EoL2AsuIggdIrdWg==","signatures":[{"sig":"MEUCIQCwe6QehlxMycKzkFjzT5RugcllWBmmP6YNfeRaW3H/FgIgJ+ok45Tg32Nwc9DTFR1dSllDT7H9+agfDZ+8G8fXHzA=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}]},"main":"lib/index.js","_from":".","_shasum":"1429bd8084c36265244df9a8689a3117989131c1","engines":{"node":">=4"},"gitHead":"7346e7c7c66006b05906597abc7e266d4d29ab73","scripts":{"test":"gulp"},"_npmUser":{"name":"shellscape","email":"andrew@shellscape.org"},"repository":{"url":"git+https://github.com/lesshint/postcss-values-parser.git","type":"git"},"_npmVersion":"4.1.1","description":"A CSS property value parser for use with PostCSS","directories":{},"_nodeVersion":"7.3.0","dependencies":{"uniq":"^1.0.1","flatten":"^1.0.2","indexes-of":"^1.0.1"},"devDependencies":{"chai":"3.5.0","gulp":"^3.9.1","eslint":"^3.11.1","gulp-mocha":"^3.0.1","gulp-eslint":"^3.0.1","chai-shallow-deep-equal":"^1.4.0"},"_npmOperationalInternal":{"tmp":"tmp/postcss-values-parser-1.2.0.tgz_1486742497177_0.17112550395540893","host":"packages-18-east.internal.npmjs.com"}}},"name":"postcss-values-parser","time":{"0.1.5":"2016-07-11T22:40:40.222Z","0.1.6":"2016-07-27T13:04:06.140Z","0.1.3":"2016-04-25T14:00:04.176Z","0.1.4":"2016-04-25T20:05:55.274Z","0.1.7":"2016-07-27T13:06:04.821Z","0.1.8":"2016-11-28T14:12:16.819Z","4.0.0":"2020-09-16T14:27:07.781Z","0.1.1":"2016-03-30T02:33:30.909Z","0.1.2":"2016-04-03T13:32:00.702Z","0.1.0":"2016-03-28T16:48:52.807Z","3.0.0":"2019-03-04T16:10:05.269Z","3.0.5":"2019-06-26T16:03:29.417Z","modified":"2025-07-31T05:26:32.311Z","3.0.1":"2019-03-05T01:19:42.400Z","3.1.0":"2020-02-04T12:30:44.481Z","3.0.2":"2019-03-13T01:41:59.549Z","3.1.1":"2020-02-07T11:58:24.326Z","3.2.0":"2020-04-19T00:15:47.675Z","3.0.3":"2019-03-26T21:31:15.065Z","3.2.1":"2020-04-26T15:33:49.164Z","3.0.4":"2019-05-04T19:10:02.620Z","2.0.0":"2018-09-18T14:08:09.796Z","2.0.1":"2019-01-14T19:09:42.422Z","created":"2016-03-28T16:48:52.807Z","7.0.0":"2025-07-10T23:41:18.958Z","1.0.3":"2017-01-18T17:18:04.649Z","1.2.1":"2017-05-04T12:02:33.653Z","1.3.0":"2017-07-20T13:58:57.243Z","1.2.2":"2017-05-20T13:20:52.264Z","1.3.1":"2017-09-28T16:01:25.654Z","1.4.0":"2018-03-01T22:13:25.486Z","1.3.2":"2018-02-12T17:04:45.497Z","1.5.0":"2018-03-20T22:16:47.701Z","3.0.0-beta.4":"2019-02-10T17:40:58.120Z","6.0.2":"2022-01-07T04:51:15.600Z","3.0.0-beta.2":"2019-02-03T03:45:04.633Z","6.0.0":"2021-07-27T00:47:08.945Z","3.0.0-beta.3":"2019-02-06T15:53:14.557Z","6.0.1":"2021-10-09T22:51:28.642Z","3.0.0-beta.1":"2019-02-03T03:42:01.563Z","5.0.0":"2021-02-22T00:53:23.009Z","1.0.0":"2017-01-11T01:52:38.092Z","1.0.1":"2017-01-11T13:14:22.253Z","1.1.0":"2017-02-01T13:36:30.684Z","1.0.2":"2017-01-11T13:17:07.088Z","1.2.0":"2017-02-10T16:01:37.718Z"},"readmeFilename":"README.md","homepage":"https://github.com/shellscape/postcss-values-parser"}