Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80517 views
1
{
2
"name": "uniqueid",
3
"description": "Generate a unique, sequential ID. Optionally pass a prefix, suffix, or multiplier.",
4
"version": "0.1.0",
5
"homepage": "https://github.com/jonschlinkert/uniqueid",
6
"author": {
7
"name": "Jon Schlinkert",
8
"url": "https://github.com/jonschlinkert"
9
},
10
"repository": {
11
"type": "git",
12
"url": "git://github.com/jonschlinkert/uniqueid.git"
13
},
14
"bugs": {
15
"url": "https://github.com/jonschlinkert/uniqueid/issues"
16
},
17
"licenses": [
18
{
19
"type": "MIT",
20
"url": "https://github.com/jonschlinkert/uniqueid/blob/master/LICENSE-MIT"
21
}
22
],
23
"main": "index.js",
24
"engines": {
25
"node": ">=0.10.0"
26
},
27
"scripts": {
28
"test": "mocha -R spec"
29
},
30
"devDependencies": {
31
"verb-tag-jscomments": ">= 0.2.0",
32
"verb": ">= 0.2.6",
33
"mocha": "*"
34
},
35
"keywords": [
36
"docs",
37
"documentation",
38
"generate",
39
"generator",
40
"markdown",
41
"templates",
42
"verb"
43
],
44
"_id": "[email protected]",
45
"_shasum": "9bb2d0725a5d71c133bba229d598552b2434c204",
46
"_from": "uniqueid@>=0.1.0 <0.2.0",
47
"_npmVersion": "1.4.9",
48
"_npmUser": {
49
"name": "jonschlinkert",
50
"email": "[email protected]"
51
},
52
"maintainers": [
53
{
54
"name": "jonschlinkert",
55
"email": "[email protected]"
56
}
57
],
58
"dist": {
59
"shasum": "9bb2d0725a5d71c133bba229d598552b2434c204",
60
"tarball": "http://registry.npmjs.org/uniqueid/-/uniqueid-0.1.0.tgz"
61
},
62
"directories": {},
63
"_resolved": "https://registry.npmjs.org/uniqueid/-/uniqueid-0.1.0.tgz",
64
"readme": "ERROR: No README data found!"
65
}
66
67