Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80522 views
1
{
2
"name": "assert",
3
"description": "commonjs assert - node.js api compatible",
4
"keywords": [
5
"assert"
6
],
7
"version": "1.3.0",
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": "cc3c9020e9ca440bdc431f92570d676dd8a89a3c",
26
"bugs": {
27
"url": "https://github.com/defunctzombie/commonjs-assert/issues"
28
},
29
"_id": "[email protected]",
30
"_shasum": "03939a622582a812cc202320a0b9a56c9b815849",
31
"_from": "assert@>=1.3.0 <1.4.0",
32
"_npmVersion": "2.1.12",
33
"_nodeVersion": "0.10.33",
34
"_npmUser": {
35
"name": "shtylman",
36
"email": "[email protected]"
37
},
38
"maintainers": [
39
{
40
"name": "coolaj86",
41
"email": "[email protected]"
42
},
43
{
44
"name": "shtylman",
45
"email": "[email protected]"
46
}
47
],
48
"dist": {
49
"shasum": "03939a622582a812cc202320a0b9a56c9b815849",
50
"tarball": "http://registry.npmjs.org/assert/-/assert-1.3.0.tgz"
51
},
52
"directories": {},
53
"_resolved": "https://registry.npmjs.org/assert/-/assert-1.3.0.tgz",
54
"readme": "ERROR: No README data found!"
55
}
56
57