프로젝트

일반

사용자정보

통계
| 개정판:

root / HServer / 00.Server / 00.Program / node_modules / object-assign / package.json

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

1
{
2
  "_args": [
3
    [
4
      "object-assign@3.0.0",
5
      "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program"
6
    ]
7
  ],
8
  "_from": "object-assign@3.0.0",
9
  "_id": "object-assign@3.0.0",
10
  "_inBundle": false,
11
  "_integrity": "sha1-m+3VygiXlJvKR+f/QIBi1Un1h/I=",
12
  "_location": "/object-assign",
13
  "_phantomChildren": {},
14
  "_requested": {
15
    "type": "version",
16
    "registry": true,
17
    "raw": "object-assign@3.0.0",
18
    "name": "object-assign",
19
    "escapedName": "object-assign",
20
    "rawSpec": "3.0.0",
21
    "saveSpec": null,
22
    "fetchSpec": "3.0.0"
23
  },
24
  "_requiredBy": [
25
    "/multer"
26
  ],
27
  "_resolved": "https://registry.npmjs.org/object-assign/-/object-assign-3.0.0.tgz",
28
  "_spec": "3.0.0",
29
  "_where": "D:\\00.FAMOZ\\16.CMS\\02.SVN\\Repository\\Horizon\\HServer\\00.Server\\00.Program",
30
  "author": {
31
    "name": "Sindre Sorhus",
32
    "email": "sindresorhus@gmail.com",
33
    "url": "http://sindresorhus.com"
34
  },
35
  "bugs": {
36
    "url": "https://github.com/sindresorhus/object-assign/issues"
37
  },
38
  "description": "ES6 Object.assign() ponyfill",
39
  "devDependencies": {
40
    "mocha": "*"
41
  },
42
  "engines": {
43
    "node": ">=0.10.0"
44
  },
45
  "files": [
46
    "index.js"
47
  ],
48
  "homepage": "https://github.com/sindresorhus/object-assign#readme",
49
  "keywords": [
50
    "object",
51
    "assign",
52
    "extend",
53
    "properties",
54
    "es6",
55
    "ecmascript",
56
    "harmony",
57
    "ponyfill",
58
    "prollyfill",
59
    "polyfill",
60
    "shim",
61
    "browser"
62
  ],
63
  "license": "MIT",
64
  "name": "object-assign",
65
  "repository": {
66
    "type": "git",
67
    "url": "git+https://github.com/sindresorhus/object-assign.git"
68
  },
69
  "scripts": {
70
    "test": "mocha"
71
  },
72
  "version": "3.0.0"
73
}