liudong
2023-05-29 340f156319b863525e50e900c58e59b86ecb3d5e
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
  "_from": "number-allocator@^1.0.9",
  "_id": "number-allocator@1.0.14",
  "_inBundle": false,
  "_integrity": "sha512-OrL44UTVAvkKdOdRQZIJpLkAdjXGTRda052sN4sO77bKEzYYqWKMBjQvrJFzqygI99gL6Z4u2xctPW1tB8ErvA==",
  "_location": "/number-allocator",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "number-allocator@^1.0.9",
    "name": "number-allocator",
    "escapedName": "number-allocator",
    "rawSpec": "^1.0.9",
    "saveSpec": null,
    "fetchSpec": "^1.0.9"
  },
  "_requiredBy": [
    "/mqtt"
  ],
  "_resolved": "https://registry.npmjs.org/number-allocator/-/number-allocator-1.0.14.tgz",
  "_shasum": "1f2e32855498a7740dcc8c78bed54592d930ee4d",
  "_spec": "number-allocator@^1.0.9",
  "_where": "/home/l/plc/node-red/node_modules/mqtt",
  "author": {
    "name": "Takatoshi Kondo"
  },
  "bugs": {
    "url": "https://github.com/redboltz/number-allocator/issues"
  },
  "bundleDependencies": false,
  "dependencies": {
    "debug": "^4.3.1",
    "js-sdsl": "4.3.0"
  },
  "deprecated": false,
  "description": "A library for the unique number allocator",
  "devDependencies": {
    "airtap": "^4.0.1",
    "browserify": "^17.0.0",
    "chai": "^4.2.0",
    "codecov": "^3.8.1",
    "eslint": "^7.18.0",
    "eslint-config-standard": "16.0.2",
    "jsdoc": "^3.6.6",
    "karma": "^6.0.3",
    "karma-browserify": "^8.0.0",
    "karma-chrome-launcher": "^3.1.0",
    "karma-mocha": "^2.0.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0",
    "snazzy": "^9.0.0",
    "standard": "^16.0.3",
    "tslint": "^5.11.0",
    "tslint-config-standard": "^9.0.0",
    "typescript": "^4.1.3",
    "uglify-es": "^3.3.9"
  },
  "directories": {
    "lib": "lib",
    "test": "test"
  },
  "homepage": "https://github.com/redboltz/number-allocator#readme",
  "keywords": [
    "unique",
    "number",
    "id",
    "value",
    "allocator"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "number-allocator",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redboltz/number-allocator.git"
  },
  "scripts": {
    "browser-build": "rimraf dist/ && mkdirp dist/ && browserify index.js --standalone number-allocator > dist/number-allocator.js && uglifyjs dist/number-allocator.js --compress --mangle --output dist/number-allocator.min.js",
    "codecov": "codecov",
    "generate-docs": "jsdoc -d docs lib",
    "pretest": "standard ./*.js ./lib/**/*.js ./test/*.js | snazzy",
    "test": "nyc --reporter=lcov --reporter=text ./node_modules/mocha/bin/_mocha",
    "test-web": "karma start",
    "typescript-compile-execute": "node test/typescript/*.js",
    "typescript-compile-test": "tsc -p test/typescript/tsconfig.json",
    "typescript-test": "npm run typescript-compile-test && npm run typescript-compile-execute"
  },
  "standard": {
    "env": [
      "mocha"
    ]
  },
  "types": "types/index.d.ts",
  "version": "1.0.14"
}