js-xajax
Version:
XHR tool wrapper, convenient use and global management.
68 lines • 1.78 kB
JSON
{
"name": "js-xajax",
"version": "1.1.0",
"description": "XHR tool wrapper, convenient use and global management.",
"main": "lib/index.js",
"module": "es/index.js",
"unpkg": "dist/xajax.js",
"main-source": "lib/index.source.js",
"module-source": "es/index.source.js",
"unpkg-source": "dist/xajax.source.js",
"iife": "xajax.min.js",
"iife-source": "xajax.js",
"scripts": {
"tsc": "tsc",
"build": "rollup -c",
"test": "test",
"clear": "rimraf ./node_modules && npm run remove",
"remove": "rimraf ./dist && rimraf ./es && rimraf ./lib",
"doc": "typedoc --options ./typedoc.json",
"pub": "npm install && npm run build && npm run doc && npm publish",
"push:before": "npm run build && npm run doc"
},
"files": [
"/lib",
"/es",
"/dist",
"/xajax.js",
"/xajax.min.js",
"/index.d.ts",
"/index.d.ts.map",
"/README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/pandaoh/js-xajax.git"
},
"author": "hxb",
"publisher": "hxbpandaoh@163.com",
"blog": "http://a.biugle.cn",
"license": "ISC",
"bugs": {
"url": "https://github.com/pandaoh/js-xajax/issues"
},
"homepage": "https://github.com/pandaoh/js-xajax#readme",
"keywords": [
"XMLHttpRequest",
"xajax",
"js-xajax",
"ajax",
"typescript",
"rollup",
"xhr",
"xhr-wrapper",
"xhr-tool"
],
"devDependencies": {
"typescript": "^4.5.5",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/node": "^17.0.17",
"node-cmd": "^5.0.0",
"rollup": "^2.67.0",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript2": "^0.31.2",
"typedoc": "^0.22.11",
"typedoc-plugin-markdown": "^3.11.13"
}
}