| Server IP : 34.87.99.72 / Your IP : 216.73.217.31 Web Server : Apache/2.4.46 (Unix) OpenSSL/1.1.1n System : Linux zlock-bitnami-lamp-prod-v2-vm 4.19.0-16-cloud-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 User : bitnami ( 1000) PHP Version : 7.4.18 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : OFF Directory : /home/bitnami/htdocs/app/node_modules/vue-rx/ |
Upload File : |
{
"_from": "vue-rx@^6.2.0",
"_id": "vue-rx@6.2.0",
"_inBundle": false,
"_integrity": "sha512-tpKUcqS5IUYS+HsdbR5TlE5LL9PK4zwlplEtmMeydnbqaUTa9ciLMplJXAtFSiQw1vuURoyEJmCXqMxaVEIloQ==",
"_location": "/vue-rx",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "vue-rx@^6.2.0",
"name": "vue-rx",
"escapedName": "vue-rx",
"rawSpec": "^6.2.0",
"saveSpec": null,
"fetchSpec": "^6.2.0"
},
"_requiredBy": [
"/vuetify-image-clipper"
],
"_resolved": "https://registry.npmjs.org/vue-rx/-/vue-rx-6.2.0.tgz",
"_shasum": "c3b86462b252626edd16417385bb9054a3a23acb",
"_spec": "vue-rx@^6.2.0",
"_where": "/opt/bitnami/apache/htdocs/app/node_modules/vuetify-image-clipper",
"author": {
"name": "Evan You"
},
"bugs": {
"url": "https://github.com/vuejs/vue-rx/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "RxJS bindings for Vue",
"devDependencies": {
"buble": "^0.19.3",
"eslint": "^4.19.1",
"eslint-plugin-vue-libs": "^3.0.0",
"jest": "^23.1.0",
"rollup": "^0.59.4",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-buble": "^0.19.2",
"rollup-watch": "^4.3.1",
"rxjs": "^6.2.0",
"typescript": "^2.8.2",
"vue": "^2.5.16"
},
"eslintConfig": {
"root": true,
"extends": [
"plugin:vue-libs/recommended"
]
},
"files": [
"dist",
"types/*.d.ts"
],
"homepage": "https://github.com/vuejs/vue-rx#readme",
"keywords": [
"vue",
"rx",
"rxjs"
],
"license": "MIT",
"main": "dist/vue-rx.js",
"module": "dist/vue-rx.esm.js",
"name": "vue-rx",
"peerDependencies": {
"rxjs": "^6.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-rx.git"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"dev": "rollup -c rollup.config.js -w",
"dev:test": "jest --watch",
"lint": "eslint src test example",
"prebuild": "npm run lint",
"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "npm run test:unit && npm run test:types",
"test:types": "tsc -p types/test",
"test:unit": "jest"
},
"sideEffects": false,
"typings": "types/index.d.ts",
"version": "6.2.0"
}