package.json 2.7 KB

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