package.json
1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"_from": "harmony-reflect@^1.4.6",
"_id": "harmony-reflect@1.6.1",
"_inBundle": false,
"_integrity": "sha512-WJTeyp0JzGtHcuMsi7rw2VwtkvLa+JyfEKJCFyfcS0+CDkjQ5lHPu7zEhFZP+PDSRrEgXa5Ah0l1MbgbE41XjA==",
"_location": "/harmony-reflect",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "harmony-reflect@^1.4.6",
"name": "harmony-reflect",
"escapedName": "harmony-reflect",
"rawSpec": "^1.4.6",
"saveSpec": null,
"fetchSpec": "^1.4.6"
},
"_requiredBy": [
"/identity-obj-proxy"
],
"_resolved": "https://registry.npmjs.org/harmony-reflect/-/harmony-reflect-1.6.1.tgz",
"_shasum": "c108d4f2bb451efef7a37861fdbdae72c9bdefa9",
"_spec": "harmony-reflect@^1.4.6",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\identity-obj-proxy",
"bugs": {
"url": "https://github.com/tvcutsem/harmony-reflect/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "ES5 shim for ES6 (ECMAScript 6) Reflect and Proxy objects",
"homepage": "https://github.com/tvcutsem/harmony-reflect",
"keywords": [
"reflection",
"proxies",
"proxy",
"reflect",
"harmony",
"es6"
],
"license": "(Apache-2.0 OR MPL-1.1)",
"main": "reflect.js",
"name": "harmony-reflect",
"repository": {
"type": "git",
"url": "git+https://tvcutsem@github.com/tvcutsem/harmony-reflect.git"
},
"typings": "index",
"version": "1.6.1"
}