12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182 |
- {
- "_args": [
- [
- "formstream@1.1.0",
- "D:\\wnmp\\www\\vue\\seaBlueAdmin"
- ]
- ],
- "_from": "formstream@1.1.0",
- "_id": "formstream@1.1.0",
- "_inBundle": false,
- "_integrity": "sha1-UfOXDyYTbrCtRDBN5M67UCB7RHk= sha512-Nz7z5pFnnYq9pd3+dZZQsfxd1tRUnl32SLDdaiqydM7hNStwBGO8HynOCS28YHf6GR40gtuxr4iF3CbLqFBQ1A==",
- "_location": "/formstream",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "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.1.0.tgz",
- "_spec": "1.1.0",
- "_where": "D:\\wnmp\\www\\vue\\seaBlueAdmin",
- "author": {
- "name": "fengmk2",
- "email": "fengmk2@gmail.com",
- "url": "http://fengmk2.github.com"
- },
- "bugs": {
- "url": "https://github.com/node-modules/formstream/issues"
- },
- "dependencies": {
- "destroy": "^1.0.4",
- "mime": "^1.3.4",
- "pause-stream": "~0.0.11"
- },
- "description": "A multipart/form-data encoded stream, helper for file upload.",
- "devDependencies": {
- "autod": "*",
- "connect-multiparty": "1",
- "express": "4",
- "istanbul": "*",
- "mocha": "*",
- "pedding": "1",
- "should": "4",
- "urllib": "2"
- },
- "files": [
- "lib"
- ],
- "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": {
- "autod": "autod -w --prefix '^'",
- "jshint": "jshint .",
- "test": "mocha -R spec -t 5000 -r should test/*.test.js",
- "test-cov": "istanbul cover node_modules/.bin/_mocha -- -t 5000 -r should test/*.test.js",
- "test-travis": "istanbul cover node_modules/.bin/_mocha --report lcovonly -- -t 5000 -r should test/*.test.js"
- },
- "version": "1.1.0"
- }
|