Skip to content

Commit 124a63e

Browse files
committed
npm init
1 parent a21fddf commit 124a63e

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

package.json

+27
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "which-collection",
3+
"version": "0.0.0",
4+
"description": "Which kind of Collection (Map, Set, WeakMap, WeakSet) is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/inspect-js/which-collection.git"
12+
},
13+
"keywords": [
14+
"map",
15+
"set",
16+
"weakmap",
17+
"weakset",
18+
"collection.es6",
19+
"es2015"
20+
],
21+
"author": "Jordan Harband <[email protected]>",
22+
"license": "MIT",
23+
"bugs": {
24+
"url": "https://github.com/inspect-js/which-collection/issues"
25+
},
26+
"homepage": "https://github.com/inspect-js/which-collection#readme"
27+
}

0 commit comments

Comments
 (0)