84 lines
2.1 KiB
JSON
84 lines
2.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"byte-buffer@2.0.0",
|
|
"E:\\new-xy\\xy-server"
|
|
]
|
|
],
|
|
"_from": "byte-buffer@2.0.0",
|
|
"_id": "byte-buffer@2.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-D5HoyMxmH3fudAYBZmfn1MF4mf6IgvSGMbNLHf/SJ1UVtj1g+9D3+jlMssNRxdDgJeh1M6gZY5lFHUIsYW44lw==",
|
|
"_location": "/byte-buffer",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "byte-buffer@2.0.0",
|
|
"name": "byte-buffer",
|
|
"escapedName": "byte-buffer",
|
|
"rawSpec": "2.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "2.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/byte-buffer/-/byte-buffer-2.0.0.tgz",
|
|
"_spec": "2.0.0",
|
|
"_where": "E:\\new-xy\\xy-server",
|
|
"author": {
|
|
"name": "Tim Kurvers",
|
|
"email": "tim@moonsphere.net"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/timkurvers/byte-buffer/issues"
|
|
},
|
|
"dependencies": {},
|
|
"description": "Wrapper for JavaScript's ArrayBuffer/DataView",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.8.7",
|
|
"@babel/preset-env": "^7.8.7",
|
|
"@timkurvers/eslint-config": "^2.0.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-jest": "^25.1.0",
|
|
"eslint": "^6.8.0",
|
|
"eslint-config-airbnb": "^18.1.0",
|
|
"eslint-plugin-import": "^2.20.1",
|
|
"jest": "^25.1.0",
|
|
"jest-config": "^25.1.0",
|
|
"rollup": "^2.0.6",
|
|
"rollup-plugin-babel": "^4.4.0",
|
|
"rollup-plugin-terser": "^5.3.0"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"lib",
|
|
"CHANGELOG.md",
|
|
"LICENSE.md",
|
|
"README.md"
|
|
],
|
|
"homepage": "https://github.com/timkurvers/byte-buffer#readme",
|
|
"keywords": [
|
|
"byte",
|
|
"byte buffer",
|
|
"bytebuffer"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/byte-buffer.js",
|
|
"module": "lib/byte-buffer.mjs",
|
|
"name": "byte-buffer",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/timkurvers/byte-buffer.git"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"lint": "eslint . --ignore-pattern dist --ext js,mjs",
|
|
"test": "jest",
|
|
"test:coverage": "jest --coverage",
|
|
"test:watch": "jest --watch"
|
|
},
|
|
"version": "2.0.0"
|
|
}
|