UNPKG

astl

Version:

AssemblyScript-STL (Standard Template Library, migrated from the C++)

58 lines (57 loc) 1.29 kB
{ "name": "astl", "description": "AssemblyScript-STL (Standard Template Library, migrated from the C++)", "author": { "name": "Jeongho Nam", "email": "samchon@samchon.org", "url": "http://samchon.org" }, "version": "0.0.15", "ascMain": "./index.ts", "scripts": { "benchmark": "asc benchmark/main.ts --target benchmark && node benchmark", "build": "asc test/main.ts --target debug", "test": "node test" }, "devDependencies": { "@assemblyscript/loader": "^0.17.7", "assemblyscript": "^0.17.7" }, "homepage": "https://github.com/samchon/astl", "repository": { "type": "git", "url": "https://github.com/samchon/astl" }, "bugs": { "url": "https://github.com/samchon/astl/issues" }, "license": "MIT", "keywords": [ "assemblyscript", "stl", "standard template library", "algorithm", "container", "iterator", "functional", "numeric", "Vector", "Deque", "List", "ForwardList", "PriorityQueue", "Queue", "Stack", "HashMap", "HashMultiMap", "HashMultiSet", "HashSet", "TreeMap", "TreeMultiMap", "TreeMultiSet", "TreeSet", "hash", "tree", "special_math" ] }