프로젝트

일반

사용자정보

통계
| 개정판:

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

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

1 39 HKM
{
2
  "_args": [
3
    [
4
      "depd@1.1.2",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "depd@1.1.2",
9
  "_id": "depd@1.1.2",
10
  "_inBundle": false,
11
  "_integrity": "sha1-m81S4UwJd2PnSbJ0xDRu0uVgtak=",
12
  "_location": "/depd",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "depd@1.1.2",
18
    "name": "depd",
19
    "escapedName": "depd",
20
    "rawSpec": "1.1.2",
21
    "saveSpec": null,
22
    "fetchSpec": "1.1.2"
23
  },
24
  "_requiredBy": [
25
    "/body-parser",
26
    "/express",
27
    "/express-session",
28
    "/send"
29
  ],
30
  "_resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz",
31
  "_spec": "1.1.2",
32
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
33
  "author": {
34
    "name": "Douglas Christopher Wilson",
35
    "email": "doug@somethingdoug.com"
36
  },
37
  "browser": "lib/browser/index.js",
38
  "bugs": {
39
    "url": "https://github.com/dougwilson/nodejs-depd/issues"
40
  },
41
  "description": "Deprecate all the things",
42
  "devDependencies": {
43
    "beautify-benchmark": "0.2.4",
44
    "benchmark": "2.1.4",
45
    "eslint": "3.19.0",
46
    "eslint-config-standard": "7.1.0",
47
    "eslint-plugin-markdown": "1.0.0-beta.7",
48
    "eslint-plugin-promise": "3.6.0",
49
    "eslint-plugin-standard": "3.0.1",
50
    "istanbul": "0.4.5",
51
    "mocha": "~1.21.5"
52
  },
53
  "engines": {
54
    "node": ">= 0.6"
55
  },
56
  "files": [
57
    "lib/",
58
    "History.md",
59
    "LICENSE",
60
    "index.js",
61
    "Readme.md"
62
  ],
63
  "homepage": "https://github.com/dougwilson/nodejs-depd#readme",
64
  "keywords": [
65
    "deprecate",
66
    "deprecated"
67
  ],
68
  "license": "MIT",
69
  "name": "depd",
70
  "repository": {
71
    "type": "git",
72
    "url": "git+https://github.com/dougwilson/nodejs-depd.git"
73
  },
74
  "scripts": {
75
    "bench": "node benchmark/index.js",
76
    "lint": "eslint --plugin markdown --ext js,md .",
77
    "test": "mocha --reporter spec --bail test/",
78
    "test-ci": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --no-exit test/",
79
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot test/"
80
  },
81
  "version": "1.1.2"
82
}