1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
| {
| "_args": [
| [
| "@types/mssql@4.3.1",
| "E:\\ximenzi\\wms\\old\\api"
| ]
| ],
| "_from": "@types/mssql@4.3.1",
| "_id": "@types/mssql@4.3.1",
| "_inBundle": false,
| "_integrity": "sha512-LB+fDgwAbcvGfFCWN89gqZgyTIbEmnLW4RzVZeiaDSZJwL8xv8Rei2zM/5E62eW9G0UoY/4fHDXxTNRnCdlJRg==",
| "_location": "/@types/mssql",
| "_phantomChildren": {},
| "_requested": {
| "type": "version",
| "registry": true,
| "raw": "@types/mssql@4.3.1",
| "name": "@types/mssql",
| "escapedName": "@types%2fmssql",
| "scope": "@types",
| "rawSpec": "4.3.1",
| "saveSpec": null,
| "fetchSpec": "4.3.1"
| },
| "_requiredBy": [
| "/"
| ],
| "_resolved": "https://registry.npmjs.org/@types/mssql/-/mssql-4.3.1.tgz",
| "_spec": "4.3.1",
| "_where": "E:\\ximenzi\\wms\\old\\api",
| "bugs": {
| "url": "https://github.com/DefinitelyTyped/DefinitelyTyped/issues"
| },
| "contributors": [
| {
| "name": "COLSA Corporation",
| "url": "http://www.colsa.com/"
| },
| {
| "name": "Ben Farr",
| "url": "https://github.com/jaminfarr"
| },
| {
| "name": "Vitor Buzinaro",
| "url": "https://github.com/buzinas"
| },
| {
| "name": "Matt Richardson",
| "url": "https://github.com/mrrichar"
| },
| {
| "name": "Jørgen Elgaard Larsen",
| "url": "https://github.com/elhaard"
| },
| {
| "name": "Peter Keuter",
| "url": "https://github.com/pkeuter"
| },
| {
| "name": "David Gasperoni",
| "url": "https://github.com/mcdado"
| },
| {
| "name": "Jeff Wooden",
| "url": "https://github.com/woodenconsulting"
| },
| {
| "name": "Cahil Foley",
| "url": "https://github.com/cahilfoley"
| }
| ],
| "dependencies": {
| "@types/node": "*",
| "@types/tedious": "*"
| },
| "description": "TypeScript definitions for mssql",
| "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped#readme",
| "license": "MIT",
| "main": "",
| "name": "@types/mssql",
| "repository": {
| "type": "git",
| "url": "git+https://github.com/DefinitelyTyped/DefinitelyTyped.git",
| "directory": "types/mssql"
| },
| "scripts": {},
| "typeScriptVersion": "2.9",
| "types": "index",
| "typesPublisherContentHash": "ef06527eb8f42abbb5a856df43e8e5cbe2f2b9d6eceb9bffddf21c56571fb7c9",
| "version": "4.3.1"
| }
|
|