{ "_from": "jsoneditor", "_id": "jsoneditor@9.1.0", "_inBundle": false, "_integrity": "sha512-oqq5M75CPKqqLTFzbmGs4V3mJZvd5s3wE8l6yT+Jonr5Rf2gUyvgH3QSCLl4Eb2oYC+BRAa20YZXkJtRsRL59A==", "_location": "/jsoneditor", "_phantomChildren": {}, "_requested": { "type": "tag", "registry": true, "raw": "jsoneditor", "name": "jsoneditor", "escapedName": "jsoneditor", "rawSpec": "", "saveSpec": null, "fetchSpec": "latest" }, "_requiredBy": [ "#USER", "/" ], "_resolved": "https://registry.npmjs.org/jsoneditor/-/jsoneditor-9.1.0.tgz", "_shasum": "e8d9004ba7fc1c9f6dd01ba12f4f0dc76f17bfb2", "_spec": "jsoneditor", "_where": "C:\\", "author": { "name": "Jos de Jong", "email": "wjosdejong@gmail.com" }, "bugs": { "url": "https://github.com/josdejong/jsoneditor/issues" }, "bundleDependencies": false, "dependencies": { "ace-builds": "^1.4.12", "ajv": "^6.12.5", "javascript-natural-sort": "^0.7.1", "jmespath": "^0.15.0", "json-source-map": "^0.6.1", "mobius1-selectr": "^2.4.13", "picomodal": "^3.0.0", "vanilla-picker": "^2.10.1" }, "deprecated": false, "description": "A web-based tool to view, edit, format, and validate JSON", "devDependencies": { "@babel/core": "7.11.6", "@babel/preset-env": "7.11.5", "@babel/register": "7.11.5", "babel-loader": "8.1.0", "btoa": "1.2.1", "date-format": "3.0.0", "fancy-log": "1.3.3", "gulp": "4.0.2", "gulp-clean-css": "4.3.0", "gulp-concat-css": "3.1.0", "gulp-sass": "4.1.0", "jsdom": "16.4.0", "json-loader": "0.5.7", "mkdirp": "1.0.4", "mocha": "8.1.3", "source-map-loader": "1.1.0", "standard": "14.3.4", "uglify-js": "3.10.4", "webpack": "4.44.1" }, "files": [ "dist", "docs", "examples", "src", "HISTORY.md", "index.js", "LICENSE", "NOTICE", "README.md" ], "homepage": "https://github.com/josdejong/jsoneditor", "license": "Apache-2.0", "main": "./dist/jsoneditor.min.js", "name": "jsoneditor", "repository": { "type": "git", "url": "git+https://github.com/josdejong/jsoneditor.git" }, "scripts": { "build": "gulp", "lint": "standard --env=mocha", "minify": "gulp minify", "prepublishOnly": "npm test && npm run build", "start": "gulp watch", "test": "mocha test --require @babel/register" }, "standard": { "ignore": [ "src/js/assets", "examples/react*" ] }, "tags": [ "json", "editor", "viewer", "formatter" ], "version": "9.1.0" }