1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_from": "body@^5.1.0",
- "_id": "body@5.1.0",
- "_inBundle": false,
- "_integrity": "sha1-5LoM5BCkaTYyM2dgnstOZVMSUGk=",
- "_location": "/body",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "body@^5.1.0",
- "name": "body",
- "escapedName": "body",
- "rawSpec": "^5.1.0",
- "saveSpec": null,
- "fetchSpec": "^5.1.0"
- },
- "_requiredBy": [
- "/tiny-lr"
- ],
- "_resolved": "https://registry.npmjs.org/body/-/body-5.1.0.tgz",
- "_shasum": "e4ba0ce410a46936323367609ecb4e6553125069",
- "_spec": "body@^5.1.0",
- "_where": "/Users/jaehoonp/zipteamUIv2/node_modules/tiny-lr",
- "author": {
- "name": "Raynos",
- "email": "raynos2@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/Raynos/body/issues",
- "email": "raynos2@gmail.com"
- },
- "bundleDependencies": false,
- "contributors": [
- {
- "name": "Jake Verbaten"
- }
- ],
- "dependencies": {
- "continuable-cache": "^0.3.1",
- "error": "^7.0.0",
- "raw-body": "~1.1.0",
- "safe-json-parse": "~1.0.1"
- },
- "deprecated": false,
- "description": "Body parsing",
- "devDependencies": {
- "after": "~0.7.0",
- "hammock": "^1.0.0",
- "process": "~0.5.1",
- "send-data": "~1.0.1",
- "tape": "~2.3.0",
- "test-server": "~0.1.3"
- },
- "homepage": "https://github.com/Raynos/body",
- "keywords": [],
- "licenses": [
- {
- "type": "MIT",
- "url": "http://github.com/Raynos/body/raw/master/LICENSE"
- }
- ],
- "main": "index",
- "name": "body",
- "repository": {
- "type": "git",
- "url": "git://github.com/Raynos/body.git"
- },
- "scripts": {
- "test": "node ./test/index.js"
- },
- "version": "5.1.0"
- }
|