123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- {
- "_from": "typedarray-to-buffer@^3.1.5",
- "_id": "typedarray-to-buffer@3.1.5",
- "_inBundle": false,
- "_integrity": "sha1-qX7nqf9CaRufeD/xvFES/j/KkIA=",
- "_location": "/typedarray-to-buffer",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "typedarray-to-buffer@^3.1.5",
- "name": "typedarray-to-buffer",
- "escapedName": "typedarray-to-buffer",
- "rawSpec": "^3.1.5",
- "saveSpec": null,
- "fetchSpec": "^3.1.5"
- },
- "_requiredBy": [
- "/websocket"
- ],
- "_resolved": "http://registry.npm.taobao.org/typedarray-to-buffer/download/typedarray-to-buffer-3.1.5.tgz",
- "_shasum": "a97ee7a9ff42691b9f783ff1bc5112fe3fca9080",
- "_spec": "typedarray-to-buffer@^3.1.5",
- "_where": "E:\\dev\\007\\node10\\node_modules\\websocket",
- "author": {
- "name": "Feross Aboukhadijeh",
- "email": "feross@feross.org",
- "url": "http://feross.org/"
- },
- "bugs": {
- "url": "https://github.com/feross/typedarray-to-buffer/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "is-typedarray": "^1.0.0"
- },
- "deprecated": false,
- "description": "Convert a typed array to a Buffer without a copy",
- "devDependencies": {
- "airtap": "0.0.4",
- "standard": "*",
- "tape": "^4.0.0"
- },
- "homepage": "http://feross.org",
- "keywords": [
- "buffer",
- "typed array",
- "convert",
- "no copy",
- "uint8array",
- "uint16array",
- "uint32array",
- "int16array",
- "int32array",
- "float32array",
- "float64array",
- "browser",
- "arraybuffer",
- "dataview"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "typedarray-to-buffer",
- "repository": {
- "type": "git",
- "url": "git://github.com/feross/typedarray-to-buffer.git"
- },
- "scripts": {
- "test": "standard && npm run test-node && npm run test-browser",
- "test-browser": "airtap -- test/*.js",
- "test-browser-local": "airtap --local -- test/*.js",
- "test-node": "tape test/*.js"
- },
- "version": "3.1.5"
- }
|