{ "_args": [ [ "quill-delta@3.6.2", "D:\\projects\\dealer_front" ] ], "_from": "quill-delta@3.6.2", "_id": "quill-delta@3.6.2", "_inBundle": false, "_integrity": "sha512-grWEQq9woEidPDogtDNxQKmy2LFf9zBC0EU/YTSw6TwKmMjtihTxdnPtPRfrqazB2MSJ7YdCWxmsJ7aQKRSEgg==", "_location": "/quill-delta", "_phantomChildren": {}, "_requested": { "type": "version", "registry": true, "raw": "quill-delta@3.6.2", "name": "quill-delta", "escapedName": "quill-delta", "rawSpec": "3.6.2", "saveSpec": null, "fetchSpec": "3.6.2" }, "_requiredBy": [ "/quill" ], "_resolved": "https://registry.npmjs.org/quill-delta/-/quill-delta-3.6.2.tgz", "_spec": "3.6.2", "_where": "D:\\projects\\dealer_front", "author": { "name": "Jason Chen", "email": "jhchen7@gmail.com" }, "bugs": { "url": "https://github.com/quilljs/delta/issues" }, "dependencies": { "deep-equal": "^1.0.1", "extend": "^3.0.1", "fast-diff": "1.1.2" }, "description": "Format for representing rich text documents and changes.", "devDependencies": { "coveralls": "^2.13.1", "istanbul": "~0.4.5", "jasmine": "^2.8.0" }, "engines": { "node": ">=0.10" }, "homepage": "https://github.com/quilljs/delta", "keywords": [ "rich text", "ot", "operational transform", "delta" ], "license": "MIT", "main": "lib/delta.js", "name": "quill-delta", "repository": { "type": "git", "url": "git+https://github.com/quilljs/delta.git" }, "scripts": { "test": "jasmine test/**/*.js", "test:coverage": "istanbul cover jasmine test/**/*.js", "test:coverage:report": "cat coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js" }, "version": "3.6.2" }