package.json 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. {
  2. "_args": [
  3. [
  4. "postcss-value-parser@3.3.0",
  5. "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
  6. ]
  7. ],
  8. "_development": true,
  9. "_from": "postcss-value-parser@3.3.0",
  10. "_id": "postcss-value-parser@3.3.0",
  11. "_inBundle": false,
  12. "_integrity": "sha1-h/OPnxj3dKSrTIojL1xc6IcqnRU=",
  13. "_location": "/postcss-value-parser",
  14. "_phantomChildren": {},
  15. "_requested": {
  16. "type": "version",
  17. "registry": true,
  18. "raw": "postcss-value-parser@3.3.0",
  19. "name": "postcss-value-parser",
  20. "escapedName": "postcss-value-parser",
  21. "rawSpec": "3.3.0",
  22. "saveSpec": null,
  23. "fetchSpec": "3.3.0"
  24. },
  25. "_requiredBy": [
  26. "/autoprefixer"
  27. ],
  28. "_resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-3.3.0.tgz",
  29. "_spec": "3.3.0",
  30. "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
  31. "author": {
  32. "name": "Bogdan Chadkin",
  33. "email": "trysound@yandex.ru"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/TrySound/postcss-value-parser/issues"
  37. },
  38. "description": "Transforms css values and at-rule params into the tree",
  39. "devDependencies": {
  40. "eslint": "^2.1.0",
  41. "eslint-config-postcss": "^2.0.0",
  42. "tap-spec": "^4.1.0",
  43. "tape": "^4.2.0"
  44. },
  45. "eslintConfig": {
  46. "extends": "postcss/es5",
  47. "rules": {
  48. "max-len": 0,
  49. "no-bitwise": 0,
  50. "complexity": 0,
  51. "no-use-before-define": 0,
  52. "consistent-return": 0
  53. }
  54. },
  55. "files": [
  56. "lib"
  57. ],
  58. "homepage": "https://github.com/TrySound/postcss-value-parser",
  59. "keywords": [
  60. "postcss",
  61. "value",
  62. "parser"
  63. ],
  64. "license": "MIT",
  65. "main": "lib/index.js",
  66. "name": "postcss-value-parser",
  67. "repository": {
  68. "type": "git",
  69. "url": "git+https://github.com/TrySound/postcss-value-parser.git"
  70. },
  71. "scripts": {
  72. "posttest": "eslint .",
  73. "test": "tape test/*.js | tap-spec"
  74. },
  75. "version": "3.3.0"
  76. }