package.json 2.05 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
74
75
76
77
78
79
80
81
82
83
84
85
86
{
  "_from": "@restart/context@^2.1.4",
  "_id": "@restart/context@2.1.4",
  "_inBundle": false,
  "_integrity": "sha512-INJYZQJP7g+IoDUh/475NlGiTeMfwTXUEr3tmRneckHIxNolGOW9CTq83S8cxq0CgJwwcMzMJFchxvlwe7Rk8Q==",
  "_location": "/@restart/context",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "@restart/context@^2.1.4",
    "name": "@restart/context",
    "escapedName": "@restart%2fcontext",
    "scope": "@restart",
    "rawSpec": "^2.1.4",
    "saveSpec": null,
    "fetchSpec": "^2.1.4"
  },
  "_requiredBy": [
    "/react-bootstrap"
  ],
  "_resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz",
  "_shasum": "a99d87c299a34c28bd85bb489cb07bfd23149c02",
  "_spec": "@restart/context@^2.1.4",
  "_where": "C:\\Users\\reyel\\OneDrive\\바탕 화면\\2020winter\\search-page\\node_modules\\react-bootstrap",
  "author": {
    "name": "4Catalyzer"
  },
  "bugs": {
    "url": "https://github.com/react-restart/context/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "React context helpers.",
  "homepage": "https://github.com/react-restart/context#readme",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "jest": {
    "roots": [
      "<rootDir>/test"
    ],
    "setupFiles": [
      "<rootDir>/test/index.js"
    ]
  },
  "license": "MIT",
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "*.{json,css,md}": [
      "prettier --write --ignore-path .eslintignore",
      "git add"
    ]
  },
  "main": "index.js",
  "module": "es/index.js",
  "name": "@restart/context",
  "peerDependencies": {
    "react": ">=16.3.2"
  },
  "prettier": {
    "printWidth": 79,
    "singleQuote": true,
    "trailingComma": "all"
  },
  "publishConfig": {
    "access": "public"
  },
  "release": {
    "extends": [
      "@4c/semantic-release-config"
    ],
    "pkgRoot": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-restart/context.git"
  },
  "types": "index.d.ts",
  "version": "2.1.4"
}