UNPKG

jointjs

Version:

JavaScript diagramming library

83 lines (82 loc) 2.06 kB
{ "_args": [ [ "ecstatic@3.3.0", "/Users/robur/Workspace/joint/demo/ts-demo" ] ], "_development": true, "_from": "ecstatic@3.3.0", "_id": "ecstatic@3.3.0", "_inBundle": false, "_integrity": "sha512-EblWYTd+wPIAMQ0U4oYJZ7QBypT9ZUIwpqli0bKDjeIIQnXDBK2dXtZ9yzRCOlkW1HkO8gn7/FxLK1yPIW17pw==", "_location": "/ecstatic", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "ecstatic@3.3.0", "name": "ecstatic", "escapedName": "ecstatic", "rawSpec": "3.3.0", "saveSpec": null, "fetchSpec": "3.3.0" }, "_requiredBy": [ "/http-server" ], "_resolved": "https://registry.npmjs.org/ecstatic/-/ecstatic-3.3.0.tgz", "_spec": "3.3.0", "_where": "/Users/robur/Workspace/joint/demo/ts-demo", "author": { "name": "Joshua Holbrook", "email": "josh@nodejitsu.com", "url": "http://jesusabdullah.net" }, "bin": { "ecstatic": "./lib/ecstatic.js" }, "bugs": { "url": "https://github.com/jfhbrook/node-ecstatic/issues" }, "dependencies": { "he": "^1.1.1", "mime": "^1.6.0", "minimist": "^1.1.0", "url-join": "^2.0.5" }, "description": "A simple static file server middleware", "devDependencies": { "eol": "^0.9.1", "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.3.2", "eslint-plugin-import": "^2.14.0", "express": "^4.16.3", "mkdirp": "^0.5.0", "request": "^2.88.0", "tap": "^12.0.1" }, "homepage": "https://github.com/jfhbrook/node-ecstatic", "keywords": [ "static", "web", "server", "files", "mime", "middleware" ], "license": "MIT", "main": "./lib/ecstatic.js", "name": "ecstatic", "repository": { "type": "git", "url": "git+ssh://git@github.com/jfhbrook/node-ecstatic.git" }, "scripts": { "fix": "eslint --fix ./lib/ ./example/ ./test", "posttest": "tap --coverage-report=clover", "pretest": "eslint ./lib/ ./example/ ./test", "test": "tap --jobs-auto --coverage test/*.js" }, "version": "3.3.0" }