init source
This commit is contained in:
+61
@@ -0,0 +1,61 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"formidable@1.2.1",
|
||||
"/home/app"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "formidable@1.2.1",
|
||||
"_id": "formidable@1.2.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-Fs9VRguL0gqGHkXS5GQiMCr1VhZBxz0JnJs4JmMp/2jL18Fmbzvv7vOFRU+U8TBkHEE/CX1qDXzJplVULgsLeg==",
|
||||
"_location": "/formidable",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "formidable@1.2.1",
|
||||
"name": "formidable",
|
||||
"escapedName": "formidable",
|
||||
"rawSpec": "1.2.1",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.2.1"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/superagent"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/formidable/-/formidable-1.2.1.tgz",
|
||||
"_spec": "1.2.1",
|
||||
"_where": "/home/app",
|
||||
"bugs": {
|
||||
"url": "http://github.com/felixge/node-formidable/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"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"
|
||||
},
|
||||
"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.2.1"
|
||||
}
|
||||
Reference in New Issue
Block a user