package.json 1.06 KB
{
  "_from": "methods@0.0.1",
  "_id": "methods@0.0.1",
  "_inBundle": false,
  "_integrity": "sha1-J3yQ+L7zlwlkWoNxxRw7bGSOBow=",
  "_location": "/methods",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "methods@0.0.1",
    "name": "methods",
    "escapedName": "methods",
    "rawSpec": "0.0.1",
    "saveSpec": null,
    "fetchSpec": "0.0.1"
  },
  "_requiredBy": [
    "/express"
  ],
  "_resolved": "https://registry.npmjs.org/methods/-/methods-0.0.1.tgz",
  "_shasum": "277c90f8bef39709645a8371c51c3b6c648e068c",
  "_spec": "methods@0.0.1",
  "_where": "C:\\Users\\경훈\\Desktop\\nodejs-todo-list-master\\nodejs-todo-list-master\\node_modules\\express",
  "author": {
    "name": "TJ Holowaychuk"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "HTTP methods that node supports",
  "keywords": [
    "http",
    "methods"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "methods",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.0.1"
}