forked from olcxjas-softworks/LarpixClient
Add capacitorjs runtime
This commit is contained in:
parent
d0ece489ee
commit
f90c0e6c40
8362 changed files with 1502407 additions and 1 deletions
34
node_modules/add-stream/package.json
generated
vendored
Normal file
34
node_modules/add-stream/package.json
generated
vendored
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
{
|
||||
"name": "add-stream",
|
||||
"version": "1.0.0",
|
||||
"description": "Append the contents of one stream onto another.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "mocha",
|
||||
"cover": "istanbul cover node_modules/.bin/_mocha -- -u exports -R spec"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/wilsonjackson/add-stream"
|
||||
},
|
||||
"keywords": [
|
||||
"stream",
|
||||
"append",
|
||||
"add",
|
||||
"concat",
|
||||
"gulpfriendly"
|
||||
],
|
||||
"author": "Majid Burney <moocow@euphoricsoup.com>",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/wilsonjackson/add-stream/issues"
|
||||
},
|
||||
"homepage": "https://github.com/wilsonjackson/add-stream",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"chai": "^1.10.0",
|
||||
"event-stream": "^3.1.7",
|
||||
"istanbul": "^0.3.4",
|
||||
"mocha": "^2.0.1"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue