package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. {
  2. "_from": "postcss-nesting@^7.0.0",
  3. "_id": "postcss-nesting@7.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-FrorPb0H3nuVq0Sff7W2rnc3SmIcruVC6YwpcS+k687VxyxO33iE1amna7wHuRVzM8vfiYofXSBHNAZ3QhLvYg==",
  6. "_location": "/postcss-nesting",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-nesting@^7.0.0",
  12. "name": "postcss-nesting",
  13. "escapedName": "postcss-nesting",
  14. "rawSpec": "^7.0.0",
  15. "saveSpec": null,
  16. "fetchSpec": "^7.0.0"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-7.0.1.tgz",
  22. "_shasum": "b50ad7b7f0173e5b5e3880c3501344703e04c052",
  23. "_spec": "postcss-nesting@^7.0.0",
  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-nesting/issues"
  31. },
  32. "bundleDependencies": false,
  33. "dependencies": {
  34. "postcss": "^7.0.2"
  35. },
  36. "deprecated": false,
  37. "description": "Nest style rules inside each other",
  38. "devDependencies": {
  39. "@babel/core": "^7.0.0",
  40. "@babel/preset-env": "^7.0.0",
  41. "babel-eslint": "^9.0.0",
  42. "babel-plugin-array-includes": "^2.0.3",
  43. "eslint": "^5.6.0",
  44. "eslint-config-dev": "^2.0.0",
  45. "postcss-tape": "^2.2.0",
  46. "pre-commit": "^1.2.2",
  47. "rollup": "^0.66.0",
  48. "rollup-plugin-babel": "^4.0.1"
  49. },
  50. "engines": {
  51. "node": ">=6.0.0"
  52. },
  53. "eslintConfig": {
  54. "extends": "dev",
  55. "parser": "babel-eslint"
  56. },
  57. "files": [
  58. "index.cjs.js",
  59. "index.es.js"
  60. ],
  61. "homepage": "https://github.com/jonathantneal/postcss-nesting#readme",
  62. "keywords": [
  63. "postcss",
  64. "css",
  65. "postcss-plugin",
  66. "atrules",
  67. "child",
  68. "children",
  69. "cssnext",
  70. "nested",
  71. "nestings",
  72. "rules",
  73. "selectors",
  74. "syntax",
  75. "specifications",
  76. "specs",
  77. "w3c",
  78. "csswg"
  79. ],
  80. "license": "CC0-1.0",
  81. "main": "index.cjs.js",
  82. "module": "index.es.js",
  83. "name": "postcss-nesting",
  84. "repository": {
  85. "type": "git",
  86. "url": "git+https://github.com/jonathantneal/postcss-nesting.git"
  87. },
  88. "scripts": {
  89. "prepublishOnly": "npm test",
  90. "pretest": "rollup -c .rollup.js --silent",
  91. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  92. "test:js": "eslint *.js lib/*.js --cache --ignore-path .gitignore --quiet",
  93. "test:tape": "postcss-tape"
  94. },
  95. "version": "7.0.1"
  96. }