12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_from": "formstream@^1.1.0",
- "_id": "formstream@1.3.1",
- "_inBundle": false,
- "_integrity": "sha512-FkW++ub+VbE5dpwukJVDizNWhSgp8FhmhI65pF7BZSVStBqe6Wgxe2Z9/Vhsn7l7nXCPwP+G1cyYlX8VwWOf0g==",
- "_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.npmjs.org/formstream/-/formstream-1.3.1.tgz",
- "_shasum": "6c6f53c1c09f0ffc43231022b355b1d5feda3016",
- "_spec": "formstream@^1.1.0",
- "_where": "F:\\HBuilderProjects\\test\\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",
- "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",
- "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",
- "cov": "egg-bin cov",
- "lint": "jshint .",
- "test": "egg-bin test",
- "tsd": "tsd"
- },
- "types": "types/formstream.d.ts",
- "version": "1.3.1"
- }
|