summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/request/node_modules/extend/package.json
blob: cbcd8ee4a8172d671bb17f2f470288d76a5a4062 (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
{
  "_args": [
    [
      {
        "raw": "extend@~3.0.0",
        "scope": null,
        "escapedName": "extend",
        "name": "extend",
        "rawSpec": "~3.0.0",
        "spec": ">=3.0.0 <3.1.0",
        "type": "range"
      },
      "/Users/rebecca/code/npm/node_modules/request"
    ]
  ],
  "_from": "extend@>=3.0.0 <3.1.0",
  "_id": "extend@3.0.0",
  "_inCache": true,
  "_installable": true,
  "_location": "/request/extend",
  "_nodeVersion": "2.3.1",
  "_npmUser": {
    "name": "ljharb",
    "email": "ljharb@gmail.com"
  },
  "_npmVersion": "2.11.3",
  "_phantomChildren": {},
  "_requested": {
    "raw": "extend@~3.0.0",
    "scope": null,
    "escapedName": "extend",
    "name": "extend",
    "rawSpec": "~3.0.0",
    "spec": ">=3.0.0 <3.1.0",
    "type": "range"
  },
  "_requiredBy": [
    "/request"
  ],
  "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
  "_shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
  "_shrinkwrap": null,
  "_spec": "extend@~3.0.0",
  "_where": "/Users/rebecca/code/npm/node_modules/request",
  "author": {
    "name": "Stefan Thomas",
    "email": "justmoon@members.fsf.org",
    "url": "http://www.justmoon.net"
  },
  "bugs": {
    "url": "https://github.com/justmoon/node-extend/issues"
  },
  "contributors": [
    {
      "name": "Jordan Harband",
      "url": "https://github.com/ljharb"
    }
  ],
  "dependencies": {},
  "description": "Port of jQuery.extend for node.js and the browser",
  "devDependencies": {
    "covert": "^1.1.0",
    "eslint": "^0.24.0",
    "jscs": "^1.13.1",
    "tape": "^4.0.0"
  },
  "directories": {},
  "dist": {
    "shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
    "tarball": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz"
  },
  "gitHead": "148e7270cab2e9413af2cd0cab147070d755ed6d",
  "homepage": "https://github.com/justmoon/node-extend#readme",
  "keywords": [
    "extend",
    "clone",
    "merge"
  ],
  "license": "MIT",
  "main": "index",
  "maintainers": [
    {
      "name": "justmoon",
      "email": "justmoon@members.fsf.org"
    },
    {
      "name": "ljharb",
      "email": "ljharb@gmail.com"
    }
  ],
  "name": "extend",
  "optionalDependencies": {},
  "readme": "ERROR: No README data found!",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/justmoon/node-extend.git"
  },
  "scripts": {
    "coverage": "covert test/index.js",
    "coverage-quiet": "covert test/index.js --quiet",
    "eslint": "eslint *.js */*.js",
    "jscs": "jscs *.js */*.js",
    "lint": "npm run jscs && npm run eslint",
    "test": "npm run lint && node test/index.js && npm run coverage-quiet"
  },
  "version": "3.0.0"
}