UNPKG

lively.lang

Version:

JavaScript utils providing useful abstractions for working with collections, functions, objects.

93 lines (92 loc) 2.26 kB
{ "name": "lively.lang", "version": "1.0.25", "description": "JavaScript utils providing useful abstractions for working with collections, functions, objects.", "main": "dist/lively.lang.js", "systemjs": { "main": "index.js", "map": { "path": { "node": "@node/path", "~node": "@empty" }, "fs": { "node": "@node/fs", "~node": "@empty" }, "events": { "node": "@node/events", "~node": "@empty" }, "util": { "node": "@node/util", "~node": "@empty" }, "os": { "node": "@node/os", "~node": "@empty" }, "child_process": { "node": "@node/child_process", "~node": "@empty" } } }, "dependencies": {}, "devDependencies": { "babel-core": "^6.16.0", "babel-plugin-external-helpers": "^6.8.0", "babel-plugin-syntax-object-rest-spread": "^6.13.0", "babel-plugin-transform-async-to-generator": "^6.22.0", "babel-plugin-transform-object-rest-spread": "^6.20.2", "babel-preset-es2015": "^6.24.0", "babel-preset-es2015-rollup": "^3.0.0", "babel-regenerator-runtime": "^6.5.0", "doc-comments": "0.2.2", "lively.ast": "^0.11", "rollup": "^0.36.1", "rollup-plugin-babel": "^2.6.1", "uglify-js": "^2.7.5" }, "scripts": { "test": "mocha-es6 tests/*-test.js", "doc": "node -e \"require('doc-comments')({intoFiles: true, files: require('./package.json').libFiles})\"", "build": "node tools/build.js" }, "libFiles": [ "string.js", "number.js", "object.js", "properties.js", "Path.js", "array.js", "array-projection.js", "Group.js", "graph.js", "grid.js", "interval.js", "tree.js", "function.js", "closure.js", "promise.js", "date.js", "messenger.js", "events.js", "worker.js" ], "author": "Robert Krahn", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/LivelyKernel/lively.lang" }, "keywords": [ "utilities", "LivelyWeb", "LivelyKernel" ], "bugs": { "url": "https://github.com/LivelyKernel/lively.lang/issues" }, "homepage": "https://github.com/LivelyKernel/lively.lang" }