@stacks/profile
Advanced tools
Comparing version 4.2.0-beta.3 to 4.2.0-beta.4
{ | ||
"name": "@stacks/profile", | ||
"version": "4.2.0-beta.3", | ||
"version": "4.2.0-beta.4", | ||
"description": "Library for Stacks profiles", | ||
"keywords": [ | ||
"stacks", | ||
"blockstack", | ||
"profiles" | ||
], | ||
"author": "yknl <yukanliao@gmail.com>", | ||
"homepage": "https://blockstack.org", | ||
"license": "GPL-3.0-or-later", | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/blockstack/blockstack.js.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Hiro Systems PBC (https://hiro.so)", | ||
"homepage": "https://www.hiro.so/stacks-js", | ||
"scripts": { | ||
"start": "tsc -b tsconfig.build.json --watch --verbose", | ||
"build": "npm run clean && npm run build:cjs && npm run build:esm && npm run build:umd && npm run build:polyfill", | ||
"build:cjs": "tsc -b tsconfig.build.json", | ||
"build:esm": "tsc -p tsconfig.build.json --module ES6 --outDir ./dist/esm", | ||
"build:polyfill": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c ../../configs/rollup.config.js && rimraf dist/polyfill/dist", | ||
"build:umd": "NODE_OPTIONS=--max-old-space-size=8192 webpack --config webpack.config.js", | ||
"build:polyfill": "NODE_OPTIONS=--max-old-space-size=8192 rollup -c ../../configs/rollup.config.js && rimraf dist/polyfill/dist", | ||
"clean": "rimraf dist && tsc -b tsconfig.build.json --clean", | ||
"typecheck": "tsc --noEmit", | ||
"typecheck:watch": "npm run typecheck -- --watch", | ||
"pack": "npm pack", | ||
"prepublishOnly": "npm run test && NODE_ENV=production npm run build", | ||
"start": "tsc -b tsconfig.build.json --watch --verbose", | ||
"test": "jest", | ||
"test:watch": "jest --watch --coverage=false" | ||
"test:watch": "jest --watch --coverage=false", | ||
"typecheck": "tsc --noEmit", | ||
"typecheck:watch": "npm run typecheck -- --watch" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/blockstack/blockstack.js/issues" | ||
}, | ||
"dependencies": { | ||
@@ -69,3 +53,19 @@ "@stacks/common": "^4.1.0", | ||
"unpkg": "dist/umd/index.js", | ||
"gitHead": "90f686efec3996f0a563d48df74a3a98d1f6bb43" | ||
"files": [ | ||
"dist", | ||
"src" | ||
], | ||
"keywords": [ | ||
"blockstack", | ||
"profiles", | ||
"stacks" | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/hirosystems/stacks.js.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/blockstack/blockstack.js/issues" | ||
}, | ||
"gitHead": "e5e9d2a43ea14439d3d76b15df5da07ca5209c0e" | ||
} |
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
1
80
2603118