mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-04 00:52:48 +00:00
35 lines
745 B
JSON
35 lines
745 B
JSON
{
|
|
"name": "rope-sequence",
|
|
"version": "1.3.4",
|
|
"description": "Rope-based persistent sequence type",
|
|
"main": "dist/index.cjs",
|
|
"type": "module",
|
|
"module": "dist/index.js",
|
|
"exports": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"prepare": "npm run build",
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/marijnh/rope-sequence.git"
|
|
},
|
|
"keywords": [
|
|
"persistent",
|
|
"data",
|
|
"structure",
|
|
"rope",
|
|
"sequence"
|
|
],
|
|
"author": "Marijn Haverbeke <marijn@haverbeke.berlin>",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@rollup/plugin-buble": "^0.20.0",
|
|
"rollup": "^1.26.3"
|
|
}
|
|
}
|