增加晶全app静态页面
This commit is contained in:
73
node_modules/split2/package.json
generated
vendored
Normal file
73
node_modules/split2/package.json
generated
vendored
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"_from": "split2@^3.1.0",
|
||||
"_id": "split2@3.2.2",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha512-9NThjpgZnifTkJpzTZ7Eue85S49QwpNhZTq6GRJwObb6jnLFNGB7Qm73V5HewTROPyxD0C29xqmaI68bQtV+hg==",
|
||||
"_location": "/split2",
|
||||
"_phantomChildren": {
|
||||
"inherits": "2.0.4",
|
||||
"string_decoder": "1.1.1",
|
||||
"util-deprecate": "1.0.2"
|
||||
},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "split2@^3.1.0",
|
||||
"name": "split2",
|
||||
"escapedName": "split2",
|
||||
"rawSpec": "^3.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/mqtt"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/split2/-/split2-3.2.2.tgz",
|
||||
"_shasum": "bf2cf2a37d838312c249c89206fd7a17dd12365f",
|
||||
"_spec": "split2@^3.1.0",
|
||||
"_where": "E:\\gitee\\fys\\fys\\app\\JingQuan\\node_modules\\mqtt",
|
||||
"author": {
|
||||
"name": "Matteo Collina",
|
||||
"email": "hello@matteocollina.com"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/mcollina/split2/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {
|
||||
"readable-stream": "^3.0.0"
|
||||
},
|
||||
"deprecated": false,
|
||||
"description": "split a Text Stream into a Line Stream, using Stream 3",
|
||||
"devDependencies": {
|
||||
"binary-split": "^1.0.3",
|
||||
"callback-stream": "^1.1.0",
|
||||
"fastbench": "^1.0.0",
|
||||
"nyc": "^15.0.1",
|
||||
"pre-commit": "^1.1.2",
|
||||
"safe-buffer": "^5.1.1",
|
||||
"standard": "^14.0.0",
|
||||
"tape": "^5.0.0"
|
||||
},
|
||||
"homepage": "https://github.com/mcollina/split2#readme",
|
||||
"license": "ISC",
|
||||
"main": "index.js",
|
||||
"name": "split2",
|
||||
"pre-commit": [
|
||||
"test"
|
||||
],
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/mcollina/split2.git"
|
||||
},
|
||||
"scripts": {
|
||||
"coverage": "nyc --reporter=html --reporter=cobertura --reporter=text tape test/test.js",
|
||||
"legacy": "tape test.js",
|
||||
"lint": "standard --verbose",
|
||||
"test": "npm run lint && npm run unit",
|
||||
"test:report": "npm run lint && npm run unit:report",
|
||||
"unit": "nyc --lines 100 --branches 100 --functions 100 --check-coverage --reporter=text tape test.js"
|
||||
},
|
||||
"version": "3.2.2",
|
||||
"website": "https://github.com/mcollina/split2"
|
||||
}
|
Reference in New Issue
Block a user