프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1
{
2
  "_args": [
3
    [
4
      "mpath@0.3.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "mpath@0.3.0",
9
  "_id": "mpath@0.3.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-elj3iem1/TyUUgY0FXlg8mvV70Q=",
12
  "_location": "/mpath",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "mpath@0.3.0",
18
    "name": "mpath",
19
    "escapedName": "mpath",
20
    "rawSpec": "0.3.0",
21
    "saveSpec": null,
22
    "fetchSpec": "0.3.0"
23
  },
24
  "_requiredBy": [
25
    "/mongoose"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/mpath/-/mpath-0.3.0.tgz",
28
  "_spec": "0.3.0",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Aaron Heckmann",
32
    "email": "aaron.heckmann+github@gmail.com"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/aheckmann/mpath/issues"
36
  },
37
  "description": "{G,S}et object values using MongoDB-like path notation",
38
  "devDependencies": {
39
    "benchmark": "~1.0.0",
40
    "mocha": "1.8.1"
41
  },
42
  "homepage": "https://github.com/aheckmann/mpath#readme",
43
  "keywords": [
44
    "mongodb",
45
    "path",
46
    "get",
47
    "set"
48
  ],
49
  "license": "MIT",
50
  "main": "index.js",
51
  "name": "mpath",
52
  "repository": {
53
    "type": "git",
54
    "url": "git://github.com/aheckmann/mpath.git"
55
  },
56
  "scripts": {
57
    "test": "make test"
58
  },
59
  "version": "0.3.0"
60
}