UNPKG

rxjs-ajax-cancelable

Version:

Cancelable XMLHttpRequest library based on RxJS.

57 lines 1.38 kB
{ "name": "rxjs-ajax-cancelable", "version": "0.0.18", "description": "", "main": "index.js", "scripts": { "tsc": "tsc --outDir .dest", "prebuild": "rimraf dist dist-esnext", "build": "tsc --outDir dist && tsc --outDir dist-esnext -p config/tsconfig.esnext.json", "test": "npm run jest", "test:w": "npm run jest:w", "jest": "jest --config=jest.config.json --no-cache", "jest:w": "jest --config=jest.config.json --watch", "prepublish": "npm test && npm run build" }, "keywords": [ "RxJS", "TypeScript" ], "files": [ "README.md", "LICENSE", "index.js", "index.d.ts", "dist", "dist-esnext", "package.json" ], "author": "Tomohiro Noguchi @ovrmrw", "repository": { "type": "git", "url": "https://github.com/ovrmrw/rxjs-ajax-cancelable" }, "license": "MIT", "devDependencies": { "@types/isomorphic-fetch": "^0.0.32", "@types/jest": "^18.1.1", "@types/node": "^6.0.40", "concurrently": "^2.2.0", "core-js": "^2.4.1", "firebase": "^3.6.9", "isomorphic-fetch": "^2.2.1", "jest": "^18.1.0", "nodemon": "^1.11.0", "rimraf": "^2.5.4", "ts-jest": "^18.0.3", "ts-node": "^2.0.0", "tslint": "^4.3.1", "typescript": "^2.2.0" }, "dependencies": { "rxjs": "^5.1.1" }, "peerDependencies": { "typescript": "^2.0.0" } }