mirror of https://github.com/nodejs/node.git
18 lines
389 B
JSON
18 lines
389 B
JSON
|
{
|
||
|
"name": "ignore-shrinkwrap",
|
||
|
"version": "0.0.0",
|
||
|
"dependencies": {
|
||
|
"npm-test-ignore-shrinkwrap-file": {
|
||
|
"version": "1.2.3",
|
||
|
"from": "http://localhost:1337/shrinkwrap.js",
|
||
|
"resolved": "http://localhost:1337/shrinkwrap.js",
|
||
|
"dependencies": {
|
||
|
"opener": {
|
||
|
"version": "1.3.0",
|
||
|
"from": "opener@1.3.0"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|