| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- {
- "_args": [
- [
- "oppressor@0.0.1",
- "E:\\item\\newItem\\admin"
- ]
- ],
- "_from": "oppressor@0.0.1",
- "_id": "oppressor@0.0.1",
- "_inBundle": false,
- "_integrity": "sha1-hLIFjJEhxMb+YyVmsx7Tlhi9j+s=",
- "_location": "/oppressor",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "oppressor@0.0.1",
- "name": "oppressor",
- "escapedName": "oppressor",
- "rawSpec": "0.0.1",
- "saveSpec": null,
- "fetchSpec": "0.0.1"
- },
- "_requiredBy": [
- "/oss"
- ],
- "_resolved": "https://registry.npmjs.org/oppressor/-/oppressor-0.0.1.tgz",
- "_spec": "0.0.1",
- "_where": "E:\\item\\newItem\\admin",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "bugs": {
- "url": "https://github.com/substack/oppressor/issues"
- },
- "dependencies": {
- "negotiator": "~0.2.5",
- "response-stream": "~0.0.0",
- "through": "~0.1.4"
- },
- "description": "streaming http compression response negotiator",
- "devDependencies": {
- "tap": "~0.3.0"
- },
- "directories": {
- "example": "example",
- "test": "test"
- },
- "homepage": "https://github.com/substack/oppressor",
- "keywords": [
- "gzip",
- "compress",
- "deflate",
- "http",
- "negotiator",
- "pipe",
- "stream",
- "request",
- "response"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "oppressor",
- "repository": {
- "type": "git",
- "url": "git://github.com/substack/oppressor.git"
- },
- "scripts": {
- "test": "tap test/*.js"
- },
- "version": "0.0.1"
- }
|