Version 1
[yaffs-website] / node_modules / extend / package.json
1 {
2   "_args": [
3     [
4       "extend@^3.0.0",
5       "/var/www/yaffs/node_modules/liftoff"
6     ]
7   ],
8   "_from": "extend@>=3.0.0 <4.0.0",
9   "_id": "extend@3.0.0",
10   "_inCache": true,
11   "_installable": true,
12   "_location": "/extend",
13   "_nodeVersion": "2.3.1",
14   "_npmUser": {
15     "email": "ljharb@gmail.com",
16     "name": "ljharb"
17   },
18   "_npmVersion": "2.11.3",
19   "_phantomChildren": {},
20   "_requested": {
21     "name": "extend",
22     "raw": "extend@^3.0.0",
23     "rawSpec": "^3.0.0",
24     "scope": null,
25     "spec": ">=3.0.0 <4.0.0",
26     "type": "range"
27   },
28   "_requiredBy": [
29     "/liftoff",
30     "/request"
31   ],
32   "_resolved": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz",
33   "_shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
34   "_shrinkwrap": null,
35   "_spec": "extend@^3.0.0",
36   "_where": "/var/www/yaffs/node_modules/liftoff",
37   "author": {
38     "email": "justmoon@members.fsf.org",
39     "name": "Stefan Thomas",
40     "url": "http://www.justmoon.net"
41   },
42   "bugs": {
43     "url": "https://github.com/justmoon/node-extend/issues"
44   },
45   "contributors": [
46     {
47       "name": "Jordan Harband",
48       "url": "https://github.com/ljharb"
49     }
50   ],
51   "dependencies": {},
52   "description": "Port of jQuery.extend for node.js and the browser",
53   "devDependencies": {
54     "covert": "^1.1.0",
55     "eslint": "^0.24.0",
56     "jscs": "^1.13.1",
57     "tape": "^4.0.0"
58   },
59   "directories": {},
60   "dist": {
61     "shasum": "5a474353b9f3353ddd8176dfd37b91c83a46f1d4",
62     "tarball": "https://registry.npmjs.org/extend/-/extend-3.0.0.tgz"
63   },
64   "gitHead": "148e7270cab2e9413af2cd0cab147070d755ed6d",
65   "homepage": "https://github.com/justmoon/node-extend#readme",
66   "keywords": [
67     "clone",
68     "extend",
69     "merge"
70   ],
71   "license": "MIT",
72   "main": "index",
73   "maintainers": [
74     {
75       "name": "justmoon",
76       "email": "justmoon@members.fsf.org"
77     },
78     {
79       "name": "ljharb",
80       "email": "ljharb@gmail.com"
81     }
82   ],
83   "name": "extend",
84   "optionalDependencies": {},
85   "readme": "ERROR: No README data found!",
86   "repository": {
87     "type": "git",
88     "url": "git+https://github.com/justmoon/node-extend.git"
89   },
90   "scripts": {
91     "coverage": "covert test/index.js",
92     "coverage-quiet": "covert test/index.js --quiet",
93     "eslint": "eslint *.js */*.js",
94     "jscs": "jscs *.js */*.js",
95     "lint": "npm run jscs && npm run eslint",
96     "test": "npm run lint && node test/index.js && npm run coverage-quiet"
97   },
98   "version": "3.0.0"
99 }