package.json 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. {
  2. "_args": [
  3. [
  4. "vendors@1.0.2",
  5. "D:\\projects\\dealer_front"
  6. ]
  7. ],
  8. "_from": "vendors@1.0.2",
  9. "_id": "vendors@1.0.2",
  10. "_inBundle": false,
  11. "_integrity": "sha512-w/hry/368nO21AN9QljsaIhb9ZiZtZARoVH5f3CsFbawdLdayCgKRPup7CggujvySMxx0I91NOyxdVENohprLQ==",
  12. "_location": "/vendors",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "vendors@1.0.2",
  18. "name": "vendors",
  19. "escapedName": "vendors",
  20. "rawSpec": "1.0.2",
  21. "saveSpec": null,
  22. "fetchSpec": "1.0.2"
  23. },
  24. "_requiredBy": [
  25. "/postcss-merge-rules"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/vendors/-/vendors-1.0.2.tgz",
  28. "_spec": "1.0.2",
  29. "_where": "D:\\projects\\dealer_front",
  30. "author": {
  31. "name": "Titus Wormer",
  32. "email": "tituswormer@gmail.com",
  33. "url": "http://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": "http://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. "esmangle": "^1.0.0",
  50. "prettier": "^1.12.1",
  51. "remark-cli": "^5.0.0",
  52. "remark-preset-wooorm": "^4.0.0",
  53. "tape": "^4.4.0",
  54. "xo": "^0.20.0"
  55. },
  56. "files": [
  57. "index.json"
  58. ],
  59. "homepage": "https://github.com/wooorm/vendors#readme",
  60. "keywords": [
  61. "css",
  62. "html",
  63. "dom",
  64. "web",
  65. "platform",
  66. "vendor",
  67. "prefix",
  68. "prefixes"
  69. ],
  70. "license": "MIT",
  71. "main": "index.json",
  72. "name": "vendors",
  73. "prettier": {
  74. "tabWidth": 2,
  75. "useTabs": false,
  76. "singleQuote": true,
  77. "bracketSpacing": false,
  78. "semi": false,
  79. "trailingComma": "none"
  80. },
  81. "remarkConfig": {
  82. "plugins": [
  83. "preset-wooorm"
  84. ]
  85. },
  86. "repository": {
  87. "type": "git",
  88. "url": "git+https://github.com/wooorm/vendors.git"
  89. },
  90. "scripts": {
  91. "build": "npm run build-bundle && npm run build-mangle",
  92. "build-bundle": "browserify index.json -s vendors > vendors.js",
  93. "build-mangle": "esmangle vendors.js > vendors.min.js",
  94. "format": "remark . -qfo && prettier --write '**/*.js' && xo --fix",
  95. "test": "npm run format && npm run build && npm run test-api",
  96. "test-api": "node test"
  97. },
  98. "version": "1.0.2",
  99. "xo": {
  100. "prettier": true,
  101. "esnext": false,
  102. "rules": {
  103. "no-var": "off",
  104. "prefer-arrow-callback": "off"
  105. },
  106. "ignores": [
  107. "vendors.js"
  108. ]
  109. }
  110. }