|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+{
|
|
|
2
|
+ "name": "level",
|
|
|
3
|
+ "version": "1.0.0",
|
|
|
4
|
+ "lockfileVersion": 3,
|
|
|
5
|
+ "requires": true,
|
|
|
6
|
+ "packages": {
|
|
|
7
|
+ "": {
|
|
|
8
|
+ "name": "level",
|
|
|
9
|
+ "version": "1.0.0",
|
|
|
10
|
+ "license": "UNLICENSED",
|
|
|
11
|
+ "dependencies": {
|
|
|
12
|
+ "nanoid": "^3.3.7"
|
|
|
13
|
+ }
|
|
|
14
|
+ },
|
|
|
15
|
+ "node_modules/nanoid": {
|
|
|
16
|
+ "version": "3.3.7",
|
|
|
17
|
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz",
|
|
|
18
|
+ "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==",
|
|
|
19
|
+ "funding": [
|
|
|
20
|
+ {
|
|
|
21
|
+ "type": "github",
|
|
|
22
|
+ "url": "https://github.com/sponsors/ai"
|
|
|
23
|
+ }
|
|
|
24
|
+ ],
|
|
|
25
|
+ "bin": {
|
|
|
26
|
+ "nanoid": "bin/nanoid.cjs"
|
|
|
27
|
+ },
|
|
|
28
|
+ "engines": {
|
|
|
29
|
+ "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1"
|
|
|
30
|
+ }
|
|
|
31
|
+ }
|
|
|
32
|
+ }
|
|
|
33
|
+}
|