aboutsummaryrefslogtreecommitdiff
path: root/node_modules/clone-buffer/package.json
blob: 77fa6a98d971e34ea18bf4419d23b39dc7a2fb38 (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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
  "_args": [
    [
      {
        "raw": "clone-buffer@^1.0.0",
        "scope": null,
        "escapedName": "clone-buffer",
        "name": "clone-buffer",
        "rawSpec": "^1.0.0",
        "spec": ">=1.0.0 <2.0.0",
        "type": "range"
      },
      "/home/dold/repos/taler/wallet-webex/node_modules/vinyl"
    ]
  ],
  "_from": "clone-buffer@>=1.0.0 <2.0.0",
  "_id": "clone-buffer@1.0.0",
  "_inCache": true,
  "_location": "/clone-buffer",
  "_nodeVersion": "0.10.41",
  "_npmOperationalInternal": {
    "host": "packages-12-west.internal.npmjs.com",
    "tmp": "tmp/clone-buffer-1.0.0.tgz_1474782560642_0.6453048929106444"
  },
  "_npmUser": {
    "name": "phated",
    "email": "blaine.bublitz@gmail.com"
  },
  "_npmVersion": "2.15.2",
  "_phantomChildren": {},
  "_requested": {
    "raw": "clone-buffer@^1.0.0",
    "scope": null,
    "escapedName": "clone-buffer",
    "name": "clone-buffer",
    "rawSpec": "^1.0.0",
    "spec": ">=1.0.0 <2.0.0",
    "type": "range"
  },
  "_requiredBy": [
    "/vinyl"
  ],
  "_resolved": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz",
  "_shasum": "e3e25b207ac4e701af721e2cb5a16792cac3dc58",
  "_shrinkwrap": null,
  "_spec": "clone-buffer@^1.0.0",
  "_where": "/home/dold/repos/taler/wallet-webex/node_modules/vinyl",
  "author": {
    "name": "Gulp Team",
    "email": "team@gulpjs.com",
    "url": "http://gulpjs.com/"
  },
  "bugs": {
    "url": "https://github.com/gulpjs/clone-buffer/issues"
  },
  "contributors": [
    {
      "name": "Blaine Bublitz",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "dependencies": {},
  "description": "Easier Buffer cloning in node.",
  "devDependencies": {
    "eslint": "^1.7.3",
    "eslint-config-gulp": "^2.0.0",
    "expect": "^1.19.0",
    "istanbul": "^0.4.3",
    "istanbul-coveralls": "^1.0.3",
    "jscs": "^2.3.5",
    "jscs-preset-gulp": "^1.0.0",
    "mocha": "^2.4.5"
  },
  "directories": {},
  "dist": {
    "shasum": "e3e25b207ac4e701af721e2cb5a16792cac3dc58",
    "tarball": "https://registry.npmjs.org/clone-buffer/-/clone-buffer-1.0.0.tgz"
  },
  "engines": {
    "node": ">= 0.10"
  },
  "files": [
    "LICENSE",
    "index.js"
  ],
  "gitHead": "7dab09850f080e2d137c62c6a673344fa8458942",
  "homepage": "https://github.com/gulpjs/clone-buffer#readme",
  "keywords": [
    "buffer",
    "clone",
    "from",
    "copy"
  ],
  "license": "MIT",
  "main": "index.js",
  "maintainers": [
    {
      "name": "phated",
      "email": "blaine.bublitz@gmail.com"
    }
  ],
  "name": "clone-buffer",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gulpjs/clone-buffer.git"
  },
  "scripts": {
    "cover": "istanbul cover _mocha --report lcovonly",
    "coveralls": "npm run cover && istanbul-coveralls",
    "lint": "eslint . && jscs index.js test/",
    "pretest": "npm run lint",
    "test": "mocha --async-only"
  },
  "version": "1.0.0"
}