12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "_args": [
- [
- "x2js@3.4.3",
- "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm"
- ]
- ],
- "_from": "x2js@3.4.3",
- "_id": "x2js@3.4.3",
- "_inBundle": false,
- "_integrity": "sha512-+65+WHCaQ9E0Gb2FDz/tYRSRBGGvFsSMiWDGn8KbgJOLkJhZBMCU1lxuRMLyTcx/54IopT0rDQWCUz2f7FTsyQ==",
- "_location": "/x2js",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "x2js@3.4.3",
- "name": "x2js",
- "escapedName": "x2js",
- "rawSpec": "3.4.3",
- "saveSpec": null,
- "fetchSpec": "3.4.3"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/x2js/-/x2js-3.4.3.tgz",
- "_spec": "3.4.3",
- "_where": "/Users/mac/Desktop/zz的项目/cdss/西安空军军医大学/cdss_xzrm",
- "author": {
- "name": "Axinom"
- },
- "bugs": {
- "url": "https://github.com/x2js/x2js/issues"
- },
- "dependencies": {
- "@xmldom/xmldom": "^0.7.4"
- },
- "description": "Transforms between XML string and JavaScript object trees.",
- "devDependencies": {
- "eslint": "^4.18.2",
- "eslint-config-axinom": "^1.0.3",
- "karma": "^6.2.0",
- "karma-chrome-launcher": "^2.0.0",
- "karma-firefox-launcher": "^1.0.0",
- "karma-ie-launcher": "^1.0.0",
- "karma-qunit": "^1.2.0",
- "qunit-cli": "^0.2.0",
- "qunitjs": "^2.4.1",
- "rimraf": "^2.6.3",
- "uglify-js": "^3.4.9"
- },
- "eslintConfig": {
- "extends": "axinom",
- "env": {
- "qunit": true,
- "node": true
- },
- "rules": {
- "indent": [
- 2,
- "tab",
- {
- "SwitchCase": 1
- }
- ]
- }
- },
- "homepage": "https://github.com/x2js/x2js#readme",
- "keywords": [
- "xml",
- "convert",
- "transform",
- "mapping",
- "map"
- ],
- "license": "Apache-2.0",
- "main": "x2js.js",
- "name": "x2js",
- "publishConfig": {
- "access": "public"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/x2js/x2js.git"
- },
- "scripts": {
- "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'\"",
- "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",
- "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"
- },
- "types": "x2js.d.ts",
- "version": "3.4.3"
- }
|