mirror of
https://github.com/github/codeql-action.git
synced 2025-12-29 02:30:11 +08:00
Run npm install so have clear baseline
This commit is contained in:
66
node_modules/is-typedarray/package.json
generated
vendored
66
node_modules/is-typedarray/package.json
generated
vendored
@@ -1,21 +1,48 @@
|
||||
{
|
||||
"name": "is-typedarray",
|
||||
"version": "1.0.0",
|
||||
"description": "Detect whether or not an object is a Typed Array",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
"_args": [
|
||||
[
|
||||
"is-typedarray@1.0.0",
|
||||
"/Users/sam/code/codeql-action"
|
||||
]
|
||||
],
|
||||
"_development": true,
|
||||
"_from": "is-typedarray@1.0.0",
|
||||
"_id": "is-typedarray@1.0.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
|
||||
"_location": "/is-typedarray",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "is-typedarray@1.0.0",
|
||||
"name": "is-typedarray",
|
||||
"escapedName": "is-typedarray",
|
||||
"rawSpec": "1.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/typedarray-to-buffer",
|
||||
"/write-file-atomic"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
|
||||
"_spec": "1.0.0",
|
||||
"_where": "/Users/sam/code/codeql-action",
|
||||
"author": {
|
||||
"name": "Hugh Kennedy",
|
||||
"email": "hughskennedy@gmail.com",
|
||||
"url": "http://hughsk.io/"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/hughsk/is-typedarray/issues"
|
||||
},
|
||||
"author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
|
||||
"license": "MIT",
|
||||
"dependencies": {},
|
||||
"description": "Detect whether or not an object is a Typed Array",
|
||||
"devDependencies": {
|
||||
"tape": "^2.13.1"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hughsk/is-typedarray.git"
|
||||
},
|
||||
"homepage": "https://github.com/hughsk/is-typedarray",
|
||||
"keywords": [
|
||||
"typed",
|
||||
"array",
|
||||
@@ -23,8 +50,15 @@
|
||||
"is",
|
||||
"util"
|
||||
],
|
||||
"bugs": {
|
||||
"url": "https://github.com/hughsk/is-typedarray/issues"
|
||||
"license": "MIT",
|
||||
"main": "index.js",
|
||||
"name": "is-typedarray",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/hughsk/is-typedarray.git"
|
||||
},
|
||||
"homepage": "https://github.com/hughsk/is-typedarray"
|
||||
}
|
||||
"scripts": {
|
||||
"test": "node test"
|
||||
},
|
||||
"version": "1.0.0"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user