12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- {
- "name": "sqxp-uniapp",
- "version": "1.0.0",
- "lockfileVersion": 1,
- "requires": true,
- "dependencies": {
- "call-bind": {
- "version": "1.0.2",
- "resolved": "https://registry.npm.taobao.org/call-bind/download/call-bind-1.0.2.tgz",
- "integrity": "sha1-sdTonmiBGcPJqQOtMKuy9qkZvjw=",
- "requires": {
- "function-bind": "^1.1.1",
- "get-intrinsic": "^1.0.2"
- }
- },
- "crypto-js": {
- "version": "4.0.0",
- "resolved": "https://registry.npm.taobao.org/crypto-js/download/crypto-js-4.0.0.tgz",
- "integrity": "sha1-KQSrJnep0EKFai6i74DekuSjbcw="
- },
- "function-bind": {
- "version": "1.1.1",
- "resolved": "https://registry.npm.taobao.org/function-bind/download/function-bind-1.1.1.tgz",
- "integrity": "sha1-pWiZ0+o8m6uHS7l3O3xe3pL0iV0="
- },
- "get-intrinsic": {
- "version": "1.1.1",
- "resolved": "https://registry.npm.taobao.org/get-intrinsic/download/get-intrinsic-1.1.1.tgz",
- "integrity": "sha1-FfWfN2+FXERpY5SPDSTNNje0q8Y=",
- "requires": {
- "function-bind": "^1.1.1",
- "has": "^1.0.3",
- "has-symbols": "^1.0.1"
- }
- },
- "has": {
- "version": "1.0.3",
- "resolved": "https://registry.npm.taobao.org/has/download/has-1.0.3.tgz",
- "integrity": "sha1-ci18v8H2qoJB8W3YFOAR4fQeh5Y=",
- "requires": {
- "function-bind": "^1.1.1"
- }
- },
- "has-symbols": {
- "version": "1.0.2",
- "resolved": "https://registry.npm.taobao.org/has-symbols/download/has-symbols-1.0.2.tgz?cache=0&sync_timestamp=1614443557459&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fhas-symbols%2Fdownload%2Fhas-symbols-1.0.2.tgz",
- "integrity": "sha1-Fl0wcMADCXUqEjakeTMeOsVvFCM="
- },
- "object-inspect": {
- "version": "1.10.2",
- "resolved": "https://registry.nlark.com/object-inspect/download/object-inspect-1.10.2.tgz",
- "integrity": "sha1-tjhaPit8rgter8+Qzd+F0Sh2fzA="
- },
- "qs": {
- "version": "6.10.1",
- "resolved": "https://registry.npm.taobao.org/qs/download/qs-6.10.1.tgz?cache=0&sync_timestamp=1616385328325&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fqs%2Fdownload%2Fqs-6.10.1.tgz",
- "integrity": "sha1-STFIL6jWR6Wqt5nFJx0hM7mB+2o=",
- "requires": {
- "side-channel": "^1.0.4"
- }
- },
- "side-channel": {
- "version": "1.0.4",
- "resolved": "https://registry.npm.taobao.org/side-channel/download/side-channel-1.0.4.tgz",
- "integrity": "sha1-785cj9wQTudRslxY1CkAEfpeos8=",
- "requires": {
- "call-bind": "^1.0.0",
- "get-intrinsic": "^1.0.2",
- "object-inspect": "^1.9.0"
- }
- }
- }
- }
|