github-pages-deploy-action/node_modules/fast-diff/package.json

60 lines
1.3 KiB
JSON
Raw Normal View History

2020-03-07 11:45:40 +08:00
{
2020-03-22 05:13:25 +08:00
"_args": [
[
"fast-diff@1.2.0",
2020-03-31 20:40:00 +08:00
"."
2020-03-22 05:13:25 +08:00
]
],
"_development": true,
"_from": "fast-diff@1.2.0",
"_id": "fast-diff@1.2.0",
"_inBundle": false,
"_integrity": "sha512-xJuoT5+L99XlZ8twedaRf6Ax2TgQVxvgZOYoPKqZufmJib0tL2tegPBOZb1pVNgIhlqDlA0eO0c3wBvQcmzx4w==",
"_location": "/fast-diff",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "fast-diff@1.2.0",
"name": "fast-diff",
"escapedName": "fast-diff",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/prettier-linter-helpers"
],
"_resolved": "https://registry.npmjs.org/fast-diff/-/fast-diff-1.2.0.tgz",
"_spec": "1.2.0",
2020-03-31 20:40:00 +08:00
"_where": ".",
2020-03-22 05:13:25 +08:00
"author": {
"name": "Jason Chen",
"email": "jhchen7@gmail.com"
},
"bugs": {
"url": "https://github.com/jhchen/fast-diff/issues"
},
2020-03-07 11:45:40 +08:00
"description": "Fast Javascript text diff",
"devDependencies": {
"lodash": "~3.9.3",
"seedrandom": "~2.4.0"
},
2020-03-22 05:13:25 +08:00
"homepage": "https://github.com/jhchen/fast-diff#readme",
"keywords": [
"diff"
],
"license": "Apache-2.0",
"main": "diff.js",
"name": "fast-diff",
2020-03-07 11:45:40 +08:00
"repository": {
"type": "git",
2020-03-22 05:13:25 +08:00
"url": "git+https://github.com/jhchen/fast-diff.git"
2020-03-07 11:45:40 +08:00
},
"scripts": {
"test": "node test.js"
},
2020-03-22 05:13:25 +08:00
"types": "diff.d.ts",
"version": "1.2.0"
2020-03-07 11:45:40 +08:00
}