New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

pico-engine-core

Package Overview
Dependencies
Maintainers
2
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pico-engine-core - npm Package Compare versions

Comparing version 0.52.4 to 1.0.0-alpha.0

dist/CorePico.d.ts

95

package.json
{
"name": "pico-engine-core",
"version": "0.52.4",
"description": "The core javascript api for the pico-engine. (no http, logging, process management etc...)",
"main": "src/index.js",
"files": [
"src"
],
"scripts": {
"start": "npm test -- -w",
"test": "standard && ava"
},
"version": "1.0.0-alpha.0",
"description": "This provides the environment for KRL to run.",
"repository": {

@@ -17,7 +9,2 @@ "type": "git",

},
"keywords": [
"krl",
"pico-engine",
"IoT"
],
"author": "Picolab",

@@ -29,32 +16,56 @@ "license": "MIT",

"homepage": "https://github.com/Picolab/pico-engine#readme",
"devDependencies": {
"ava": "^1.2.1",
"memdown": "^4.0.0",
"standard": "^12.0.1"
"keywords": [
"pico-engine",
"krl",
"KRE",
"IoT"
],
"files": [
"src",
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"prepublish": "npm run build",
"build": "rm -rf dist && tsc",
"test": "ava"
},
"dependencies": {
"async": "^2.5.0",
"bs58": "^4.0.1",
"bytewise": "^1.1.0",
"comment-regex": "^1.0.0",
"cuid": "^2.1.4",
"dependency-graph": "^0.8.0",
"encoding-down": "^6.0.1",
"krl-compiler": "^0.52.3",
"krl-parser": "^0.52.3",
"krl-stdlib": "^0.52.0",
"level-json-coerce-null": "^1.0.1",
"levelup": "^4.0.0",
"libsodium-wrappers": "^0.7.4",
"lodash": "^4.17.4",
"long-timeout": "^0.1.1",
"moment-timezone": "^0.5.13",
"node-schedule": "^1.2.5",
"random-words": "1.1.0",
"request": "^2.83.0",
"sovrin-did": "^1.4.0",
"strftime": "^0.10.0",
"symbol-table": "^1.1.0"
"cross-fetch": "^3.0.5",
"cuid": "^2.1.8",
"krl-compiler": "^1.0.0-alpha.0",
"krl-stdlib": "^1.0.0-alpha.0",
"lodash": "^4.17.11",
"memdown": "^5.1.0",
"moment-timezone": "^0.5.31",
"node-schedule": "^1.3.2",
"normalize-url": "^5.0.0",
"p-memoize": "^4.0.0",
"pico-framework": "^0.5.2",
"qs": "^6.9.4",
"random-words": "^1.1.1",
"strftime": "^0.10.0"
},
"gitHead": "5724ef285af78c9064bef20cc4cd8cf4bf8d03ad"
"devDependencies": {
"@types/abstract-leveldown": "^5.0.1",
"@types/lodash": "^4.14.123",
"@types/node": "^14.14.10",
"ava": "^1.4.1",
"ts-node": "^9.1.1",
"typescript": "^4.1.2"
},
"ava": {
"compileEnhancements": false,
"extensions": [
"ts"
],
"require": [
"ts-node/register"
]
},
"gitHead": "26aee8aeb73a2450f9224f2d8d81f3a3d49b33f2"
}
# pico-engine-core
[![Build Status](https://travis-ci.org/Picolab/pico-engine.svg?branch=master)](https://travis-ci.org/Picolab/pico-engine)
The core javascript api for the pico-engine. (no http, logging, process management etc...)
## Contributing
Clone this repository, and install dependencies using `npm i`
When developing run
```sh
$ npm start
```
That will watch the `src/` and `../../test-rulesets/` folders and re-run all the tests whenever you make file changes.
To run tests once by themselves
```sh
$ npm test
```
## License
MIT
This provides the environment for KRL to run.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc