summaryrefslogtreecommitdiffstats
path: root/node_modules/memorystream/package.json
blob: e96178185fb1acb7e7a7e96b296dbf6f07f72f5d (plain) (blame)
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
71
72
73
74
75
76
77
{
  "_from": "memorystream@^0.3.1",
  "_id": "memorystream@0.3.1",
  "_inBundle": false,
  "_integrity": "sha1-htcJCzDORV1j+64S3aUaR93K+bI=",
  "_location": "/memorystream",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "memorystream@^0.3.1",
    "name": "memorystream",
    "escapedName": "memorystream",
    "rawSpec": "^0.3.1",
    "saveSpec": null,
    "fetchSpec": "^0.3.1"
  },
  "_requiredBy": [
    "/npm-run-all"
  ],
  "_resolved": "https://registry.npmjs.org/memorystream/-/memorystream-0.3.1.tgz",
  "_shasum": "86d7090b30ce455d63fbae12dda51a47ddcaf9b2",
  "_spec": "memorystream@^0.3.1",
  "_where": "/home/pruss/Dev/3-minute-website/node_modules/npm-run-all",
  "author": {
    "name": "Dmitry Nizovtsev",
    "url": "https://github.com/JSBizon"
  },
  "bugs": {
    "url": "https://github.com/JSBizon/node-memorystream/issues"
  },
  "bundleDependencies": false,
  "contributors": [
    {
      "name": "Dmitry Nizovtsev",
      "email": "dmitryp3@gmail.com"
    }
  ],
  "deprecated": false,
  "description": "This is lightweight memory stream module for node.js.",
  "devDependencies": {
    "expect.js": "~0.2.0",
    "grunt": "~0.4",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-jshint": "~0.10.0",
    "grunt-mocha-test": "~0.12.2",
    "mocha": "~1.20.0",
    "q": "~1.0.1"
  },
  "engines": {
    "node": ">= 0.10.0"
  },
  "homepage": "https://github.com/JSBizon/node-memorystream",
  "keywords": [
    "memory",
    "test",
    "stream",
    "tools",
    "streams",
    "buffer"
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/JSBizon/node-memorystream/raw/master/LICENSE"
    }
  ],
  "name": "memorystream",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/JSBizon/node-memorystream.git"
  },
  "scripts": {
    "test": "grunt"
  },
  "version": "0.3.1"
}