/usr/lib/nodejs/postcss-value-parser/package.json is in node-postcss-value-parser 3.3.0-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | {
"name": "postcss-value-parser",
"version": "3.3.0",
"description": "Transforms css values and at-rule params into the tree",
"main": "lib/index.js",
"files": [
"lib"
],
"devDependencies": {
"eslint": "^2.1.0",
"eslint-config-postcss": "^2.0.0",
"tap-spec": "^4.1.0",
"tape": "^4.2.0"
},
"scripts": {
"test": "tape test/*.js | tap-spec",
"posttest": "eslint ."
},
"eslintConfig": {
"extends": "postcss/es5",
"rules": {
"max-len": 0,
"no-bitwise": 0,
"complexity": 0,
"no-use-before-define": 0,
"consistent-return": 0
}
},
"author": "Bogdan Chadkin <trysound@yandex.ru>",
"license": "MIT",
"homepage": "https://github.com/TrySound/postcss-value-parser",
"repository": {
"type": "git",
"url": "https://github.com/TrySound/postcss-value-parser.git"
},
"keywords": [
"postcss",
"value",
"parser"
],
"bugs": {
"url": "https://github.com/TrySound/postcss-value-parser/issues"
}
}
|