76 lines
2.1 KiB
JSON
76 lines
2.1 KiB
JSON
{
|
|
"_from": "zulip-js",
|
|
"_id": "zulip-js@2.0.9",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-I8Cjnxa7qTaHwxN6YZ4IOL2IiTz89rD4NZul1t8Hzu+q8muSE4LT2iVAlnCrCut4KEbOZDA+Bsgp0/CtFkUbnA==",
|
|
"_location": "/zulip-js",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "tag",
|
|
"registry": true,
|
|
"raw": "zulip-js",
|
|
"name": "zulip-js",
|
|
"escapedName": "zulip-js",
|
|
"rawSpec": "",
|
|
"saveSpec": null,
|
|
"fetchSpec": "latest"
|
|
},
|
|
"_requiredBy": [
|
|
"#USER",
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/zulip-js/-/zulip-js-2.0.9.tgz",
|
|
"_shasum": "3708d2dd7cd31ca756c5701a69152bb95836abad",
|
|
"_spec": "zulip-js",
|
|
"_where": "/Users/km/Desktop/CHATTYPUB",
|
|
"author": "",
|
|
"bugs": {
|
|
"url": "https://github.com/zulip/zulip-js/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"@babel/runtime": "^7.12.5",
|
|
"ini": "^1.3.7",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"isomorphic-form-data": "2.0.0"
|
|
},
|
|
"deprecated": false,
|
|
"description": "Javascript library to access the Zulip API",
|
|
"devDependencies": {
|
|
"@babel/cli": "^7.12.10",
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-transform-runtime": "^7.12.10",
|
|
"@babel/preset-env": "^7.12.10",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.15.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^7.0.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-react": "^7.21.5",
|
|
"mocha": "^8.2.1",
|
|
"prettier": "^2.2.1",
|
|
"sinon": "^9.2.1"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"homepage": "https://github.com/zulip/zulip-js#readme",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"name": "zulip-js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zulip/zulip-js.git"
|
|
},
|
|
"scripts": {
|
|
"build": "babel --delete-dir-on-start -d lib/ src/",
|
|
"call": "node examples/interactive_call_endpoint.js",
|
|
"lint": "eslint . && prettier --loglevel=warn --check .",
|
|
"lint:fix": "eslint --fix . && prettier --loglevel=warn --write .",
|
|
"prepare": "npm run build",
|
|
"test": "npm run lint && npm run build && mocha test/*"
|
|
},
|
|
"version": "2.0.9"
|
|
}
|