port-numbers 8.0.1 → 8.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +4 -0
  2. package/index.json +49162 -1
  3. package/package.json +7 -8
package/README.md CHANGED
@@ -4,6 +4,10 @@
4
4
  npm module that holds information on network port numbers based on [IANA's data](http://www.iana.org/assignments/service-names-port-numbers/service-names-port-numbers.xhtml).
5
5
 
6
6
  ### Usage
7
+
8
+ Depending on your environment you may need to use [import attributes](https://github.com/tc39/proposal-import-attributes), [import assertions](https://nodejs.org/api/esm.html#import-assertions) or [nothing at all](https://bun.sh/guides/runtime/import-json).
9
+
10
+
7
11
  ```js
8
12
  import ports from "port-numbers";
9
13