Skip to content

Commit 6f2e3f9

Browse files
committed
Add test for package.json file containing 'name' field
Signed-off-by: Divyansh2512 <[email protected]>
1 parent 0b81dfc commit 6f2e3f9

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ "name" : "bson"
2+
, "description" : "A bson parser for node.js and the browser"
3+
, "main": "../"
4+
, "directories" : { "lib" : "../lib/bson" }
5+
, "engines" : { "node" : ">=0.6.0" }
6+
, "licenses" : [ { "type" : "Apache License, Version 2.0"
7+
, "url" : "http://www.apache.org/licenses/LICENSE-2.0" } ]
8+
}
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
[
2+
{
3+
"type": "npm",
4+
"namespace": null,
5+
"name": "bson",
6+
"version": null,
7+
"qualifiers": {},
8+
"subpath": null,
9+
"primary_language": "JavaScript",
10+
"description": "A bson parser for node.js and the browser",
11+
"release_date": null,
12+
"parties": [],
13+
"keywords": [],
14+
"homepage_url": null,
15+
"download_url": "https://registry.npmjs.org/bson/-/bson-None.tgz",
16+
"size": null,
17+
"sha1": null,
18+
"md5": null,
19+
"sha256": null,
20+
"sha512": null,
21+
"bug_tracking_url": null,
22+
"code_view_url": null,
23+
"vcs_url": null,
24+
"copyright": null,
25+
"license_expression": "apache-2.0",
26+
"declared_license": [{
27+
"type": "Apache License, Version 2.0",
28+
"url": "http://www.apache.org/licenses/LICENSE-2.0"
29+
}],
30+
"notice_text": null,
31+
"root_path": null,
32+
"dependencies": [],
33+
"contains_source_code": null,
34+
"source_packages": [],
35+
"purl": "pkg:npm/bson",
36+
"repository_homepage_url": "https://www.npmjs.com/package/bson",
37+
"repository_download_url": "https://registry.npmjs.org/bson/-/bson-None.tgz",
38+
"api_data_url": "https://registry.npmjs.org/bson"
39+
}
40+
]

0 commit comments

Comments
 (0)