UNPKG

restify

Version:
61 lines (60 loc) 1.6 kB
{ "_from": "formidable@^1.1.1", "_id": "formidable@1.1.1", "_inBundle": false, "_integrity": "sha1-lriIb3w8NQi5Mta9cMTTqI818ak=", "_location": "/formidable", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "formidable@^1.1.1", "name": "formidable", "escapedName": "formidable", "rawSpec": "^1.1.1", "saveSpec": null, "fetchSpec": "^1.1.1" }, "_requiredBy": [ "/restify" ], "_resolved": "https://artifacts.netflix.com/api/npm/npm-netflix/formidable/-/formidable-1.1.1.tgz", "_shasum": "96b8886f7c3c3508b932d6bd70c4d3a88f35f1a9", "_spec": "formidable@^1.1.1", "_where": "/Users/pmarton/Documents/dev/node-restify/benchmark/node_modules/restify", "bugs": { "url": "http://github.com/felixge/node-formidable/issues" }, "bundleDependencies": false, "dependencies": {}, "deprecated": false, "description": "A node.js module for parsing form data, especially file uploads.", "devDependencies": { "findit": "^0.1.2", "gently": "^0.8.0", "hashish": "^0.0.4", "request": "^2.11.4", "urun": "^0.0.6", "utest": "^0.0.8" }, "directories": { "lib": "./lib" }, "engines": { "node": ">=0.8.0" }, "homepage": "https://github.com/felixge/node-formidable", "license": "MIT", "main": "./lib/index", "name": "formidable", "optionalDependencies": {}, "repository": { "type": "git", "url": "git://github.com/felixge/node-formidable.git" }, "scripts": { "clean": "rm test/tmp/*", "test": "node test/run.js" }, "version": "1.1.1" }