Sha256: 0baa8f9cc912867cad79b2ae5e55367ff25e11cbd81395494d11b21d63317b7e
Contents?: true
Size: 804 Bytes
Versions: 1
Compression:
Stored size: 804 Bytes
Contents
{ "name": "@stimulus/multimap", "version": "1.1.1", "description": "Multimap maps one key to a set of many values", "repository": "https://github.com/stimulusjs/stimulus", "author": "Basecamp, LLC", "contributors": [ "Javan Makhmali <javan@javan.us>", "Sam Stephenson <sstephenson@gmail.com>" ], "main": "dist/index.js", "types": "dist/index.d.ts", "license": "MIT", "files": [ "dist/index*", "dist/src" ], "publishConfig": { "access": "public" }, "scripts": { "clean": "rimraf dist", "lint": "tslint -p . -c ../../../config/tslint.json", "build": "{ [ ! -r dist ] || { find src -newer dist | grep .; }>/dev/null; } && { tsc && touch dist; } || true", "watch": "tsc --watch" }, "gitHead": "3b30d61b9c93bd29a6f4ce6ca97428bd01f339bc" }
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
optimacms-0.1.61 | spec/dummy/node_modules/@stimulus/multimap/package.json |