TransFlow/node_modules/number-allocator/package.json

100 lines
2.8 KiB
JSON

{
"_args": [
[
"number-allocator@1.0.12",
"D:\\Hjm项目\\TransFlow"
]
],
"_from": "number-allocator@1.0.12",
"_id": "number-allocator@1.0.12",
"_inBundle": false,
"_integrity": "sha512-sGB0qoQGmKimery9JubBQ9pQUr1V/LixJAk3Ygp7obZf6mpSXime8d7XHEobbIimkdZpgjkNlLt6G7LPEWFYWg==",
"_location": "/number-allocator",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "number-allocator@1.0.12",
"name": "number-allocator",
"escapedName": "number-allocator",
"rawSpec": "1.0.12",
"saveSpec": null,
"fetchSpec": "1.0.12"
},
"_requiredBy": [
"/mqtt"
],
"_resolved": "https://registry.npmjs.org/number-allocator/-/number-allocator-1.0.12.tgz",
"_spec": "1.0.12",
"_where": "D:\\Hjm项目\\TransFlow",
"author": {
"name": "Takatoshi Kondo"
},
"bugs": {
"url": "https://github.com/redboltz/number-allocator/issues"
},
"dependencies": {
"debug": "^4.3.1",
"js-sdsl": "4.1.4"
},
"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": "^8.2.1",
"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.12"
}