This commit is contained in:
weicw
2023-09-28 21:19:51 +08:00
parent 81ecfd9df0
commit 0256bd355d
21 changed files with 1025 additions and 596 deletions

46
node_modules/js/package.json generated vendored
View File

@@ -1,12 +1,44 @@
{
"name": "js",
"description": "A better `node -p`.",
"author": "Marco Aurelio <thecoreh@gmail.com>",
"version": "0.1.0",
"_args": [
[
"js@0.1.0",
"E:\\202308\\yunxinwei-uniapp"
]
],
"_development": true,
"_from": "js@0.1.0",
"_id": "js@0.1.0",
"_inBundle": false,
"_integrity": "sha512-ZBbGYOpact8QAH9RprFWL4RAESYwbDodxiuDjOnzwzzk9pBzKycoifGuUrHHcDixE/eLMKPHRaXenTgu1qXBqA==",
"_location": "/js",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "js@0.1.0",
"name": "js",
"escapedName": "js",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"#DEV:/"
],
"_resolved": "https://registry.npmmirror.com/js/-/js-0.1.0.tgz",
"_spec": "0.1.0",
"_where": "E:\\202308\\yunxinwei-uniapp",
"author": {
"name": "Marco Aurelio",
"email": "thecoreh@gmail.com"
},
"bin": {
"js": "./bin/js"
"js": "bin/js"
},
"dependencies": {
"commander": "~1.1.1"
}
}
},
"description": "A better `node -p`.",
"name": "js",
"version": "0.1.0"
}