package.json
1.56 KB
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
{
"_args": [
[
"whet.extend@0.9.9",
"/Library/WebServer/Documents/mywork/dyitoc"
]
],
"_development": true,
"_from": "whet.extend@0.9.9",
"_id": "whet.extend@0.9.9",
"_inBundle": false,
"_integrity": "sha1-+HfVv2SMl+WqVC+twW1qJZucEaE=",
"_location": "/whet.extend",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "whet.extend@0.9.9",
"name": "whet.extend",
"escapedName": "whet.extend",
"rawSpec": "0.9.9",
"saveSpec": null,
"fetchSpec": "0.9.9"
},
"_requiredBy": [
"/svgo"
],
"_resolved": "http://registry.npm.taobao.org/whet.extend/download/whet.extend-0.9.9.tgz",
"_spec": "0.9.9",
"_where": "/Library/WebServer/Documents/mywork/dyitoc",
"author": {
"name": "Dmitrii Karpich",
"email": "meettya@gmail.com"
},
"bugs": {
"url": "https://github.com/Meettya/whet.extend/issues"
},
"description": "A sharped version of port of jQuery.extend that actually works on node.js",
"devDependencies": {
"chai": "~1.4.2",
"coffee-script": ">=1.3.3",
"mocha": "~1.8.1",
"should": "0.5.1"
},
"engines": {
"node": ">=0.6.0"
},
"homepage": "https://github.com/Meettya/whet.extend#readme",
"keywords": [
"extend",
"jQuery",
"jQuery extend",
"clone",
"copy",
"inherit"
],
"license": "MIT",
"main": "index.js",
"name": "whet.extend",
"repository": {
"type": "git",
"url": "git+https://github.com/Meettya/whet.extend.git"
},
"scripts": {
"test": "cake test"
},
"version": "0.9.9"
}