-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 710 Bytes
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
{
"name": "extract-stringtag",
"version": "1.0.1",
"description": "Extracts the internal class name (Tag) from a string formatted as '[object Tag]'.",
"keywords": [
"stringtag"
],
"homepage": "https://github.com/tj-commits/extract-stringtag#readme",
"bugs": {
"url": "https://github.com/tj-commits/extract-stringtag/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tj-commits/extract-stringtag.git"
},
"license": "MIT",
"author": "tj-commits",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "node --test test.js"
},
"dependencies": {
"@is-(unknown)/is-string": "^1.0.0",
"uncurried-intrinsics": "^1.0.1"
}
}