Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorisaacs <i@izs.me>2020-07-24 22:55:18 +0300
committerisaacs <i@izs.me>2020-07-29 21:55:03 +0300
commit53ed7e5205a3f4d5d33828ff9dc11c093f482f7b (patch)
treed76317be79432c9527e8fb37d4c13e0719cdbaf9 /node_modules/just-diff-apply
parentbbe4279120c94791b70d97f235c73d972fd67354 (diff)
reset deps using npm v7
First self-install!
Diffstat (limited to 'node_modules/just-diff-apply')
-rw-r--r--node_modules/just-diff-apply/package.json53
1 files changed, 11 insertions, 42 deletions
diff --git a/node_modules/just-diff-apply/package.json b/node_modules/just-diff-apply/package.json
index de5e05759..a5cc8a1fe 100644
--- a/node_modules/just-diff-apply/package.json
+++ b/node_modules/just-diff-apply/package.json
@@ -1,37 +1,12 @@
{
- "_from": "just-diff-apply@^3.0.0",
- "_id": "just-diff-apply@3.0.0",
- "_inBundle": false,
- "_integrity": "sha512-K2MLc+ZC2DVxX4V61bIKPeMUUfj1YYZ3h0myhchDXOW1cKoPZMnjIoNCqv9bF2n5Oob1PFxuR2gVJxkxz4e58w==",
- "_location": "/just-diff-apply",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "just-diff-apply@^3.0.0",
- "name": "just-diff-apply",
- "escapedName": "just-diff-apply",
- "rawSpec": "^3.0.0",
- "saveSpec": null,
- "fetchSpec": "^3.0.0"
- },
- "_requiredBy": [
- "/parse-conflict-json"
- ],
- "_resolved": "https://registry.npmjs.org/just-diff-apply/-/just-diff-apply-3.0.0.tgz",
- "_shasum": "a77348d24f0694e378b57293dceb65bdf5a91c4f",
- "_spec": "just-diff-apply@^3.0.0",
- "_where": "/Users/isaacs/dev/npm/cli/node_modules/parse-conflict-json",
- "author": {
- "name": "Angus Croll"
- },
- "bugs": {
- "url": "https://github.com/angus-c/just/issues"
- },
- "bundleDependencies": false,
- "deprecated": false,
+ "name": "just-diff-apply",
+ "version": "3.0.0",
"description": "Apply a diff to an object. Optionally supports jsonPatch protocol",
- "homepage": "https://github.com/angus-c/just#readme",
+ "main": "index.js",
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1"
+ },
+ "repository": "https://github.com/angus-c/just",
"keywords": [
"object",
"diff",
@@ -40,15 +15,9 @@
"no-dependencies",
"just"
],
+ "author": "Angus Croll",
"license": "MIT",
- "main": "index.js",
- "name": "just-diff-apply",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/angus-c/just.git"
- },
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "version": "3.0.0"
+ "bugs": {
+ "url": "https://github.com/angus-c/just/issues"
+ }
}