This repository was archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 3.74 KB
/
package.json
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
{
"_args": [
[
{
"raw": "inheritance-js@git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"scope": null,
"escapedName": "inheritance-js",
"name": "inheritance-js",
"rawSpec": "git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"spec": "git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"sshUrl": "git+ssh://git@github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"httpsUrl": "git+https://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"gitUrl": "git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"shortcut": "github:limdauto/inheritance-js#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"directUrl": "https://raw.githubusercontent.com/limdauto/inheritance-js/b9162cc2827088070faf8ae7e96aea2fcddf85a0/package.json"
}
},
"/Users/lim/Projects/Memrise/memrise"
]
],
"_from": "git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"_id": "inheritance-js@2.7.0",
"_inCache": true,
"_location": "/inheritance-js",
"_phantomChildren": {},
"_requested": {
"raw": "inheritance-js@git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"scope": null,
"escapedName": "inheritance-js",
"name": "inheritance-js",
"rawSpec": "git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"spec": "git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"type": "hosted",
"hosted": {
"type": "github",
"ssh": "git@github.com:limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"sshUrl": "git+ssh://git@github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"httpsUrl": "git+https://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"gitUrl": "git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"shortcut": "github:limdauto/inheritance-js#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"directUrl": "https://raw.githubusercontent.com/limdauto/inheritance-js/b9162cc2827088070faf8ae7e96aea2fcddf85a0/package.json"
}
},
"_requiredBy": [
"/"
],
"_resolved": "git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"_shasum": "71f9dd0c77deb78438bcc0c310171f4a7abcccc5",
"_shrinkwrap": null,
"_spec": "inheritance-js@git://github.com/limdauto/inheritance-js.git#b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"_where": "/Users/lim/Projects/Memrise/memrise",
"author": {
"name": "Alex Arnell"
},
"bugs": {
"url": "https://github.com/limdauto/inheritance-js/issues"
},
"dependencies": {},
"description": "Unofficial clone of https://code.google.com/p/inheritance/ to support npm",
"devDependencies": {},
"gitHead": "b9162cc2827088070faf8ae7e96aea2fcddf85a0",
"homepage": "https://github.com/limdauto/inheritance-js",
"keywords": [
"javascript",
"inheritance"
],
"license": "BSD",
"main": "inheritance.js",
"name": "inheritance-js",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/limdauto/inheritance-js.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.7.0"
}