租房小程序前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

85 lines
2.2 KiB

{
"_from": "formstream@^1.1.0",
"_id": "formstream@1.5.1",
"_inBundle": false,
"_integrity": "sha512-q7ORzFqotpwn3Y/GBK2lK7PjtZZwJHz9QE9Phv8zb5IrL9ftGLyi2zjGURON3voK8TaZ+mqJKERYN4lrHYTkUQ==",
"_location": "/formstream",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "formstream@^1.1.0",
"name": "formstream",
"escapedName": "formstream",
"rawSpec": "^1.1.0",
"saveSpec": null,
"fetchSpec": "^1.1.0"
},
"_requiredBy": [
"/urllib"
],
"_resolved": "https://registry.npmmirror.com/formstream/-/formstream-1.5.1.tgz",
"_shasum": "b25f8121aa434cc82e8b36cdd765338b7b8df4de",
"_spec": "formstream@^1.1.0",
"_where": "E:\\webView\\tenancy-wechat-uniapp\\node_modules\\urllib",
"author": {
"name": "fengmk2",
"email": "fengmk2@gmail.com",
"url": "https://github.com/fengmk2"
},
"bugs": {
"url": "https://github.com/node-modules/formstream/issues"
},
"bundleDependencies": false,
"dependencies": {
"destroy": "^1.0.4",
"mime": "^2.5.2",
"node-hex": "^1.0.1",
"pause-stream": "~0.0.11"
},
"deprecated": false,
"description": "A multipart/form-data encoded stream, helper for file upload.",
"devDependencies": {
"@types/node": "^20.4.3",
"connect-multiparty": "1",
"egg-bin": "^5.6.1",
"express": "^4.16.4",
"git-contributor": "^2.1.5",
"jshint": "^2.13.6",
"pedding": "1",
"should": "4",
"tsd": "^0.28.1",
"urllib": "2"
},
"files": [
"lib",
"types/formstream.d.ts"
],
"homepage": "https://github.com/node-modules/formstream#readme",
"keywords": [
"form",
"stream",
"multipart",
"form-data",
"upload",
"postfile",
"request"
],
"license": "MIT",
"main": "lib/formstream.js",
"name": "formstream",
"repository": {
"type": "git",
"url": "git://github.com/node-modules/formstream.git"
},
"scripts": {
"ci": "npm run lint && npm run tsd && npm run cov && NODE_DEBUG=formstream npm run cov",
"contributor": "git-contributor",
"cov": "egg-bin cov",
"lint": "jshint .",
"test": "egg-bin test",
"tsd": "tsd"
},
"types": "types/formstream.d.ts",
"version": "1.5.1"
}