Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80676 views
1
{
2
"name": "contextify",
3
"version": "0.1.14",
4
"description": "Turn an object into a persistent execution context.",
5
"author": {
6
"name": "Brian McDaniel",
7
"email": "[email protected]"
8
},
9
"contributors": [
10
{
11
"name": "Assaf Arkin",
12
"email": "[email protected]",
13
"url": "http://labnotes.org/"
14
},
15
{
16
"name": "Benjamin Byholm",
17
"url": "https://research.it.abo.fi/people/bbyholm"
18
},
19
{
20
"name": "Marshall Roch",
21
"email": "[email protected]"
22
},
23
{
24
"name": "Nathan Rajlich",
25
"email": "[email protected]",
26
"url": "http://n8.io"
27
},
28
{
29
"name": "Paul Tan",
30
"url": "https://github.com/pyokagan"
31
},
32
{
33
"name": "Jeremy Stashewsky",
34
"email": "[email protected]"
35
},
36
{
37
"name": "Rex Morgan",
38
"url": "http://www.rexflex.net/"
39
},
40
{
41
"name": "Tom Gallacher",
42
"email": "[email protected]",
43
"url": "http://tomg.co"
44
},
45
{
46
"name": "Kevin Decker",
47
"email": "[email protected]",
48
"url": "http://www.incaseofstairs.com"
49
},
50
{
51
"name": "Sergei Ianovich",
52
"url": "https://github.com/yanovich"
53
},
54
{
55
"name": "Andrew Paprocki",
56
"url": "https://github.com/apaprocki"
57
},
58
{
59
"name": "Trygve Lie",
60
"url": "https://github.com/trygve-lie"
61
}
62
],
63
"keywords": [
64
"context",
65
"vm"
66
],
67
"repository": {
68
"type": "git",
69
"url": "https://github.com/brianmcd/contextify.git"
70
},
71
"main": "./lib/contextify",
72
"scripts": {
73
"test": "nodeunit test/",
74
"install": "node-gyp rebuild"
75
},
76
"engines": {
77
"node": ">=0.4.0"
78
},
79
"licenses": [
80
{
81
"type": "MIT",
82
"url": "http://github.com/brianmcd/contextify/blob/master/LICENSE.txt"
83
}
84
],
85
"dependencies": {
86
"bindings": "*",
87
"nan": "~1.8.4"
88
},
89
"devDependencies": {
90
"nodeunit": ">=0.5.x"
91
},
92
"gypfile": true,
93
"gitHead": "1ed0631b435f6301986cc0890c36a29d5c55de97",
94
"bugs": {
95
"url": "https://github.com/brianmcd/contextify/issues"
96
},
97
"homepage": "https://github.com/brianmcd/contextify",
98
"_id": "[email protected]",
99
"_shasum": "923667123ba1b96657b9cbd1a8aeb5e8a86ea0da",
100
"_from": "contextify@>=0.1.5 <0.2.0",
101
"_npmVersion": "2.7.4",
102
"_nodeVersion": "0.12.2",
103
"_npmUser": {
104
"name": "brianmcd",
105
"email": "[email protected]"
106
},
107
"maintainers": [
108
{
109
"name": "brianmcd",
110
"email": "[email protected]"
111
}
112
],
113
"dist": {
114
"shasum": "923667123ba1b96657b9cbd1a8aeb5e8a86ea0da",
115
"tarball": "http://registry.npmjs.org/contextify/-/contextify-0.1.14.tgz"
116
},
117
"directories": {},
118
"_resolved": "https://registry.npmjs.org/contextify/-/contextify-0.1.14.tgz"
119
}
120
121