package.json 1.9 KB

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