root / HServer / 00.Server / 00.Program / node_modules / mongodb / package.json
이력 | 보기 | 이력해설 | 다운로드 (2.36 KB)
1 | 39 | HKM | { |
---|---|---|---|
2 | "_args": [
|
||
3 | [ |
||
4 | "mongodb@3.0.4",
|
||
5 | "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
|
||
6 | ] |
||
7 | ], |
||
8 | "_from": "mongodb@3.0.4", |
||
9 | "_id": "mongodb@3.0.4", |
||
10 | "_inBundle": false, |
||
11 | "_integrity": "sha512-90YIIs7A4ko4kCGafxxXj3foexCAlJBC0YLwwIKgSLoE7Vni2IqUMz6HSsZ3zbXOfR1KWtxfnc0RyAMAY/ViLg==", |
||
12 | "_location": "/mongodb", |
||
13 | "_phantomChildren": {},
|
||
14 | "_requested": {
|
||
15 | "type": "version", |
||
16 | "registry": true, |
||
17 | "raw": "mongodb@3.0.4", |
||
18 | "name": "mongodb", |
||
19 | "escapedName": "mongodb", |
||
20 | "rawSpec": "3.0.4", |
||
21 | "saveSpec": null, |
||
22 | "fetchSpec": "3.0.4" |
||
23 | }, |
||
24 | "_requiredBy": [
|
||
25 | "/mongoose"
|
||
26 | ], |
||
27 | "_resolved": "https://registry.npmjs.org/mongodb/-/mongodb-3.0.4.tgz", |
||
28 | "_spec": "3.0.4", |
||
29 | "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program", |
||
30 | "author": {
|
||
31 | "name": "Christian Kvalheim" |
||
32 | }, |
||
33 | "bugs": {
|
||
34 | "url": "https://github.com/mongodb/node-mongodb-native/issues" |
||
35 | }, |
||
36 | "dependencies": {
|
||
37 | "mongodb-core": "3.0.4" |
||
38 | }, |
||
39 | "description": "The official MongoDB driver for Node.js", |
||
40 | "devDependencies": {
|
||
41 | "betterbenchmarks": "^0.1.0", |
||
42 | "bluebird": "3.5.0", |
||
43 | "bson": "^1.0.4", |
||
44 | "chai": "^4.1.1", |
||
45 | "co": "4.6.0", |
||
46 | "conventional-changelog-cli": "^1.3.5", |
||
47 | "coveralls": "^2.11.6", |
||
48 | "eslint": "^4.5.0", |
||
49 | "eslint-plugin-prettier": "^2.2.0", |
||
50 | "istanbul": "^0.4.5", |
||
51 | "jsdoc": "3.5.4", |
||
52 | "mongodb-extended-json": "^1.10.0", |
||
53 | "mongodb-mock-server": "^1.0.0", |
||
54 | "mongodb-test-runner": "^1.1.18", |
||
55 | "prettier": "^1.5.3", |
||
56 | "semver": "5.4.1", |
||
57 | "sinon": "^4.3.0", |
||
58 | "worker-farm": "^1.5.0" |
||
59 | }, |
||
60 | "engines": {
|
||
61 | "node": ">=4" |
||
62 | }, |
||
63 | "homepage": "https://github.com/mongodb/node-mongodb-native", |
||
64 | "keywords": [
|
||
65 | "mongodb",
|
||
66 | "driver",
|
||
67 | "official"
|
||
68 | ], |
||
69 | "license": "Apache-2.0", |
||
70 | "main": "index.js", |
||
71 | "name": "mongodb", |
||
72 | "repository": {
|
||
73 | "type": "git", |
||
74 | "url": "git+ssh://git@github.com/mongodb/node-mongodb-native.git" |
||
75 | }, |
||
76 | "scripts": {
|
||
77 | "changelog": "conventional-changelog -p angular -i HISTORY.md -s", |
||
78 | "coverage": "istanbul cover mongodb-test-runner -- -t 60000 test/unit test/functional", |
||
79 | "format": "prettier --print-width 100 --tab-width 2 --single-quote --write 'test/**/*.js' 'lib/**/*.js'", |
||
80 | "lint": "eslint lib test", |
||
81 | "test": "npm run lint && mongodb-test-runner -t 60000 test/unit test/functional" |
||
82 | }, |
||
83 | "version": "3.0.4" |
||
84 | } |