package.json 1.86 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
70
71
72
73
{
  "_from": "@restart/hooks@^0.3.21",
  "_id": "@restart/hooks@0.3.25",
  "_inBundle": false,
  "_integrity": "sha512-m2v3N5pxTsIiSH74/sb1yW8D9RxkJidGW+5Mfwn/lHb2QzhZNlaU1su7abSyT9EGf0xS/0waLjrf7/XxQHUk7w==",
  "_location": "/@restart/hooks",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@restart/hooks@^0.3.21",
    "name": "@restart/hooks",
    "escapedName": "@restart%2fhooks",
    "scope": "@restart",
    "rawSpec": "^0.3.21",
    "saveSpec": null,
    "fetchSpec": "^0.3.21"
  },
  "_requiredBy": [
    "/react-bootstrap",
    "/react-overlays"
  ],
  "_resolved": "https://registry.npmjs.org/@restart/hooks/-/hooks-0.3.25.tgz",
  "_shasum": "11004139ad1c70d2f5965a8939dcb5aeb96aa652",
  "_spec": "@restart/hooks@^0.3.21",
  "_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/react-restart/hooks/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "lodash": "^4.17.15",
    "lodash-es": "^4.17.15"
  },
  "deprecated": false,
  "homepage": "https://github.com/react-restart/hooks#readme",
  "jest": {
    "preset": "@4c",
    "rootDir": "./test",
    "setupFilesAfterEnv": [
      "./setup.js"
    ]
  },
  "license": "MIT",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "name": "@restart/hooks",
  "peerDependencies": {
    "react": "^16.8.0"
  },
  "prettier": {
    "singleQuote": true,
    "semi": false,
    "trailingComma": "all"
  },
  "publishConfig": {
    "access": "public",
    "directory": "lib"
  },
  "release": {
    "conventionalCommits": true
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jquense/react-common-hooks.git"
  },
  "types": "cjs/index.d.ts",
  "version": "0.3.25"
}