package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "_from": "postcss-place@^4.0.1",
  3. "_id": "postcss-place@4.0.1",
  4. "_inBundle": false,
  5. "_integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==",
  6. "_location": "/postcss-place",
  7. "_phantomChildren": {},
  8. "_requested": {
  9. "type": "range",
  10. "registry": true,
  11. "raw": "postcss-place@^4.0.1",
  12. "name": "postcss-place",
  13. "escapedName": "postcss-place",
  14. "rawSpec": "^4.0.1",
  15. "saveSpec": null,
  16. "fetchSpec": "^4.0.1"
  17. },
  18. "_requiredBy": [
  19. "/postcss-preset-env"
  20. ],
  21. "_resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz",
  22. "_shasum": "e9f39d33d2dc584e46ee1db45adb77ca9d1dcc62",
  23. "_spec": "postcss-place@^4.0.1",
  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-place/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 a place-* shorthand for align-* and justify-* in CSS",
  39. "devDependencies": {
  40. "@babel/core": "^7.1.0",
  41. "@babel/preset-env": "^7.1.0",
  42. "babel-eslint": "^9.0.0",
  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.3"
  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.cjs.js.map",
  60. "index.es.mjs",
  61. "index.es.mjs.map"
  62. ],
  63. "homepage": "https://github.com/jonathantneal/postcss-place#readme",
  64. "keywords": [
  65. "postcss",
  66. "css",
  67. "postcss-plugin",
  68. "shorthands",
  69. "alignments",
  70. "justifies",
  71. "justify",
  72. "aligns",
  73. "contents",
  74. "selfs"
  75. ],
  76. "license": "CC0-1.0",
  77. "main": "index.cjs.js",
  78. "module": "index.es.mjs",
  79. "name": "postcss-place",
  80. "repository": {
  81. "type": "git",
  82. "url": "git+https://github.com/jonathantneal/postcss-place.git"
  83. },
  84. "scripts": {
  85. "prepublishOnly": "npm test",
  86. "pretest": "rollup -c .rollup.js --silent",
  87. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  88. "test:ec": "echint --ignore index.*.js test",
  89. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  90. "test:tape": "postcss-tape"
  91. },
  92. "version": "4.0.1"
  93. }