Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 

100 rindas
2.8 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-env-function@2.0.2",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-env-function@2.0.2",
  9. "_id": "postcss-env-function@2.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-rwac4BuZlITeUbiBq60h/xbLzXY43qOsIErngWa4l7Mt+RaSkT7QBjXVGTcBHupykkblHMDrBFh30zchYPaOUw==",
  12. "_location": "/postcss-env-function",
  13. "_phantomChildren": {
  14. "color-convert": "1.9.3",
  15. "escape-string-regexp": "1.0.5",
  16. "has-flag": "3.0.0"
  17. },
  18. "_requested": {
  19. "type": "version",
  20. "registry": true,
  21. "raw": "postcss-env-function@2.0.2",
  22. "name": "postcss-env-function",
  23. "escapedName": "postcss-env-function",
  24. "rawSpec": "2.0.2",
  25. "saveSpec": null,
  26. "fetchSpec": "2.0.2"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-2.0.2.tgz",
  32. "_spec": "2.0.2",
  33. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  34. "author": {
  35. "name": "Jonathan Neal",
  36. "email": "jonathantneal@hotmail.com"
  37. },
  38. "bugs": {
  39. "url": "https://github.com/jonathantneal/postcss-env-function/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.2",
  43. "postcss-values-parser": "^2.0.0"
  44. },
  45. "description": "Use env() variables in CSS",
  46. "devDependencies": {
  47. "@babel/core": "^7.1.0",
  48. "@babel/plugin-syntax-dynamic-import": "^7.0.0",
  49. "@babel/preset-env": "^7.1.0",
  50. "babel-eslint": "^9.0.0",
  51. "eslint": "^5.6.0",
  52. "eslint-config-dev": "^2.0.0",
  53. "postcss-tape": "^2.2.0",
  54. "pre-commit": "^1.2.2",
  55. "rollup": "^0.66.1",
  56. "rollup-plugin-babel": "^4.0.3"
  57. },
  58. "engines": {
  59. "node": ">=6.0.0"
  60. },
  61. "eslintConfig": {
  62. "extends": "dev",
  63. "parser": "babel-eslint"
  64. },
  65. "files": [
  66. "index.cjs.js",
  67. "index.cjs.js.map",
  68. "index.es.mjs",
  69. "index.es.mjs.map"
  70. ],
  71. "homepage": "https://github.com/jonathantneal/postcss-env-function#readme",
  72. "keywords": [
  73. "postcss",
  74. "css",
  75. "postcss-plugin",
  76. "environments",
  77. "variables",
  78. "envs",
  79. "constants",
  80. "functions"
  81. ],
  82. "license": "CC0-1.0",
  83. "main": "index.cjs.js",
  84. "module": "index.es.mjs",
  85. "name": "postcss-env-function",
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/jonathantneal/postcss-env-function.git"
  89. },
  90. "scripts": {
  91. "prepublishOnly": "npm test",
  92. "pretest": "rollup -c .rollup.js --silent",
  93. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  94. "test:ec": "echint --ignore index.*.js test",
  95. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  96. "test:tape": "postcss-tape"
  97. },
  98. "version": "2.0.2"
  99. }