프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / mongod / package.json

이력 | 보기 | 이력해설 | 다운로드 (1.83 KB)

1
{
2
  "_args": [
3
    [
4
      "mongod@2.0.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "mongod@2.0.0",
9
  "_id": "mongod@2.0.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-zuxLcjBRkOhdb4+smS8VpH6xjHQ=",
12
  "_location": "/mongod",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "mongod@2.0.0",
18
    "name": "mongod",
19
    "escapedName": "mongod",
20
    "rawSpec": "2.0.0",
21
    "saveSpec": null,
22
    "fetchSpec": "2.0.0"
23
  },
24
  "_requiredBy": [
25
    "/"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/mongod/-/mongod-2.0.0.tgz",
28
  "_spec": "2.0.0",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Brandon Zacharie",
32
    "email": "brandon.zacharie@gmail.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/BrandonZacharie/node-mongod/issues"
36
  },
37
  "dependencies": {
38
    "promise-queue": "^2.2.3"
39
  },
40
  "description": "Start and stop a MongoDB server.",
41
  "devDependencies": {
42
    "chai": "^3.5.0",
43
    "coveralls": "^2.11.15",
44
    "eslint": "^3.13.0",
45
    "fs-promise": "^1.0.0",
46
    "istanbul": "^0.4.5",
47
    "js-yaml": "^3.7.0",
48
    "mocha": "^3.1.2",
49
    "remark-cli": "^2.1.0",
50
    "remark-preset-lint-recommended": "^1.0.0",
51
    "uuid": "^3.0.1"
52
  },
53
  "homepage": "https://github.com/BrandonZacharie/node-mongod#readme",
54
  "keywords": [
55
    "mongodb",
56
    "server",
57
    "manager"
58
  ],
59
  "license": "MIT",
60
  "main": "Mongod.js",
61
  "name": "mongod",
62
  "repository": {
63
    "type": "git",
64
    "url": "git+https://github.com/BrandonZacharie/node-mongod.git"
65
  },
66
  "scripts": {
67
    "eslint": "eslint --ignore-path .gitignore **/*.js",
68
    "lint": "npm run eslint && npm run remark",
69
    "remark": "remark .",
70
    "test": "istanbul cover -x test.js _mocha"
71
  },
72
  "version": "2.0.0"
73
}