package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "_args": [
  3. [
  4. "x2js@3.4.3",
  5. "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
  6. ]
  7. ],
  8. "_from": "x2js@3.4.3",
  9. "_id": "x2js@3.4.3",
  10. "_inBundle": false,
  11. "_integrity": "sha512-+65+WHCaQ9E0Gb2FDz/tYRSRBGGvFsSMiWDGn8KbgJOLkJhZBMCU1lxuRMLyTcx/54IopT0rDQWCUz2f7FTsyQ==",
  12. "_location": "/x2js",
  13. "_phantomChildren": {},
  14. "_requested": {
  15. "type": "version",
  16. "registry": true,
  17. "raw": "x2js@3.4.3",
  18. "name": "x2js",
  19. "escapedName": "x2js",
  20. "rawSpec": "3.4.3",
  21. "saveSpec": null,
  22. "fetchSpec": "3.4.3"
  23. },
  24. "_requiredBy": [
  25. "/"
  26. ],
  27. "_resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.3.tgz",
  28. "_spec": "3.4.3",
  29. "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
  30. "author": {
  31. "name": "Axinom"
  32. },
  33. "bugs": {
  34. "url": "https://github.com/x2js/x2js/issues"
  35. },
  36. "dependencies": {
  37. "@xmldom/xmldom": "^0.7.4"
  38. },
  39. "description": "Transforms between XML string and JavaScript object trees.",
  40. "devDependencies": {
  41. "eslint": "^4.18.2",
  42. "eslint-config-axinom": "^1.0.3",
  43. "karma": "^6.2.0",
  44. "karma-chrome-launcher": "^2.0.0",
  45. "karma-firefox-launcher": "^1.0.0",
  46. "karma-ie-launcher": "^1.0.0",
  47. "karma-qunit": "^1.2.0",
  48. "qunit-cli": "^0.2.0",
  49. "qunitjs": "^2.4.1",
  50. "rimraf": "^2.6.3",
  51. "uglify-js": "^3.4.9"
  52. },
  53. "eslintConfig": {
  54. "extends": "axinom",
  55. "env": {
  56. "qunit": true,
  57. "node": true
  58. },
  59. "rules": {
  60. "indent": [
  61. 2,
  62. "tab",
  63. {
  64. "SwitchCase": 1
  65. }
  66. ]
  67. }
  68. },
  69. "homepage": "https://github.com/x2js/x2js#readme",
  70. "keywords": [
  71. "xml",
  72. "convert",
  73. "transform",
  74. "mapping",
  75. "map"
  76. ],
  77. "license": "Apache-2.0",
  78. "main": "x2js.js",
  79. "name": "x2js",
  80. "publishConfig": {
  81. "access": "public"
  82. },
  83. "repository": {
  84. "type": "git",
  85. "url": "git+https://github.com/x2js/x2js.git"
  86. },
  87. "scripts": {
  88. "prepublish": "rimraf dist && mkdir dist && npx uglifyjs x2js.js -o dist/x2js.min.js -c -m --source-map \"includeSources='true',url='x2js.min.js.map'\"",
  89. "test": "karma start --single-run && npx qunit-cli all_tests.js && npx eslint --env qunit,node --no-eslintrc --config ./node_modules/eslint-config-axinom/index.js *.js",
  90. "travistest": "npx karma start --single-run --browsers Firefox && npx qunit-cli all_tests.js && npx eslint --env qunit,node --no-eslintrc --config ./node_modules/eslint-config-axinom/index.js *.js"
  91. },
  92. "types": "x2js.d.ts",
  93. "version": "3.4.3"
  94. }