me like nix
1{
2 "name": "permission-pi",
3 "version": "1.0.2",
4 "lockfileVersion": 3,
5 "requires": true,
6 "packages": {
7 "": {
8 "name": "permission-pi",
9 "version": "1.0.2",
10 "license": "MIT",
11 "dependencies": {
12 "shell-quote": "^1.8.3"
13 }
14 },
15 "node_modules/shell-quote": {
16 "version": "1.8.3",
17 "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.3.tgz",
18 "integrity": "sha512-ObmnIF4hXNg1BqhnHmgbDETF8dLPCggZWBjkQfhZpbszZnYur5DUljTcCHii5LC3J5E0yeO/1LIMyH+UvHQgyw==",
19 "license": "MIT",
20 "engines": {
21 "node": ">= 0.4"
22 },
23 "funding": {
24 "url": "https://github.com/sponsors/ljharb"
25 }
26 }
27 }
28}