-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage-lock.json
35 lines (35 loc) · 992 Bytes
/
package-lock.json
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
{
"name": "@drupal/your_extension",
"version": "0.1.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "@drupal/your_extension",
"version": "0.1.0",
"license": "GPL-2.0-or-later",
"dependencies": {
"is-positive": "^3.1.0"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
},
"node_modules/is-positive": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/is-positive/-/is-positive-3.1.0.tgz",
"integrity": "sha512-8ND1j3y9/HP94TOvGzr69/FgbkX2ruOldhLEsTWwcJVfo4oRjwemJmJxt7RJkKYH8tz7vYBP9JcKQY8CLuJ90Q==",
"engines": {
"node": ">=0.10.0"
}
}
},
"dependencies": {
"is-positive": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/is-positive/-/is-positive-3.1.0.tgz",
"integrity": "sha512-8ND1j3y9/HP94TOvGzr69/FgbkX2ruOldhLEsTWwcJVfo4oRjwemJmJxt7RJkKYH8tz7vYBP9JcKQY8CLuJ90Q=="
}
}
}