| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "@aspnet/signalr@1.1.4",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "@aspnet/signalr@1.1.4",
- "_id": "@aspnet/signalr@1.1.4",
- "_inBundle": false,
- "_integrity": "sha512-Jp9nPc8hmmhbG9OKiHe2fOKskBHfg+3Y9foSKHxjgGtyI743hXjGFv3uFlUg503K9f8Ilu63gQt3fDkLICBRyg==",
- "_location": "/@aspnet/signalr",
- "_phantomChildren": {
- "aws-sign2": "0.7.0",
- "caseless": "0.12.0",
- "combined-stream": "1.0.6",
- "forever-agent": "0.6.1",
- "form-data": "2.3.3",
- "har-validator": "5.1.3",
- "http-signature": "1.2.0",
- "is-typedarray": "1.0.0",
- "isstream": "0.1.2",
- "json-stringify-safe": "5.0.1",
- "original": "1.0.1",
- "performance-now": "2.1.0",
- "psl": "1.7.0",
- "qs": "6.5.2",
- "safe-buffer": "5.1.2",
- "tunnel-agent": "0.6.0"
- },
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "@aspnet/signalr@1.1.4",
- "name": "@aspnet/signalr",
- "escapedName": "@aspnet%2fsignalr",
- "scope": "@aspnet",
- "rawSpec": "1.1.4",
- "saveSpec": null,
- "fetchSpec": "1.1.4"
- },
- "_requiredBy": [
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/@aspnet/signalr/-/signalr-1.1.4.tgz",
- "_spec": "1.1.4",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Microsoft"
- },
- "bugs": {
- "url": "https://github.com/aspnet/SignalR/issues"
- },
- "dependencies": {
- "eventsource": "^1.0.7",
- "request": "^2.88.0",
- "ws": "^6.0.0"
- },
- "description": "ASP.NET Core SignalR Client",
- "devDependencies": {
- "@types/eventsource": "^1.0.2",
- "@types/node": "^10.9.4",
- "@types/request": "^2.47.1",
- "es6-promise": "^4.2.2"
- },
- "directories": {
- "test": "spec"
- },
- "files": [
- "dist/**/*",
- "src/**/*"
- ],
- "homepage": "https://github.com/aspnet/SignalR#readme",
- "license": "Apache-2.0",
- "main": "./dist/cjs/index.js",
- "module": "./dist/esm/index.js",
- "name": "@aspnet/signalr",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/aspnet/SignalR.git"
- },
- "scripts": {
- "build": "npm run clean && npm run build:lint && npm run build:esm && npm run build:cjs && npm run build:browser && npm run build:uglify",
- "build:browser": "node ../common/node_modules/webpack-cli/bin/cli.js",
- "build:cjs": "node ../common/node_modules/typescript/bin/tsc --project ./tsconfig.json --module commonjs --outDir ./dist/cjs",
- "build:esm": "node ../common/node_modules/typescript/bin/tsc --project ./tsconfig.json --module es2015 --outDir ./dist/esm -d && node ./build/process-dts.js",
- "build:lint": "node ../common/node_modules/tslint/bin/tslint -c ../tslint.json -p ./tsconfig.json",
- "build:uglify": "node ../common/node_modules/uglify-js/bin/uglifyjs --source-map \"url='signalr.min.js.map',content='./dist/browser/signalr.js.map'\" --comments -o ./dist/browser/signalr.min.js ./dist/browser/signalr.js",
- "clean": "node ../common/node_modules/rimraf/bin.js ./dist",
- "prepack": "node ../build/embed-version.js",
- "test": "echo \"Run 'npm test' in the 'clients\\ts' folder to test this package\" && exit 1"
- },
- "typings": "./dist/esm/index.d.ts",
- "umd": "./dist/browser/signalr.js",
- "umd_name": "signalR",
- "version": "1.1.4"
- }
|