Skip to content

Instantly share code, notes, and snippets.

@isaacs
Last active April 21, 2020 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save isaacs/c96b32838d3d87132e4853087bf12067 to your computer and use it in GitHub Desktop.
Save isaacs/c96b32838d3d87132e4853087bf12067 to your computer and use it in GitHub Desktop.
{
"name": "abbrev-link",
"version": undefined,
"location": "",
"path": "/Users/isaacs/dev/js/abbrev-link",
"root": "/Users/isaacs/dev/js/abbrev-link",
"resolved": null,
"edgesOut": {
"abbrev": {
"type": "prod",
"spec": "file:../abbrev",
"to": "node_modules/abbrev",
},
},
"children": {
"abbrev": {
"name": "abbrev",
"version": "1.1.1",
"location": "node_modules/abbrev",
"path": "/Users/isaacs/dev/js/abbrev-link/node_modules/abbrev",
"root": "/Users/isaacs/dev/js/abbrev-link",
"resolved": "file:../../abbrev",
"target": {
"name": "abbrev",
"version": "1.1.1",
"location": "../abbrev",
"path": "/Users/isaacs/dev/js/abbrev",
"root": "/Users/isaacs/dev/js/abbrev-link",
"resolved": null,
"edgesOut": {
"tap": {
"type": "dev",
"spec": "^14.6.1",
"to": null,
"error": "MISSING",
},
},
},
"edgesIn": [
{
"type": "prod",
"spec": "file:../abbrev",
"from": "",
},
],
},
},
"meta": {
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"dependencies": {
"abbrev": "file:../abbrev",
},
},
"node_modules/abbrev": {
"resolved": "../abbrev",
"link": true,
},
"../abbrev": {
"name": "abbrev",
"version": "1.1.1",
"license": "ISC",
"devDependencies": {
"tap": "^14.6.1",
},
},
},
"dependencies": {
"abbrev": {
"version": "file:../abbrev",
},
},
"name": "abbrev-link",
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment