프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / safe-json-stringify / package.json

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

1
{
2
  "_args": [
3
    [
4
      "safe-json-stringify@1.1.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "safe-json-stringify@1.1.0",
9
  "_id": "safe-json-stringify@1.1.0",
10
  "_inBundle": false,
11
  "_integrity": "sha512-EzBtUaFH9bHYPc69wqjp0efJI/DPNHdFbGE3uIMn4sVbO0zx8vZ8cG4WKxQfOpUOKsQyGBiT2mTqnCw+6nLswA==",
12
  "_location": "/safe-json-stringify",
13
  "_optional": true,
14
  "_phantomChildren": {},
15
  "_requested": {
16
    "type": "version",
17
    "registry": true,
18
    "raw": "safe-json-stringify@1.1.0",
19
    "name": "safe-json-stringify",
20
    "escapedName": "safe-json-stringify",
21
    "rawSpec": "1.1.0",
22
    "saveSpec": null,
23
    "fetchSpec": "1.1.0"
24
  },
25
  "_requiredBy": [
26
    "/bunyan"
27
  ],
28
  "_resolved": "https://registry.npmjs.org/safe-json-stringify/-/safe-json-stringify-1.1.0.tgz",
29
  "_spec": "1.1.0",
30
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
31
  "author": {
32
    "name": "Debitoor"
33
  },
34
  "bugs": {
35
    "url": "https://github.com/debitoor/safe-json-stringify/issues"
36
  },
37
  "description": "Prevent defined property getters from throwing errors",
38
  "devDependencies": {
39
    "tape": "4.6.3"
40
  },
41
  "homepage": "https://github.com/debitoor/safe-json-stringify",
42
  "license": "MIT",
43
  "main": "index.js",
44
  "name": "safe-json-stringify",
45
  "repository": {
46
    "type": "git",
47
    "url": "git+ssh://git@github.com/debitoor/safe-json-stringify.git"
48
  },
49
  "scripts": {
50
    "postversion": "git push && git push --tags",
51
    "preversion": "npm test",
52
    "test": "tape test/safe-json-stringify-test.js"
53
  },
54
  "version": "1.1.0"
55
}