package.json 2.71 KB
Newer Older
박상호's avatar
from jw    
박상호 committed
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
{
  "_from": "react-daum-postcode",
  "_id": "react-daum-postcode@2.0.2",
  "_inBundle": false,
  "_integrity": "sha512-K1ScGNJeIk8lUqGf3mSn3flD1zJ+PmH1G54FplHxywlyKp8uG/+xrP1VEgDHKYBFJtpuiHvIUaJDFAh8m8zX9g==",
  "_location": "/react-daum-postcode",
  "_phantomChildren": {},
  "_requested": {
    "type": "tag",
    "registry": true,
    "raw": "react-daum-postcode",
    "name": "react-daum-postcode",
    "escapedName": "react-daum-postcode",
    "rawSpec": "",
    "saveSpec": null,
    "fetchSpec": "latest"
  },
  "_requiredBy": [
    "#USER",
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/react-daum-postcode/-/react-daum-postcode-2.0.2.tgz",
  "_shasum": "7adc21173f9567f86d1ea0aafd3b5b1c63e9ec66",
  "_spec": "react-daum-postcode",
  "_where": "C:\\Users\\Administrator\\Desktop\\YOUN LAB\\shopping-mall",
  "author": {
    "name": "kimminsik-bernard"
  },
  "bugs": {
    "url": "https://github.com/kimminsik-bernard/react-daum-postcode/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Minsik Kim",
      "url": "https://github.com/kimminsik-bernard"
    },
    {
      "name": "Sungmin Kim",
      "url": "https://github.com/ignocide"
    },
    {
      "name": "jong-hui",
      "url": "https://github.com/jong-hui"
    },
    {
      "name": "KimSeonghyeon",
      "url": "https://github.com/seonghyeonkimm"
    }
  ],
  "dependencies": {
    "prop-types": "^15.6.2",
    "react": "^16.4.2"
  },
  "deprecated": false,
  "description": "React daum-postcode component",
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.2",
    "babel-plugin-minify-simplify": "^0.3.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-minify": "^0.3.0",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "eslint": "^3.15.0",
    "eslint-config-airbnb-base": "^11.1.0",
    "eslint-config-react-app": "^0.5.1",
    "eslint-plugin-flowtype": "^2.21.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.4.1",
    "express": "^4.15.2",
    "react-dom": "^16.13.1",
    "webpack": "^3.10.0",
    "webpack-dev-middleware": "^1.12.0",
    "webpack-hot-middleware": "^2.19.1"
  },
  "homepage": "https://github.com/kimminsik-bernard/react-daum-postcode#readme",
  "keywords": [
    "react",
    "postcode",
    "zipcode"
  ],
  "license": "MIT",
  "main": "./lib/index.js",
  "name": "react-daum-postcode",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kimminsik-bernard/react-daum-postcode.git"
  },
  "scripts": {
    "build": "babel src -d lib",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "types": "./index.d.ts",
  "version": "2.0.2"
}