Dashboard sipadu mbip
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 2.5KB

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