UNPKG

jointjs

Version:

JavaScript diagramming library

80 lines (79 loc) 1.97 kB
{ "_from": "acorn@^8.0.4", "_id": "acorn@8.0.5", "_inBundle": false, "_integrity": "sha512-v+DieK/HJkJOpFBETDJioequtc3PfxsWMaxIdIwujtF7FEV/MAyDQLlm6/zPvr7Mix07mLh6ccVwIsloceodlg==", "_location": "/acorn", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "acorn@^8.0.4", "name": "acorn", "escapedName": "acorn", "rawSpec": "^8.0.4", "saveSpec": null, "fetchSpec": "^8.0.4" }, "_requiredBy": [ "/webpack", "/webpack-bundle-analyzer" ], "_resolved": "https://registry.npmjs.org/acorn/-/acorn-8.0.5.tgz", "_shasum": "a3bfb872a74a6a7f661bc81b9849d9cac12601b7", "_spec": "acorn@^8.0.4", "_where": "/Users/robur/Workspace/clientio/joint/demo/dgl/node_modules/webpack", "bin": { "acorn": "bin/acorn" }, "bugs": { "url": "https://github.com/acornjs/acorn/issues" }, "bundleDependencies": false, "deprecated": false, "description": "ECMAScript parser", "engines": { "node": ">=0.4.0" }, "exports": { ".": [ { "import": "./dist/acorn.mjs", "require": "./dist/acorn.js", "default": "./dist/acorn.js" }, "./dist/acorn.js" ], "./package.json": "./package.json" }, "homepage": "https://github.com/acornjs/acorn", "license": "MIT", "main": "dist/acorn.js", "maintainers": [ { "name": "Marijn Haverbeke", "email": "marijnh@gmail.com", "url": "https://marijnhaverbeke.nl" }, { "name": "Ingvar Stepanyan", "email": "me@rreverser.com", "url": "https://rreverser.com/" }, { "name": "Adrian Heine", "url": "http://adrianheine.de" } ], "module": "dist/acorn.mjs", "name": "acorn", "repository": { "type": "git", "url": "git+https://github.com/acornjs/acorn.git" }, "scripts": { "prepare": "cd ..; npm run build:main && npm run build:bin" }, "types": "dist/acorn.d.ts", "version": "8.0.5" }