Install yarn

This commit is contained in:
Jay Trees 2022-04-08 12:55:35 +02:00
parent 0453e84836
commit 1fde8a81be
1927 changed files with 82144 additions and 83317 deletions

63
node_modules/typedarray/package.json generated vendored
View file

@ -1,44 +1,18 @@
{
"_args": [
[
"typedarray@0.0.6",
"F:\\laragon\\www\\wishthis"
]
],
"_from": "typedarray@0.0.6",
"_id": "typedarray@0.0.6",
"_inBundle": false,
"_integrity": "sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=",
"_location": "/typedarray",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "typedarray@0.0.6",
"name": "typedarray",
"escapedName": "typedarray",
"rawSpec": "0.0.6",
"saveSpec": null,
"fetchSpec": "0.0.6"
},
"_requiredBy": [
"/concat-stream"
],
"_resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz",
"_spec": "0.0.6",
"_where": "F:\\laragon\\www\\wishthis",
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"bugs": {
"url": "https://github.com/substack/typedarray/issues"
},
"name": "typedarray",
"version": "0.0.6",
"description": "TypedArray polyfill for old browsers",
"main": "index.js",
"devDependencies": {
"tape": "~2.3.2"
},
"scripts": {
"test": "tape test/*.js test/server/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/substack/typedarray.git"
},
"homepage": "https://github.com/substack/typedarray",
"keywords": [
"ArrayBuffer",
@ -56,16 +30,12 @@
"array",
"polyfill"
],
"author": {
"name": "James Halliday",
"email": "mail@substack.net",
"url": "http://substack.net"
},
"license": "MIT",
"main": "index.js",
"name": "typedarray",
"repository": {
"type": "git",
"url": "git://github.com/substack/typedarray.git"
},
"scripts": {
"test": "tape test/*.js test/server/*.js"
},
"testling": {
"files": "test/*.js",
"browsers": [
@ -81,6 +51,5 @@
"iphone/6.0..latest",
"android-browser/4.2..latest"
]
},
"version": "0.0.6"
}
}