summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/npm-registry-fetch/node_modules/smart-buffer/package.json
blob: f6e183c589c4fa9a7ab397612b8eaab97dc65d11 (plain)
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
  "_from": "smart-buffer@^1.0.13",
  "_id": "smart-buffer@1.1.15",
  "_inBundle": false,
  "_integrity": "sha1-fxFLW2X6s+KjWqd1uxLw0cZJvxY=",
  "_location": "/npm-registry-fetch/smart-buffer",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "smart-buffer@^1.0.13",
    "name": "smart-buffer",
    "escapedName": "smart-buffer",
    "rawSpec": "^1.0.13",
    "saveSpec": null,
    "fetchSpec": "^1.0.13"
  },
  "_requiredBy": [
    "/npm-registry-fetch/socks"
  ],
  "_resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-1.1.15.tgz",
  "_shasum": "7f114b5b65fab3e2a35aa775bb12f0d1c649bf16",
  "_spec": "smart-buffer@^1.0.13",
  "_where": "/Users/rebecca/code/npm/node_modules/npm-registry-fetch/node_modules/socks",
  "author": {
    "name": "Josh Glazebrook"
  },
  "bugs": {
    "url": "https://github.com/JoshGlazebrook/smart-buffer/issues"
  },
  "bundleDependencies": false,
  "dependencies": {},
  "deprecated": false,
  "description": "A smarter Buffer that keeps track of its own read and write positions while growing endlessly.",
  "devDependencies": {
    "chai": "^3.5.0",
    "coveralls": "^2.11.15",
    "istanbul": "^0.4.3",
    "mocha": "^3.2.0",
    "mocha-lcov-reporter": "^1.2.0"
  },
  "engines": {
    "node": ">= 0.10.15",
    "npm": ">= 1.3.5"
  },
  "homepage": "https://github.com/JoshGlazebrook/smart-buffer/",
  "keywords": [
    "buffer",
    "smart",
    "serialize",
    "packet",
    "network",
    "cursor",
    "simple"
  ],
  "license": "MIT",
  "main": "lib/smart-buffer.js",
  "name": "smart-buffer",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JoshGlazebrook/smart-buffer.git"
  },
  "scripts": {
    "coverage": "istanbul cover node_modules/mocha/bin/_mocha recursive test",
    "fullcoverage": "istanbul -include-all-sources cover node_modules/mocha/bin/_mocha recursive test",
    "test": "mocha test/smart-buffer.test.js"
  },
  "typings": "typings/index",
  "version": "1.1.15"
}