27 lines
650 B
JSON
27 lines
650 B
JSON
{
|
|
"name": "orderedmap",
|
|
"version": "2.1.1",
|
|
"description": "Persistent ordered mapping from strings",
|
|
"type": "module",
|
|
"main": "dist/index.cjs",
|
|
"types": "dist/index.d.ts",
|
|
"module": "dist/index.js",
|
|
"exports": {
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/marijnh/orderedmap.git"
|
|
},
|
|
"author": "Marijn Haverbeke <marijn@haverbeke.berlin>",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/marijnh/orderedmap#readme",
|
|
"devDependencies": {
|
|
"rollup": "^1.26.3"
|
|
}
|
|
} |