Update dependencies
This commit is contained in:
parent
7f0fac984e
commit
e7d5360304
866 changed files with 44718 additions and 26682 deletions
63
node_modules/typedarray/package.json
generated
vendored
63
node_modules/typedarray/package.json
generated
vendored
|
@ -1,18 +1,44 @@
|
|||
{
|
||||
"name": "typedarray",
|
||||
"version": "0.0.6",
|
||||
"_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"
|
||||
},
|
||||
"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",
|
||||
|
@ -30,12 +56,16 @@
|
|||
"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": [
|
||||
|
@ -51,5 +81,6 @@
|
|||
"iphone/6.0..latest",
|
||||
"android-browser/4.2..latest"
|
||||
]
|
||||
}
|
||||
},
|
||||
"version": "0.0.6"
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue