{ "_from": "fast-diff@^1.1.2", "_id": "fast-diff@1.3.0", "_inBundle": false, "_integrity": "sha512-VxPP4NqbUjj6MaAOafWeUn2cXWLcCtljklUtZf0Ind4XQ+QPtmA0b18zZy0jIQx+ExRVCR/ZQpBmik5lXshNsw==", "_location": "/fast-diff", "_phantomChildren": {}, "_requested": { "type": "range", "registry": true, "raw": "fast-diff@^1.1.2", "name": "fast-diff", "escapedName": "fast-diff", "rawSpec": "^1.1.2", "saveSpec": null, "fetchSpec": "^1.1.2" }, "_requiredBy": [ "/prettier-linter-helpers" ], "_resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.3.0.tgz", "_shasum": "ece407fa550a64d638536cd727e129c61616e0f0", "_spec": "fast-diff@^1.1.2", "_where": "/data/jenkins/workspace/badp-bcxin-web-5.x-dispatch-rail/node_modules/prettier-linter-helpers", "author": { "name": "Jason Chen", "email": "jhchen7@gmail.com" }, "bugs": { "url": "https://github.com/jhchen/fast-diff/issues" }, "bundleDependencies": false, "deprecated": false, "description": "Fast Javascript text diff", "devDependencies": { "lodash": "~4.17.21", "nyc": "~15.1.0", "seedrandom": "~3.0.5" }, "files": [ "diff.d.ts" ], "homepage": "https://github.com/jhchen/fast-diff#readme", "keywords": [ "diff" ], "license": "Apache-2.0", "main": "diff.js", "name": "fast-diff", "repository": { "type": "git", "url": "git+https://github.com/jhchen/fast-diff.git" }, "scripts": { "test": "nyc node test.js" }, "types": "diff.d.ts", "version": "1.3.0" }