123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 |
- {
- "_args": [
- [
- "form-data@~0.2.0",
- "D:\\work\\im\\node_modules\\request"
- ]
- ],
- "_from": "form-data@>=0.2.0 <0.3.0",
- "_id": "form-data@0.2.0",
- "_inCache": true,
- "_installable": true,
- "_location": "/form-data",
- "_npmUser": {
- "email": "iam@alexindigo.com",
- "name": "alexindigo"
- },
- "_npmVersion": "1.4.28",
- "_phantomChildren": {},
- "_requested": {
- "name": "form-data",
- "raw": "form-data@~0.2.0",
- "rawSpec": "~0.2.0",
- "scope": null,
- "spec": ">=0.2.0 <0.3.0",
- "type": "range"
- },
- "_requiredBy": [
- "/request"
- ],
- "_resolved": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz",
- "_shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",
- "_shrinkwrap": null,
- "_spec": "form-data@~0.2.0",
- "_where": "D:\\work\\im\\node_modules\\request",
- "author": {
- "email": "felix@debuggable.com",
- "name": "Felix Geisendörfer",
- "url": "http://debuggable.com/"
- },
- "bugs": {
- "url": "https://github.com/felixge/node-form-data/issues"
- },
- "dependencies": {
- "async": "~0.9.0",
- "combined-stream": "~0.0.4",
- "mime-types": "~2.0.3"
- },
- "description": "A module to create readable \"multipart/form-data\" streams. Can be used to submit forms and file uploads to other web applications.",
- "devDependencies": {
- "fake": "~0.2.2",
- "far": "~0.0.7",
- "formidable": "~1.0.14",
- "request": "~2.36.0"
- },
- "directories": {},
- "dist": {
- "shasum": "26f8bc26da6440e299cbdcfb69035c4f77a6e466",
- "tarball": "https://registry.npmjs.org/form-data/-/form-data-0.2.0.tgz"
- },
- "engines": {
- "node": ">= 0.8"
- },
- "gitHead": "dfc1a2aef40b97807e2ffe477da06cb2c37e259f",
- "homepage": "https://github.com/felixge/node-form-data",
- "licenses": [
- {
- "type": "MIT",
- "url": "https://raw.github.com/felixge/node-form-data/master/License"
- }
- ],
- "main": "./lib/form_data",
- "maintainers": [
- {
- "email": "felix@debuggable.com",
- "name": "felixge"
- },
- {
- "email": "igor@buran.us",
- "name": "idralyuk"
- },
- {
- "email": "iam@alexindigo.com",
- "name": "alexindigo"
- },
- {
- "email": "mikeal.rogers@gmail.com",
- "name": "mikeal"
- },
- {
- "email": "dtyree77@gmail.com",
- "name": "celer"
- }
- ],
- "name": "form-data",
- "optionalDependencies": {},
- "readme": "ERROR: No README data found!",
- "repository": {
- "type": "git",
- "url": "git://github.com/felixge/node-form-data.git"
- },
- "scripts": {
- "test": "node test/run.js"
- },
- "version": "0.2.0"
- }
|