forked from aboutcode-org/scancode-toolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request aboutcode-org#3555 from schischi/yarn-v1-alias
npm: support aliases in yarn lock v1 Signed-off-by: Philippe Ombredanne <[email protected]>
- Loading branch information
Showing
3 changed files
with
180 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,3 +25,20 @@ | |
integrity sha512-3UYcJUj9kvSLbLbUIfQTqzcy5VX7GRZ/CCDrnOaZorFFM01aXp1+GJwuFGV4NDDoAS+mOUyHcO6UD/RfqOks3Q== | ||
dependencies: | ||
"@babel/types" "^7.0.0" | ||
|
||
"@react-spring/[email protected]", "react-spring@npm:@react-spring/[email protected]": | ||
version "9.7.3" | ||
resolved "https://registry.yarnpkg.com/@react-spring/web/-/web-9.7.3.tgz#da977382f91d9af4c400e4aa7dc37d3db07b87e0" | ||
integrity sha512-rEvipblmihiz8+Eo01zDp5dqWn6XfYk8q2rlN9c18YIOL4o6nuY/VplDoocUMHYfH4liurpO4o1QudKOO1nAiQ== | ||
dependencies: | ||
"@react-spring/animated" "9.7.3" | ||
"@react-spring/core" "9.7.3" | ||
"@react-spring/shared" "9.7.3" | ||
|
||
"@testing-library/react-12@npm:@testing-library/react@^12": | ||
version "12.1.2" | ||
resolved "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz#f1bc9a45943461fa2a598bb4597df1ae044cfc76" | ||
integrity sha512-ihQiEOklNyHIpo2Y8FREkyD1QAea054U0MVbwH1m8N9TxeFz+KoJ9LkqoKqJlzx2JDm56DVwaJ1r36JYxZM05g== | ||
dependencies: | ||
"@babel/runtime" "^7.12.5" | ||
"@testing-library/dom" "^8.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -250,6 +250,161 @@ | |
"purl": "pkg:npm/%40babel/[email protected]" | ||
}, | ||
"extra_data": {} | ||
}, | ||
{ | ||
"purl": "pkg:npm/%40react-spring/[email protected]", | ||
"extracted_requirement": "9.7.3 9.7.3", | ||
"scope": "dependencies", | ||
"is_runtime": true, | ||
"is_optional": false, | ||
"is_resolved": true, | ||
"resolved_package": { | ||
"type": "npm", | ||
"namespace": "@react-spring", | ||
"name": "web", | ||
"version": "9.7.3", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": "JavaScript", | ||
"description": null, | ||
"release_date": null, | ||
"parties": [], | ||
"keywords": [], | ||
"homepage_url": null, | ||
"download_url": "https://registry.yarnpkg.com/@react-spring/web/-/web-9.7.3.tgz", | ||
"size": null, | ||
"sha1": "da977382f91d9af4c400e4aa7dc37d3db07b87e0", | ||
"md5": null, | ||
"sha256": null, | ||
"sha512": | ||
"ac4be2a5b9668a18b3f3e128d35cc3a7976a5a7e977d893cab6ae537d735f1820e2f8a3a9ee63f569943a2871430761f1f8962baba4ee28d50b9d28e3b59c089", | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
"vcs_url": null, | ||
"copyright": null, | ||
"holder": null, | ||
"declared_license_expression": null, | ||
"declared_license_expression_spdx": null, | ||
"license_detections": [], | ||
"other_license_expression": null, | ||
"other_license_expression_spdx": null, | ||
"other_license_detections": [], | ||
"extracted_license_statement": null, | ||
"notice_text": null, | ||
"source_packages": [], | ||
"file_references": [], | ||
"extra_data": {}, | ||
"dependencies": [ | ||
{ | ||
"purl": "pkg:npm/%22%40react-spring/animated%22", | ||
"extracted_requirement": "9.7.3", | ||
"scope": "dependencies", | ||
"is_runtime": true, | ||
"is_optional": false, | ||
"is_resolved": false, | ||
"resolved_package": {}, | ||
"extra_data": {} | ||
}, | ||
{ | ||
"purl": "pkg:npm/%22%40react-spring/core%22", | ||
"extracted_requirement": "9.7.3", | ||
"scope": "dependencies", | ||
"is_runtime": true, | ||
"is_optional": false, | ||
"is_resolved": false, | ||
"resolved_package": {}, | ||
"extra_data": {} | ||
}, | ||
{ | ||
"purl": "pkg:npm/%22%40react-spring/shared%22", | ||
"extracted_requirement": "9.7.3", | ||
"scope": "dependencies", | ||
"is_runtime": true, | ||
"is_optional": false, | ||
"is_resolved": false, | ||
"resolved_package": {}, | ||
"extra_data": {} | ||
} | ||
], | ||
"repository_homepage_url": "https://www.npmjs.com/package/@react-spring/web", | ||
"repository_download_url": "https://registry.npmjs.org/@react-spring/web/-/web-9.7.3.tgz", | ||
"api_data_url": "https://registry.npmjs.org/@react-spring%2fweb/9.7.3", | ||
"datasource_id": "yarn_lock_v1", | ||
"purl": "pkg:npm/%40react-spring/[email protected]" | ||
}, | ||
"extra_data": {} | ||
}, | ||
{ | ||
"purl": "pkg:npm/%40testing-library/[email protected]", | ||
"extracted_requirement": "^12", | ||
"scope": "dependencies", | ||
"is_runtime": true, | ||
"is_optional": false, | ||
"is_resolved": true, | ||
"resolved_package": { | ||
"type": "npm", | ||
"namespace": "@testing-library", | ||
"name": "react", | ||
"version": "12.1.2", | ||
"qualifiers": {}, | ||
"subpath": null, | ||
"primary_language": "JavaScript", | ||
"description": null, | ||
"release_date": null, | ||
"parties": [], | ||
"keywords": [], | ||
"homepage_url": null, | ||
"download_url": "https://registry.yarnpkg.com/@testing-library/react/-/react-12.1.2.tgz", | ||
"size": null, | ||
"sha1": "f1bc9a45943461fa2a598bb4597df1ae044cfc76", | ||
"md5": null, | ||
"sha256": null, | ||
"sha512": "8a142210e9253721c8a68d98f054449320f540079ad39e14d0c55bc07d66f0df53c5e173f8aa09f4b92aa0aa89973c762439b9e83570689d6bdfa258c59334e6", | ||
"bug_tracking_url": null, | ||
"code_view_url": null, | ||
"vcs_url": null, | ||
"copyright": null, | ||
"holder": null, | ||
"declared_license_expression": null, | ||
"declared_license_expression_spdx": null, | ||
"license_detections": [], | ||
"other_license_expression": null, | ||
"other_license_expression_spdx": null, | ||
"other_license_detections": [], | ||
"extracted_license_statement": null, | ||
"notice_text": null, | ||
"source_packages": [], | ||
"file_references": [], | ||
"extra_data": {}, | ||
"dependencies": [ | ||
{ | ||
"purl": "pkg:npm/%22%40babel/runtime%22", | ||
"extracted_requirement": "^7.12.5", | ||
"scope": "dependencies", | ||
"is_runtime": true, | ||
"is_optional": false, | ||
"is_resolved": false, | ||
"resolved_package": {}, | ||
"extra_data": {} | ||
}, | ||
{ | ||
"purl": "pkg:npm/%22%40testing-library/dom%22", | ||
"extracted_requirement": "^8.0.0", | ||
"scope": "dependencies", | ||
"is_runtime": true, | ||
"is_optional": false, | ||
"is_resolved": false, | ||
"resolved_package": {}, | ||
"extra_data": {} | ||
} | ||
], | ||
"repository_homepage_url": "https://www.npmjs.com/package/@testing-library/react", | ||
"repository_download_url": "https://registry.npmjs.org/@testing-library/react/-/react-12.1.2.tgz", | ||
"api_data_url": "https://registry.npmjs.org/@testing-library%2freact/12.1.2", | ||
"datasource_id": "yarn_lock_v1", | ||
"purl": "pkg:npm/%40testing-library/[email protected]" | ||
}, | ||
"extra_data": {} | ||
} | ||
], | ||
"repository_homepage_url": null, | ||
|
@@ -258,4 +413,4 @@ | |
"datasource_id": "yarn_lock_v1", | ||
"purl": null | ||
} | ||
] | ||
] |