Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

3 лет назад
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "vendors@1.0.4",
  5. "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp"
  6. ]
  7. ],
  8. "_from": "vendors@1.0.4",
  9. "_id": "vendors@1.0.4",
  10. "_inBundle": false,
  11. "_integrity": "sha512-/juG65kTL4Cy2su4P8HjtkTxk6VmJDiOPBufWniqQ6wknac6jNiXS9vU+hO3wgusiyqWlzTbVHi0dyJqRONg3w==",
  12. "_location": "/vendors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vendors@1.0.4",
  18. "name": "vendors",
  19. "escapedName": "vendors",
  20. "rawSpec": "1.0.4",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.4"
  23. },
  24. "_requiredBy": [
  25. "/postcss-merge-rules"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.4.tgz",
  28. "_spec": "1.0.4",
  29. "_where": "/Users/michielcarman/Server Code/Repository/clients-rpm-kit-manager/code/RPM.KitManager/RPM.KitManager.Web/ClientApp",
  30. "author": {
  31. "name": "Titus Wormer",
  32. "email": "tituswormer@gmail.com",
  33. "url": "https://wooorm.com"
  34. },
  35. "bugs": {
  36. "url": "https://github.com/wooorm/vendors/issues"
  37. },
  38. "contributors": [
  39. {
  40. "name": "Titus Wormer",
  41. "email": "tituswormer@gmail.com",
  42. "url": "https://wooorm.com"
  43. }
  44. ],
  45. "dependencies": {},
  46. "description": "List of vendor prefixes known to the web platform",
  47. "devDependencies": {
  48. "browserify": "^16.0.0",
  49. "prettier": "^1.0.0",
  50. "remark-cli": "^7.0.0",
  51. "remark-preset-wooorm": "^6.0.0",
  52. "tape": "^4.0.0",
  53. "tinyify": "^2.0.0",
  54. "xo": "^0.25.0"
  55. },
  56. "files": [
  57. "index.json"
  58. ],
  59. "funding": {
  60. "type": "github",
  61. "url": "https://github.com/sponsors/wooorm"
  62. },
  63. "homepage": "https://github.com/wooorm/vendors#readme",
  64. "keywords": [
  65. "css",
  66. "html",
  67. "dom",
  68. "web",
  69. "platform",
  70. "vendor",
  71. "prefix",
  72. "prefixes"
  73. ],
  74. "license": "MIT",
  75. "main": "index.json",
  76. "name": "vendors",
  77. "prettier": {
  78. "tabWidth": 2,
  79. "useTabs": false,
  80. "singleQuote": true,
  81. "bracketSpacing": false,
  82. "semi": false,
  83. "trailingComma": "none"
  84. },
  85. "remarkConfig": {
  86. "plugins": [
  87. "preset-wooorm"
  88. ]
  89. },
  90. "repository": {
  91. "type": "git",
  92. "url": "git+https://github.com/wooorm/vendors.git"
  93. },
  94. "scripts": {
  95. "build": "npm run build-bundle && npm run build-mangle",
  96. "build-bundle": "browserify index.json -s vendors -o vendors.js",
  97. "build-mangle": "browserify index.json -s vendors -p tinyify -o vendors.min.js",
  98. "format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
  99. "test": "npm run format && npm run build && npm run test-api",
  100. "test-api": "node test"
  101. },
  102. "version": "1.0.4",
  103. "xo": {
  104. "prettier": true,
  105. "esnext": false,
  106. "ignores": [
  107. "vendors.js"
  108. ]
  109. }
  110. }