Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/is-typedarray
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/is-typedarray')
-rw-r--r--node_modules/is-typedarray/package.json61
1 files changed, 15 insertions, 46 deletions
diff --git a/node_modules/is-typedarray/package.json b/node_modules/is-typedarray/package.json
index e1ccb9b2a..37f7ae31c 100644
--- a/node_modules/is-typedarray/package.json
+++ b/node_modules/is-typedarray/package.json
@@ -1,45 +1,21 @@
{
- "_from": "is-typedarray@~1.0.0",
- "_id": "is-typedarray@1.0.0",
- "_inBundle": false,
- "_integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
- "_location": "/is-typedarray",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "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": [
- "/request",
- "/tap/write-file-atomic",
- "/typedarray-to-buffer"
- ],
- "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
- "_shasum": "e479c80858df0c1b11ddda6940f96011fcda4a9a",
- "_spec": "is-typedarray@~1.0.0",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/request",
- "author": {
- "name": "Hugh Kennedy",
- "email": "hughskennedy@gmail.com",
- "url": "http://hughsk.io/"
- },
- "bugs": {
- "url": "https://github.com/hughsk/is-typedarray/issues"
+ "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"
},
- "bundleDependencies": false,
+ "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",
+ "license": "MIT",
"dependencies": {},
- "deprecated": false,
- "description": "Detect whether or not an object is a Typed Array",
"devDependencies": {
"tape": "^2.13.1"
},
- "homepage": "https://github.com/hughsk/is-typedarray",
+ "repository": {
+ "type": "git",
+ "url": "git://github.com/hughsk/is-typedarray.git"
+ },
"keywords": [
"typed",
"array",
@@ -47,15 +23,8 @@
"is",
"util"
],
- "license": "MIT",
- "main": "index.js",
- "name": "is-typedarray",
- "repository": {
- "type": "git",
- "url": "git://github.com/hughsk/is-typedarray.git"
- },
- "scripts": {
- "test": "node test"
+ "bugs": {
+ "url": "https://github.com/hughsk/is-typedarray/issues"
},
- "version": "1.0.0"
+ "homepage": "https://github.com/hughsk/is-typedarray"
}