No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

101 líneas
2.7 KiB

  1. {
  2. "_args": [
  3. [
  4. "postcss-place@4.0.1",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "postcss-place@4.0.1",
  9. "_id": "postcss-place@4.0.1",
  10. "_inBundle": false,
  11. "_integrity": "sha512-Zb6byCSLkgRKLODj/5mQugyuj9bvAAw9LqJJjgwz5cYryGeXfFZfSXoP1UfveccFmeq0b/2xxwcTEVScnqGxBg==",
  12. "_location": "/postcss-place",
  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-place@4.0.1",
  22. "name": "postcss-place",
  23. "escapedName": "postcss-place",
  24. "rawSpec": "4.0.1",
  25. "saveSpec": null,
  26. "fetchSpec": "4.0.1"
  27. },
  28. "_requiredBy": [
  29. "/postcss-preset-env"
  30. ],
  31. "_resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-4.0.1.tgz",
  32. "_spec": "4.0.1",
  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-place/issues"
  40. },
  41. "dependencies": {
  42. "postcss": "^7.0.2",
  43. "postcss-values-parser": "^2.0.0"
  44. },
  45. "description": "Use a place-* shorthand for align-* and justify-* in CSS",
  46. "devDependencies": {
  47. "@babel/core": "^7.1.0",
  48. "@babel/preset-env": "^7.1.0",
  49. "babel-eslint": "^9.0.0",
  50. "eslint": "^5.6.0",
  51. "eslint-config-dev": "^2.0.0",
  52. "postcss-tape": "^2.2.0",
  53. "pre-commit": "^1.2.2",
  54. "rollup": "^0.66.0",
  55. "rollup-plugin-babel": "^4.0.3"
  56. },
  57. "engines": {
  58. "node": ">=6.0.0"
  59. },
  60. "eslintConfig": {
  61. "extends": "dev",
  62. "parser": "babel-eslint"
  63. },
  64. "files": [
  65. "index.cjs.js",
  66. "index.cjs.js.map",
  67. "index.es.mjs",
  68. "index.es.mjs.map"
  69. ],
  70. "homepage": "https://github.com/jonathantneal/postcss-place#readme",
  71. "keywords": [
  72. "postcss",
  73. "css",
  74. "postcss-plugin",
  75. "shorthands",
  76. "alignments",
  77. "justifies",
  78. "justify",
  79. "aligns",
  80. "contents",
  81. "selfs"
  82. ],
  83. "license": "CC0-1.0",
  84. "main": "index.cjs.js",
  85. "module": "index.es.mjs",
  86. "name": "postcss-place",
  87. "repository": {
  88. "type": "git",
  89. "url": "git+https://github.com/jonathantneal/postcss-place.git"
  90. },
  91. "scripts": {
  92. "prepublishOnly": "npm test",
  93. "pretest": "rollup -c .rollup.js --silent",
  94. "test": "echo 'Running tests...'; npm run test:js && npm run test:tape",
  95. "test:ec": "echint --ignore index.*.js test",
  96. "test:js": "eslint *.js --cache --ignore-path .gitignore --quiet",
  97. "test:tape": "postcss-tape"
  98. },
  99. "version": "4.0.1"
  100. }