Blame view

node_modules/obuf/package.json 1.53 KB
2a09d1a4   liuqimichale   添加宜春 天水 宣化
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
  {
    "_from": "obuf@^1.1.1",
    "_id": "obuf@1.1.2",
    "_inBundle": false,
    "_integrity": "sha1-Cb6jND1BhZ69RGKS0RydTbYZCE4=",
    "_location": "/obuf",
    "_phantomChildren": {},
    "_requested": {
      "type": "range",
      "registry": true,
      "raw": "obuf@^1.1.1",
      "name": "obuf",
      "escapedName": "obuf",
      "rawSpec": "^1.1.1",
      "saveSpec": null,
      "fetchSpec": "^1.1.1"
    },
    "_requiredBy": [
      "/hpack.js",
      "/spdy-transport"
    ],
    "_resolved": "http://registry.npm.taobao.org/obuf/download/obuf-1.1.2.tgz",
    "_shasum": "09bea3343d41859ebd446292d11c9d4db619084e",
    "_spec": "obuf@^1.1.1",
    "_where": "/Library/WebServer/Documents/mywork/cityOperationCenter/node_modules/spdy-transport",
    "author": {
      "name": "Fedor Indutny",
      "email": "fedor@indutny.com"
    },
    "bugs": {
      "url": "https://github.com/indutny/offset-buffer/issues"
    },
    "bundleDependencies": false,
    "deprecated": false,
    "description": "Byte buffer specialized for data in chunks with special cases for dropping bytes in the front, merging bytes in to various integer types and abandoning buffer without penalty for previous chunk merges.",
    "devDependencies": {
      "mocha": "^1.21.4"
    },
    "homepage": "https://github.com/indutny/offset-buffer",
    "keywords": [
      "Offset",
      "Buffer",
      "reader"
    ],
    "license": "MIT",
    "main": "index.js",
    "name": "obuf",
    "repository": {
      "type": "git",
      "url": "git+ssh://git@github.com/indutny/offset-buffer.git"
    },
    "scripts": {
      "test": "mocha test/**/*-test.js"
    },
    "version": "1.1.2"
  }