time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

package.json (1174B)


      1 {
      2   "name": "@stdlib/string/base",
      3   "version": "0.0.0",
      4   "description": "Base (i.e., lower-level) string functions.",
      5   "license": "Apache-2.0",
      6   "author": {
      7     "name": "The Stdlib Authors",
      8     "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
      9   },
     10   "contributors": [
     11     {
     12       "name": "The Stdlib Authors",
     13       "url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
     14     }
     15   ],
     16   "main": "./lib",
     17   "directories": {
     18     "doc": "./docs",
     19     "lib": "./lib",
     20     "test": "./test"
     21   },
     22   "types": "./docs/types",
     23   "scripts": {},
     24   "homepage": "https://github.com/stdlib-js/stdlib",
     25   "repository": {
     26     "type": "git",
     27     "url": "git://github.com/stdlib-js/stdlib.git"
     28   },
     29   "bugs": {
     30     "url": "https://github.com/stdlib-js/stdlib/issues"
     31   },
     32   "dependencies": {},
     33   "devDependencies": {},
     34   "engines": {
     35     "node": ">=0.10.0",
     36     "npm": ">2.7.0"
     37   },
     38   "os": [
     39     "aix",
     40     "darwin",
     41     "freebsd",
     42     "linux",
     43     "macos",
     44     "openbsd",
     45     "sunos",
     46     "win32",
     47     "windows"
     48   ],
     49   "keywords": [
     50     "stdlib",
     51     "stdstring",
     52     "string",
     53     "str",
     54     "utilities",
     55     "utility",
     56     "utils",
     57     "util",
     58     "base"
     59   ]
     60 }