Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80712 views
1
{
2
"name": "assert",
3
"description": "commonjs assert - node.js api compatible",
4
"keywords": [
5
"assert"
6
],
7
"version": "1.1.2",
8
"homepage": "https://github.com/defunctzombie/commonjs-assert",
9
"repository": {
10
"type": "git",
11
"url": "git://github.com/defunctzombie/commonjs-assert.git"
12
},
13
"main": "./assert.js",
14
"dependencies": {
15
"util": "0.10.3"
16
},
17
"devDependencies": {
18
"zuul": "~1.10.2",
19
"mocha": "~1.21.4"
20
},
21
"license": "MIT",
22
"scripts": {
23
"test": "mocha --ui qunit test.js && zuul -- test.js"
24
},
25
"gitHead": "2c34238b6ad053068680be5372b96721dec48fcb",
26
"bugs": {
27
"url": "https://github.com/defunctzombie/commonjs-assert/issues"
28
},
29
"_id": "[email protected]",
30
"_shasum": "adaa04c46bb58c6dd1f294da3eb26e6228eb6e44",
31
"_from": "assert@>=1.1.0 <1.2.0",
32
"_npmVersion": "1.4.23",
33
"_npmUser": {
34
"name": "shtylman",
35
"email": "[email protected]"
36
},
37
"maintainers": [
38
{
39
"name": "coolaj86",
40
"email": "[email protected]"
41
},
42
{
43
"name": "shtylman",
44
"email": "[email protected]"
45
}
46
],
47
"dist": {
48
"shasum": "adaa04c46bb58c6dd1f294da3eb26e6228eb6e44",
49
"tarball": "http://registry.npmjs.org/assert/-/assert-1.1.2.tgz"
50
},
51
"directories": {},
52
"_resolved": "https://registry.npmjs.org/assert/-/assert-1.1.2.tgz"
53
}
54
55