123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "simple-code",
- "version": "2.6.4",
- "lockfileVersion": 1,
- "requires": true,
- "dependencies": {
- "exec-sh": {
- "version": "0.2.2",
- "resolved": "https://registry.npm.taobao.org/exec-sh/download/exec-sh-0.2.2.tgz?cache=0&sync_timestamp=1616788824594&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fexec-sh%2Fdownload%2Fexec-sh-0.2.2.tgz",
- "integrity": "sha1-Kl5//L19C6J1W97LFuWkJ9+97DY=",
- "requires": {
- "merge": "^1.2.0"
- }
- },
- "merge": {
- "version": "1.2.1",
- "resolved": "https://registry.npm.taobao.org/merge/download/merge-1.2.1.tgz?cache=0&sync_timestamp=1614027534925&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fmerge%2Fdownload%2Fmerge-1.2.1.tgz",
- "integrity": "sha1-OL6/gMMiCopIe2/Ps5QbsRcgwUU="
- },
- "minimist": {
- "version": "1.2.5",
- "resolved": "https://registry.npm.taobao.org/minimist/download/minimist-1.2.5.tgz?cache=0&sync_timestamp=1589682820731&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fminimist%2Fdownload%2Fminimist-1.2.5.tgz",
- "integrity": "sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI="
- },
- "watch": {
- "version": "1.0.2",
- "resolved": "https://registry.npm.taobao.org/watch/download/watch-1.0.2.tgz",
- "integrity": "sha1-NApxe952Vyb6CqB9ch4BR6VR3ww=",
- "requires": {
- "exec-sh": "^0.2.0",
- "minimist": "^1.2.0"
- }
- }
- }
- }
|