UNPKG

non-resizable-array

Version:
33 lines (32 loc) 858 B
{ "name": "non-resizable-array", "version": "0.0.1", "description": "GC friendly array.", "main": "dist/index.js", "scripts": { "test": "tape -r babel-register test/**/*.js | tap-spec", "prepublish": "npm run build", "build": "babel src/index.js --out-file dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/vaalentin/non-resizable-array.git" }, "keywords": [ "array", "GC" ], "author": "Vaalentin <vaalentin@protonmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/vaalentin/non-resizable-array/issues" }, "homepage": "https://github.com/vaalentin/non-resizable-array#readme", "devDependencies": { "babel-cli": "^6.4.5", "babel-preset-es2015": "^6.3.13", "babel-register": "^6.4.3", "tap-spec": "^4.1.1", "tape": "^4.4.0" } }