forked from anatol-grabowski/incstr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.65 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
{
"_from": "incstr",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha1-VEzu0PgXvzxtbQwWhaeNGOaRmLE=",
"_location": "/incstr",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "incstr",
"name": "incstr",
"escapedName": "incstr",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/incstr/-/incstr-1.0.2.tgz",
"_shasum": "544ceed0f817bf3c6d6d0c1685a78d18e69198b1",
"_spec": "incstr",
"_where": "d:\\Grabowski\\_TEMP\\fhe\\_3_PROJECTS",
"author": {
"name": "grabantot"
},
"bugs": {
"url": "https://github.com/grabantot/incstr/issues"
},
"bundleDependencies": false,
"dependencies": {},
"deprecated": false,
"description": "Increment string or generate sequential string ids",
"devDependencies": {},
"directories": {
"test": "test"
},
"dist": {
"shasum": "b50cc18c4321598546b3419244a1735a4145fbb1",
"tarball": "https://registry.npmjs.org/incstr/-/incstr-1.0.1.tgz"
},
"homepage": "https://github.com/grabantot/incstr#readme",
"keywords": [
"increment",
"string",
"incremental",
"sequential",
"id",
"generator",
"nextId",
"incstr",
"strinc",
"bruteforce"
],
"license": "MIT",
"main": "incstr.js",
"maintainers": [
{
"name": "grabantot",
"email": "[email protected]"
}
],
"name": "incstr",
"optionalDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/grabantot/incstr.git"
},
"scripts": {
"test": "mocha"
},
"version": "1.2.0"
}