Closed
Bug 591337
Opened 15 years ago
Closed 15 years ago
Compliance with a current CommonJS package descriptor specification.
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 552841
People
(Reporter: irakli, Unassigned)
Details
Jetpack package desprictors are not compliant with current CommonJS specifications.
http://wiki.commonjs.org/wiki/Packages/1.0
Here is the list of incompatible properties:
contributors
dependencies
maintainers
Comment 1•15 years ago
|
||
These seem like reasonable changes to me. Atul: what do you think?
| Reporter | ||
Comment 2•15 years ago
|
||
BTW there is new verison of specification that addresses on major issues noticed in:
https://bugzilla.mozilla.org/show_bug.cgi?id=591338
Spec was well adopted by many commonjs non-compatible platforms like npm (most popular package manager for nodejs) and couchdb.
| Reporter | ||
Comment 3•15 years ago
|
||
Forgot to link to the specs: http://wiki.commonjs.org/wiki/Packages/1.1
Comment 4•15 years ago
|
||
Hmm, this bug is actually a duplicate of bug 552841, whose description is about Packages 1.0 but whose discussion countenances support for the parts of Packages 1.1 that are settled. Marking as such.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Comment 5•15 years ago
|
||
The Add-on SDK is no longer a Mozilla Labs experiment and has become a big enough project to warrant its own Bugzilla product, so the "Add-on SDK" product has been created for it, and I am moving its bugs to that product.
To filter bugmail related to this change, filter on the word "looptid".
Component: Jetpack SDK → General
Product: Mozilla Labs → Add-on SDK
QA Contact: jetpack-sdk → general
Version: Trunk → unspecified
You need to log in
before you can comment on or make changes to this bug.
Description
•