package.json
3.36 KB
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
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"_from": "compute-scroll-into-view@^1.0.16",
"_id": "compute-scroll-into-view@1.0.16",
"_inBundle": false,
"_integrity": "sha512-a85LHKY81oQnikatZYA90pufpZ6sQx++BoCxOEMsjpZx+ZnaKGQnCyCehTRr/1p9GBIAHTjcU9k71kSYWloLiQ==",
"_location": "/compute-scroll-into-view",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "compute-scroll-into-view@^1.0.16",
"name": "compute-scroll-into-view",
"escapedName": "compute-scroll-into-view",
"rawSpec": "^1.0.16",
"saveSpec": null,
"fetchSpec": "^1.0.16"
},
"_requiredBy": [
"/scroll-into-view-if-needed"
],
"_resolved": "https://registry.npmjs.org/compute-scroll-into-view/-/compute-scroll-into-view-1.0.16.tgz",
"_shasum": "5b7bf4f7127ea2c19b750353d7ce6776a90ee088",
"_spec": "compute-scroll-into-view@^1.0.16",
"_where": "C:\\Users\\kkwan_000\\Desktop\\git\\2017110269\\minsung\\node_modules\\scroll-into-view-if-needed",
"author": {
"name": "Cody Olsen"
},
"browserify": {
"transform": [
"loose-envify"
]
},
"bugs": {
"url": "https://github.com/stipsan/compute-scroll-into-view/issues"
},
"bundleDependencies": false,
"bundlesize": [
{
"path": "./umd/compute-scroll-into-view.min.js",
"maxSize": "3 kB",
"compression": "none"
}
],
"deprecated": false,
"description": "The engine that powers scroll-into-view-if-needed",
"devDependencies": {
"concurrently": "5.3.0",
"husky": "4.2.5",
"jest": "26.4.2",
"jest-junit": "11.1.0",
"jest-puppeteer": "4.4.0",
"lint-staged": "10.2.13",
"microbundle": "^0.12.3",
"prettier": "2.1.1",
"prettier-package-json": "2.1.3",
"puppeteer": "5.2.1",
"rimraf": "3.0.2",
"serve": "11.3.2",
"typescript": "4.0.2"
},
"files": [
"dist",
"typings",
"umd/compute-scroll-into-view.min.js",
"umd/compute-scroll-into-view.min.js.map"
],
"homepage": "https://scroll-into-view-if-needed.netlify.com",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"if-needed",
"scroll",
"scroll-into-view",
"scroll-into-view-if-needed",
"scrollIntoView",
"scrollIntoViewIfNeeded",
"scrollMode",
"typescript"
],
"license": "MIT",
"lint-staged": {
"*.{js,ts,tsx,json,md}": "prettier --write",
"**/package.json": "prettier-package-json --write"
},
"main": "dist/index.js",
"module": "dist/index.module.js",
"name": "compute-scroll-into-view",
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5"
},
"release": {
"prepare": [
"@semantic-release/npm"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/stipsan/compute-scroll-into-view.git"
},
"scripts": {
"build": "npm run build:dist && npm run build:umd",
"build:dist": "microbundle -f cjs,es",
"build:umd": "microbundle -f umd -o umd",
"dev": "concurrently 'npm run typecheck -- --watch' 'npm run build:dist -- --watch' 'npm run build:umd -- --watch'",
"prebuild": "rimraf 'dist' 'umd'",
"prepublishOnly": "unset npm_config_cafile && npm run build",
"test": "jest -c integration/jest.config.js",
"typecheck": "tsc --noEmit"
},
"sideEffects": false,
"source": "src/index.ts",
"typings": "typings/index.d.ts",
"umd:main": "umd/compute-scroll-into-view.min.js",
"version": "1.0.16"
}