Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRebecca Turner <me@re-becca.org>2015-07-24 10:58:38 +0300
committerRebecca Turner <me@re-becca.org>2015-07-24 12:39:41 +0300
commit15564a64f0f00d35e4f0aa9d48b7efaf88eebb23 (patch)
tree610cda6add61a7380a2e7e802f6036089fb964f2 /node_modules/spdx-license-ids
parent8733bff1835749c2e6ed7b5a2df48490294f8c27 (diff)
spdx-license-ids@1.0.2
Diffstat (limited to 'node_modules/spdx-license-ids')
-rwxr-xr-xnode_modules/spdx-license-ids/README.md6
-rw-r--r--node_modules/spdx-license-ids/package.json30
-rw-r--r--node_modules/spdx-license-ids/spdx-license-ids.json13
3 files changed, 28 insertions, 21 deletions
diff --git a/node_modules/spdx-license-ids/README.md b/node_modules/spdx-license-ids/README.md
index 7ea6092d6..92523532b 100755
--- a/node_modules/spdx-license-ids/README.md
+++ b/node_modules/spdx-license-ids/README.md
@@ -1,6 +1,6 @@
# spdx-license-ids
-A list of [SPDX license](http://spdx.org/licenses/) identifiers
+A list of [SPDX license](https://spdx.org/licenses/) identifiers
[**Download JSON**](https://raw.githubusercontent.com/shinnn/spdx-license-ids/master/spdx-license-ids.json)
@@ -31,7 +31,7 @@ bower install spdx-license-ids
##### [Duo](http://duojs.org/)
```javascript
-var spdxLicenseIds = require('shinnn/spdx-license-ids');
+const spdxLicenseIds = require('shinnn/spdx-license-ids');
```
#### Standalone
@@ -47,7 +47,7 @@ Type: `Array` of `String`
It returns an array of SPDX license identifiers.
```javascript
-var spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]
+const spdxLicenseIds = require('spdx-license-ids'); //=> ['Glide', 'Abstyles', 'AFL-1.1', ... ]
```
## License
diff --git a/node_modules/spdx-license-ids/package.json b/node_modules/spdx-license-ids/package.json
index 3a6b3b430..c2a1dbf2c 100644
--- a/node_modules/spdx-license-ids/package.json
+++ b/node_modules/spdx-license-ids/package.json
@@ -6,15 +6,15 @@
]
],
"_from": "spdx-license-ids@>=1.0.0 <2.0.0",
- "_id": "spdx-license-ids@1.0.1",
+ "_id": "spdx-license-ids@1.0.2",
"_inCache": true,
"_location": "/spdx-license-ids",
- "_nodeVersion": "2.0.2",
+ "_nodeVersion": "2.3.3",
"_npmUser": {
"email": "snnskwtnb@gmail.com",
"name": "shinnn"
},
- "_npmVersion": "2.10.1",
+ "_npmVersion": "2.12.1",
"_phantomChildren": {},
"_requested": {
"name": "spdx-license-ids",
@@ -27,8 +27,8 @@
"_requiredBy": [
"/spdx"
],
- "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.1.tgz",
- "_shasum": "8f7d365fbeb056f82d21d0c0e9c1ebbd676e6af4",
+ "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.2.tgz",
+ "_shasum": "0674e9c9a230f980016b5b073a10aa165701677c",
"_shrinkwrap": null,
"_spec": "spdx-license-ids@^1.0.0",
"_where": "/Users/rebecca/code/npm/node_modules/spdx",
@@ -44,24 +44,24 @@
"devDependencies": {
"@shinnn/eslintrc": "^1.0.0",
"each-async": "^1.1.1",
- "eslint": "^0.21.2",
- "got": "^3.2.0",
- "istanbul": "^0.3.14",
- "istanbul-coveralls": "^1.0.2",
+ "eslint": "^0.24.0",
+ "got": "^3.3.0",
+ "istanbul": "^0.3.17",
+ "istanbul-coveralls": "^1.0.3",
"require-bower-files": "^2.0.0",
- "rm-rf": "^0.1.0",
- "stringify-object": "^2.0.0",
+ "rimraf": "^2.4.1",
+ "stringify-object": "^2.2.0",
"tape": "^4.0.0"
},
"directories": {},
"dist": {
- "shasum": "8f7d365fbeb056f82d21d0c0e9c1ebbd676e6af4",
- "tarball": "http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.1.tgz"
+ "shasum": "0674e9c9a230f980016b5b073a10aa165701677c",
+ "tarball": "http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.2.tgz"
},
"files": [
"spdx-license-ids.json"
],
- "gitHead": "05c7466fcd62c8642006ef354c95064fcade3a03",
+ "gitHead": "df183ecdf1738f77b1e8e41f686ee56206a40693",
"homepage": "https://github.com/shinnn/spdx-license-ids#readme",
"keywords": [
"array",
@@ -98,5 +98,5 @@
"pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
"test": "node --harmony_arrow_functions test.js"
},
- "version": "1.0.1"
+ "version": "1.0.2"
}
diff --git a/node_modules/spdx-license-ids/spdx-license-ids.json b/node_modules/spdx-license-ids/spdx-license-ids.json
index 3c5bdfcd0..2a4a78f54 100644
--- a/node_modules/spdx-license-ids/spdx-license-ids.json
+++ b/node_modules/spdx-license-ids/spdx-license-ids.json
@@ -56,6 +56,7 @@
"CECILL-C",
"ClArtistic",
"MIT-CMU",
+ "CNRI-Jython",
"CNRI-Python",
"CNRI-Python-GPL-Compatible",
"CPOL-1.02",
@@ -146,6 +147,7 @@
"HPND",
"IBM-pibs",
"IPL-1.0",
+ "ICU",
"ImageMagick",
"iMatix",
"Imlib2",
@@ -164,6 +166,7 @@
"Latex2e",
"BSD-3-Clause-LBNL",
"Leptonica",
+ "LGPLLR",
"Libpng",
"libtiff",
"LPL-1.02",
@@ -242,6 +245,7 @@
"RPL-1.5",
"RHeCos-1.1",
"RSCPL",
+ "RSA-MD",
"Ruby",
"SAX-PD",
"Saxpath",
@@ -255,6 +259,9 @@
"SimPL-2.0",
"Sleepycat",
"SNIA",
+ "Spencer-86",
+ "Spencer-94",
+ "Spencer-99",
"SMLNJ",
"SugarCRM-1.1.3",
"SISSL",
@@ -267,12 +274,13 @@
"TORQUE-1.1",
"TOSL",
"Unicode-TOU",
+ "UPL-1.0",
"NCSA",
"Vim",
"VOSTROM",
"VSL-1.0",
- "W3C",
"W3C-19980720",
+ "W3C",
"Wsuipa",
"Xnet",
"X11",
@@ -291,6 +299,5 @@
"zlib-acknowledgement",
"ZPL-1.1",
"ZPL-2.0",
- "ZPL-2.1",
- "ICU"
+ "ZPL-2.1"
]