mirror of
https://github.com/fluencelabs/jsonpath
synced 2025-07-31 15:22:01 +00:00
jsonpath-wasm publish
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as jpw from "@browser/jsonpath-wasm";
|
||||
import * as jpw from "jsonpath-wasm";
|
||||
import * as jp from "jsonpath/jsonpath.js";
|
||||
|
||||
function run(message, iter, cb) {
|
||||
|
2
wasm/www_bench/package-lock.json
generated
2
wasm/www_bench/package-lock.json
generated
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "jsonpath-wasm",
|
||||
"name": "jsonpath-wasm-bench",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
|
@@ -1,28 +1,11 @@
|
||||
{
|
||||
"name": "jsonpath-wasm",
|
||||
"name": "jsonpath-wasm-bench",
|
||||
"version": "0.1.0",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "webpack --config webpack.config.js",
|
||||
"start": "webpack-dev-server"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/freestrings/jsonpath.git"
|
||||
},
|
||||
"keywords": [
|
||||
"webassembly",
|
||||
"wasm",
|
||||
"rust",
|
||||
"webpack",
|
||||
"jsonpath"
|
||||
],
|
||||
"author": "Changseok Han <freestrings@gmail.com>",
|
||||
"license": "(MIT OR Apache-2.0)",
|
||||
"bugs": {
|
||||
"url": "https://github.com/freestrings/jsonpath/issues"
|
||||
},
|
||||
"homepage": "https://github.com/freestrings/jsonpath#readme",
|
||||
"devDependencies": {
|
||||
"copy-webpack-plugin": "^5.0.0",
|
||||
"webpack": "^4.29.6",
|
||||
|
Reference in New Issue
Block a user