|
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "postcss-values-parser@2.0.1",
- "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
- ]
- ],
- "_from": "postcss-values-parser@2.0.1",
- "_id": "postcss-values-parser@2.0.1",
- "_inBundle": false,
- "_integrity": "sha512-2tLuBsA6P4rYTNKCXYG/71C7j1pU6pK503suYOmn4xYrQIzW+opD+7FAFNuGSdZC/3Qfy334QbeMu7MEb8gOxg==",
- "_location": "/postcss-values-parser",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "postcss-values-parser@2.0.1",
- "name": "postcss-values-parser",
- "escapedName": "postcss-values-parser",
- "rawSpec": "2.0.1",
- "saveSpec": null,
- "fetchSpec": "2.0.1"
- },
- "_requiredBy": [
- "/postcss-color-functional-notation",
- "/postcss-color-hex-alpha",
- "/postcss-color-mod-function",
- "/postcss-color-rebeccapurple",
- "/postcss-custom-properties",
- "/postcss-env-function",
- "/postcss-image-set-function",
- "/postcss-lab-function",
- "/postcss-place"
- ],
- "_resolved": "https://registry.npmjs.org/postcss-values-parser/-/postcss-values-parser-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
- "author": {
- "name": "Andrew Powell",
- "email": "andrew@shellscape.org",
- "url": "shellscape"
- },
- "bugs": {
- "url": "https://github.com/lesshint/postcss-values-parser/issues"
- },
- "dependencies": {
- "flatten": "^1.0.2",
- "indexes-of": "^1.0.1",
- "uniq": "^1.0.1"
- },
- "description": "A CSS property value parser for use with PostCSS",
- "devDependencies": {
- "chai": "^4.1.2",
- "chai-shallow-deep-equal": "^1.4.0",
- "eslint": "^5.6.0",
- "gulp": "^3.9.1",
- "gulp-eslint": "^5.0.0",
- "gulp-mocha": "^6.0.0"
- },
- "engines": {
- "node": ">=6.14.4"
- },
- "homepage": "https://github.com/lesshint/postcss-values-parser#readme",
- "keywords": [
- "css",
- "less",
- "ast",
- "postcss",
- "value",
- "values",
- "parser",
- "parsing",
- "properties"
- ],
- "license": "MIT",
- "main": "lib/index.js",
- "name": "postcss-values-parser",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/lesshint/postcss-values-parser.git"
- },
- "scripts": {
- "test": "gulp"
- },
- "version": "2.0.1"
- }
|