接口对接
Showing
.vite/deps/_metadata.json
0 → 100644
.vite/deps/nanoid.js
0 → 100644
.vite/deps/nanoid.js.map
0 → 100644
node_modules/.bin/nanoid
0 → 100644
node_modules/.bin/nanoid.cmd
0 → 100644
node_modules/.bin/nanoid.ps1
0 → 100644
node_modules/nanoid/LICENSE
0 → 100644
node_modules/nanoid/README.md
0 → 100644
node_modules/nanoid/async/index.browser.js
0 → 100644
node_modules/nanoid/async/index.d.ts
0 → 100644
node_modules/nanoid/async/index.js
0 → 100644
node_modules/nanoid/async/index.native.js
0 → 100644
node_modules/nanoid/bin/nanoid.js
0 → 100644
node_modules/nanoid/index.browser.js
0 → 100644
node_modules/nanoid/index.d.ts
0 → 100644
node_modules/nanoid/index.js
0 → 100644
node_modules/nanoid/nanoid.js
0 → 100644
node_modules/nanoid/non-secure/index.d.ts
0 → 100644
node_modules/nanoid/non-secure/index.js
0 → 100644
node_modules/nanoid/package.json
0 → 100644
| { | |||
| "_from": "nanoid", | |||
| "_id": "nanoid@4.0.0", | |||
| "_inBundle": false, | |||
| "_integrity": "sha512-IgBP8piMxe/gf73RTQx7hmnhwz0aaEXYakvqZyE302IXW3HyVNhdNGC+O2MwMAVhLEnvXlvKtGbtJf6wvHihCg==", | |||
| "_location": "/nanoid", | |||
| "_phantomChildren": {}, | |||
| "_requested": { | |||
| "type": "tag", | |||
| "registry": true, | |||
| "raw": "nanoid", | |||
| "name": "nanoid", | |||
| "escapedName": "nanoid", | |||
| "rawSpec": "", | |||
| "saveSpec": null, | |||
| "fetchSpec": "latest" | |||
| }, | |||
| "_requiredBy": [ | |||
| "#USER", | |||
| "/" | |||
| ], | |||
| "_resolved": "https://registry.npmmirror.com/nanoid/-/nanoid-4.0.0.tgz", | |||
| "_shasum": "6e144dee117609232c3f415c34b0e550e64999a5", | |||
| "_spec": "nanoid", | |||
| "_where": "E:\\work\\sfp-program", | |||
| "author": { | |||
| "name": "Andrey Sitnik", | |||
| "email": "andrey@sitnik.ru" | |||
| }, | |||
| "bin": { | |||
| "nanoid": "bin/nanoid.js" | |||
| }, | |||
| "browser": { | |||
| "./index.js": "./index.browser.js", | |||
| "./async/index.js": "./async/index.browser.js", | |||
| "./async/index.cjs": "./async/index.browser.cjs" | |||
| }, | |||
| "bugs": { | |||
| "url": "https://github.com/ai/nanoid/issues" | |||
| }, | |||
| "bundleDependencies": false, | |||
| "deprecated": false, | |||
| "description": "A tiny (116 bytes), secure URL-friendly unique string ID generator", | |||
| "engines": { | |||
| "node": "^14 || ^16 || >=18" | |||
| }, | |||
| "exports": { | |||
| ".": { | |||
| "browser": "./index.browser.js", | |||
| "default": "./index.js" | |||
| }, | |||
| "./async": { | |||
| "browser": "./async/index.browser.js", | |||
| "default": "./async/index.js" | |||
| }, | |||
| "./non-secure": "./non-secure/index.js", | |||
| "./package.json": "./package.json" | |||
| }, | |||
| "homepage": "https://github.com/ai/nanoid#readme", | |||
| "keywords": [ | |||
| "uuid", | |||
| "random", | |||
| "id", | |||
| "url" | |||
| ], | |||
| "license": "MIT", | |||
| "name": "nanoid", | |||
| "react-native": { | |||
| "./async/index.js": "./async/index.native.js" | |||
| }, | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/ai/nanoid.git" | |||
| }, | |||
| "sideEffects": false, | |||
| "type": "module", | |||
| "types": "./index.d.ts", | |||
| "version": "4.0.0" | |||
| } |
node_modules/nanoid/url-alphabet/index.js
0 → 100644
pages/index/index.css
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment