package.json 1.89 KB
Newer Older
Sangjune Bae's avatar
Sangjune Bae 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
{
  "_from": "uncontrollable@^7.0.0",
  "_id": "uncontrollable@7.1.1",
  "_inBundle": false,
  "_integrity": "sha512-EcPYhot3uWTS3w00R32R2+vS8Vr53tttrvMj/yA1uYRhf8hbTG2GyugGqWDY0qIskxn0uTTojVd6wPYW9ZEf8Q==",
  "_location": "/uncontrollable",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "uncontrollable@^7.0.0",
    "name": "uncontrollable",
    "escapedName": "uncontrollable",
    "rawSpec": "^7.0.0",
    "saveSpec": null,
    "fetchSpec": "^7.0.0"
  },
  "_requiredBy": [
    "/react-bootstrap",
    "/react-overlays"
  ],
  "_resolved": "https://registry.npmjs.org/uncontrollable/-/uncontrollable-7.1.1.tgz",
  "_shasum": "f67fed3ef93637126571809746323a9db815d556",
  "_spec": "uncontrollable@^7.0.0",
  "_where": "C:\\Users\\reyel\\OneDrive\\바탕 화면\\2020winter\\search-page\\node_modules\\react-bootstrap",
  "author": {
    "name": "Jason Quense",
    "email": "monastic.panic@gmail.com"
  },
  "bugs": {
    "url": "https://github.com/jquense/uncontrollable/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "@babel/runtime": "^7.6.3",
    "@types/react": "^16.9.11",
    "invariant": "^2.2.4",
    "react-lifecycles-compat": "^3.0.4"
  },
  "deprecated": false,
  "description": "Wrap a controlled react component, to allow specific prop/handler pairs to be uncontrolled",
  "homepage": "https://github.com/jquense/uncontrollable#readme",
  "jest": {
    "rootDir": "./test"
  },
  "keywords": [
    "uncontrolled-component",
    "react-component",
    "input",
    "controlled",
    "uncontrolled",
    "form"
  ],
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "name": "uncontrollable",
  "peerDependencies": {
    "react": ">=15.0.0"
  },
  "publishConfig": {
    "directory": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquense/uncontrollable.git"
  },
  "version": "7.1.1"
}