package.json 1.3 KB
{
  "_from": "send@0.1.0",
  "_id": "send@0.1.0",
  "_inBundle": false,
  "_integrity": "sha1-z7COvTzsm3/Bo32f+eh1qXHPRkA=",
  "_location": "/send",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "send@0.1.0",
    "name": "send",
    "escapedName": "send",
    "rawSpec": "0.1.0",
    "saveSpec": null,
    "fetchSpec": "0.1.0"
  },
  "_requiredBy": [
    "/connect",
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/send/-/send-0.1.0.tgz",
  "_shasum": "cfb08ebd3cec9b7fc1a37d9ff9e875a971cf4640",
  "_spec": "send@0.1.0",
  "_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
  "author": {
    "name": "TJ Holowaychuk",
    "email": "tj@vision-media.ca"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "*",
    "fresh": "0.1.0",
    "mime": "1.2.6",
    "range-parser": "0.0.4"
  },
  "deprecated": false,
  "description": "Better streaming static file server with Range and conditional-GET support",
  "devDependencies": {
    "connect": "2.x",
    "mocha": "*",
    "should": "*",
    "supertest": "0.0.1"
  },
  "keywords": [
    "static",
    "file",
    "server"
  ],
  "main": "index",
  "name": "send",
  "scripts": {
    "test": "make test"
  },
  "version": "0.1.0"
}