| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- {
- "_args": [
- [
- "graphlibrary@2.2.0",
- "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI"
- ]
- ],
- "_from": "graphlibrary@2.2.0",
- "_id": "graphlibrary@2.2.0",
- "_inBundle": false,
- "_integrity": "sha512-XTcvT55L8u4MBZrM37zXoUxsgxs/7sow7YSygd9CIwfWTVO8RVu7AYXhhCiTuFEf+APKgx6Jk4SuQbYR0vYKmQ==",
- "_location": "/graphlibrary",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "graphlibrary@2.2.0",
- "name": "graphlibrary",
- "escapedName": "graphlibrary",
- "rawSpec": "2.2.0",
- "saveSpec": null,
- "fetchSpec": "2.2.0"
- },
- "_requiredBy": [
- "/dagre-layout",
- "/mermaid"
- ],
- "_resolved": "https://registry.npmjs.org/graphlibrary/-/graphlibrary-2.2.0.tgz",
- "_spec": "2.2.0",
- "_where": "D:\\Revathi_26-12-2022\\Task1\\laps-bpm\\BPM-UI",
- "author": {
- "name": "Tyler Long",
- "email": "tyler4long@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/tylingsoft/graphlibrary/issues"
- },
- "dependencies": {
- "lodash": "^4.17.5"
- },
- "description": "A directed and undirected multi-graph library",
- "devDependencies": {
- "benchmark": "^2.1.4",
- "browserify": "^16.1.0",
- "chai": "^4.1.2",
- "husky": "^0.14.3",
- "istanbul": "^0.4.5",
- "karma": "^2.0.0",
- "karma-chrome-launcher": "^2.2.0",
- "karma-firefox-launcher": "^1.1.0",
- "karma-mocha": "^1.3.0",
- "karma-requirejs": "^1.1.0",
- "karma-safari-launcher": "^1.0.0",
- "mocha": "^5.0.1",
- "requirejs": "^2.3.5",
- "seedrandom": "^2.4.3",
- "sprintf": "^0.1.5",
- "standard": "^11.0.0",
- "uglify-es": "^3.3.9",
- "yarn-upgrade-all": "^0.3.0"
- },
- "homepage": "https://github.com/tylingsoft/graphlibrary#readme",
- "keywords": [
- "graph",
- "algorithms"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "graphlibrary",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/tylingsoft/graphlibrary.git"
- },
- "scripts": {
- "prepublishOnly": "make dist",
- "prepush": "yarn test",
- "test": "standard && make test && make bench",
- "upgrade": "yarn-upgrade-all"
- },
- "standard": {
- "ignore": [
- "dist/**/*.js"
- ]
- },
- "version": "2.2.0"
- }
|