package.json 2.6 KB

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