package.json 1.99 KB
Newer Older
Sangjune Bae's avatar
Sangjune Bae committed
1
{
baesangjune's avatar
comm    
baesangjune committed
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  "_args": [
    [
      "@restart/context@2.1.4",
      "C:\\Users\\Korea\\Desktop\\2020winter\\search-page"
    ]
  ],
  "_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": "version",
    "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"
Sangjune Bae's avatar
Sangjune Bae committed
24
  },
baesangjune's avatar
comm    
baesangjune committed
25
26
27
28
29
30
31
32
33
34
35
  "_requiredBy": [
    "/react-bootstrap"
  ],
  "_resolved": "https://registry.npmjs.org/@restart/context/-/context-2.1.4.tgz",
  "_spec": "2.1.4",
  "_where": "C:\\Users\\Korea\\Desktop\\2020winter\\search-page",
  "author": {
    "name": "4Catalyzer"
  },
  "bugs": {
    "url": "https://github.com/react-restart/context/issues"
Sangjune Bae's avatar
Sangjune Bae committed
36
  },
baesangjune's avatar
comm    
baesangjune committed
37
38
  "description": "React context helpers.",
  "homepage": "https://github.com/react-restart/context#readme",
Sangjune Bae's avatar
Sangjune Bae committed
39
40
41
42
43
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
baesangjune's avatar
comm    
baesangjune committed
44
45
46
47
48
49
50
51
52
  "jest": {
    "roots": [
      "<rootDir>/test"
    ],
    "setupFiles": [
      "<rootDir>/test/index.js"
    ]
  },
  "license": "MIT",
Sangjune Bae's avatar
Sangjune Bae committed
53
54
55
56
57
58
59
60
61
62
  "lint-staged": {
    "*.js": [
      "eslint --fix",
      "git add"
    ],
    "*.{json,css,md}": [
      "prettier --write --ignore-path .eslintignore",
      "git add"
    ]
  },
baesangjune's avatar
comm    
baesangjune committed
63
64
65
66
67
68
  "main": "index.js",
  "module": "es/index.js",
  "name": "@restart/context",
  "peerDependencies": {
    "react": ">=16.3.2"
  },
Sangjune Bae's avatar
Sangjune Bae committed
69
70
71
72
73
  "prettier": {
    "printWidth": 79,
    "singleQuote": true,
    "trailingComma": "all"
  },
baesangjune's avatar
comm    
baesangjune committed
74
75
  "publishConfig": {
    "access": "public"
Sangjune Bae's avatar
Sangjune Bae committed
76
77
78
79
80
81
82
  },
  "release": {
    "extends": [
      "@4c/semantic-release-config"
    ],
    "pkgRoot": "lib"
  },
baesangjune's avatar
comm    
baesangjune committed
83
84
85
86
87
88
  "repository": {
    "type": "git",
    "url": "git+https://github.com/react-restart/context.git"
  },
  "types": "index.d.ts",
  "version": "2.1.4"
Sangjune Bae's avatar
Sangjune Bae committed
89
}