Skip to content

Commit ab75cdf

Browse files
committed
update fixture
1 parent a9c3974 commit ab75cdf

File tree

2 files changed

+64
-91
lines changed

2 files changed

+64
-91
lines changed

test/fixtures/npm-registry/packuments/nano-stringify-object.json

Lines changed: 0 additions & 91 deletions
This file was deleted.
Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
{
2+
"name": "nano-stringify-object",
3+
"version": "0.0.0",
4+
"license": "MIT",
5+
"author": "gameroman",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/gameroman-npm/nano-stringify-object.git"
9+
},
10+
"type": "module",
11+
"exports": {
12+
".": "./dist/index.mjs",
13+
"./package.json": "./package.json"
14+
},
15+
"scripts": {
16+
"format": "oxfmt",
17+
"lint": "oxlint",
18+
"test": "bun test",
19+
"build": "tsdown",
20+
"prepublishOnly": "bun run build"
21+
},
22+
"devDependencies": {
23+
"oxfmt": "^0.38.0",
24+
"oxlint": "^1.50.0",
25+
"tsdown": "^0.21.2",
26+
"typescript": "^5.9.3"
27+
},
28+
"_id": "nano-stringify-object@0.0.0",
29+
"_integrity": "sha512-s4XcjhMpc1u7HfHHimUAT0dtNNYFiOunlNPGUv5N9BoX4X1Lwklq4ckdFDPo+50/exciNsf0ggH4s8Sj6CufOA==",
30+
"_nodeVersion": "24.3.0",
31+
"_npmVersion": "10.8.3",
32+
"shasum": "dbb692872dc94d6fd0adc93b66c8e09c67f78260",
33+
"dist": {
34+
"integrity": "sha512-s4XcjhMpc1u7HfHHimUAT0dtNNYFiOunlNPGUv5N9BoX4X1Lwklq4ckdFDPo+50/exciNsf0ggH4s8Sj6CufOA==",
35+
"shasum": "dbb692872dc94d6fd0adc93b66c8e09c67f78260",
36+
"tarball": "https://registry.npmjs.org/nano-stringify-object/-/nano-stringify-object-0.0.0.tgz",
37+
"fileCount": 5,
38+
"unpackedSize": 8783,
39+
"signatures": [
40+
{
41+
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
42+
"sig": "MEQCIF396neosjaDQP6JgESc3D/CpgE5VZik5CqXY/F68gUnAiAmtw8VnyNnYMNisW4K0S75AJicujUpd0u8g4kQ35t0YA=="
43+
}
44+
]
45+
},
46+
"_npmUser": {
47+
"name": "gameroman",
48+
"email": "dev@rman.dev"
49+
},
50+
"directories": {
51+
52+
},
53+
"maintainers": [
54+
{
55+
"name": "gameroman",
56+
"email": "dev@rman.dev"
57+
}
58+
],
59+
"_npmOperationalInternal": {
60+
"host": "s3://npm-registry-packages-npm-production",
61+
"tmp": "tmp/nano-stringify-object_0.0.0_1773271904176_0.4735360871124257"
62+
},
63+
"_hasShrinkwrap": false
64+
}

0 commit comments

Comments
 (0)