| 1234567891011121314151617181920212223242526272829303132333435363738 |
- {
- "name": "uniapp-sdk",
- "version": "1.0.0",
- "lockfileVersion": 2,
- "requires": true,
- "packages": {
- "": {
- "version": "1.0.0",
- "license": "ISC",
- "dependencies": {
- "crypto-js": "^4.1.1",
- "hashids": "^2.3.0"
- }
- },
- "node_modules/crypto-js": {
- "version": "4.1.1",
- "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.1.1.tgz",
- "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
- },
- "node_modules/hashids": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/hashids/-/hashids-2.3.0.tgz",
- "integrity": "sha512-ljM73TE/avEhNnazxaj0Dw3BbEUuLC5yYCQ9RSkSUcT4ZSU6ZebdKCIBJ+xT/DnSYW36E9k82GH1Q6MydSIosQ=="
- }
- },
- "dependencies": {
- "crypto-js": {
- "version": "4.1.1",
- "resolved": "https://registry.npmmirror.com/crypto-js/-/crypto-js-4.1.1.tgz",
- "integrity": "sha512-o2JlM7ydqd3Qk9CA0L4NL6mTzU2sdx96a+oOfPu8Mkl/PK51vSyoi8/rQ8NknZtk44vq15lmhAj9CIAGwgeWKw=="
- },
- "hashids": {
- "version": "2.3.0",
- "resolved": "https://registry.npmmirror.com/hashids/-/hashids-2.3.0.tgz",
- "integrity": "sha512-ljM73TE/avEhNnazxaj0Dw3BbEUuLC5yYCQ9RSkSUcT4ZSU6ZebdKCIBJ+xT/DnSYW36E9k82GH1Q6MydSIosQ=="
- }
- }
- }
|