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:
Diffstat (limited to 'node_modules/spdx-license-ids/package.json')
-rw-r--r--node_modules/spdx-license-ids/package.json102
1 files changed, 0 insertions, 102 deletions
diff --git a/node_modules/spdx-license-ids/package.json b/node_modules/spdx-license-ids/package.json
deleted file mode 100644
index c2a1dbf2c..000000000
--- a/node_modules/spdx-license-ids/package.json
+++ /dev/null
@@ -1,102 +0,0 @@
-{
- "_args": [
- [
- "spdx-license-ids@^1.0.0",
- "/Users/rebecca/code/npm/node_modules/spdx"
- ]
- ],
- "_from": "spdx-license-ids@>=1.0.0 <2.0.0",
- "_id": "spdx-license-ids@1.0.2",
- "_inCache": true,
- "_location": "/spdx-license-ids",
- "_nodeVersion": "2.3.3",
- "_npmUser": {
- "email": "snnskwtnb@gmail.com",
- "name": "shinnn"
- },
- "_npmVersion": "2.12.1",
- "_phantomChildren": {},
- "_requested": {
- "name": "spdx-license-ids",
- "raw": "spdx-license-ids@^1.0.0",
- "rawSpec": "^1.0.0",
- "scope": null,
- "spec": ">=1.0.0 <2.0.0",
- "type": "range"
- },
- "_requiredBy": [
- "/spdx"
- ],
- "_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",
- "author": {
- "name": "Shinnosuke Watanabe",
- "url": "https://github.com/shinnn"
- },
- "bugs": {
- "url": "https://github.com/shinnn/spdx-license-ids/issues"
- },
- "dependencies": {},
- "description": "A list of SPDX license identifiers",
- "devDependencies": {
- "@shinnn/eslintrc": "^1.0.0",
- "each-async": "^1.1.1",
- "eslint": "^0.24.0",
- "got": "^3.3.0",
- "istanbul": "^0.3.17",
- "istanbul-coveralls": "^1.0.3",
- "require-bower-files": "^2.0.0",
- "rimraf": "^2.4.1",
- "stringify-object": "^2.2.0",
- "tape": "^4.0.0"
- },
- "directories": {},
- "dist": {
- "shasum": "0674e9c9a230f980016b5b073a10aa165701677c",
- "tarball": "http://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.0.2.tgz"
- },
- "files": [
- "spdx-license-ids.json"
- ],
- "gitHead": "df183ecdf1738f77b1e8e41f686ee56206a40693",
- "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
- "keywords": [
- "array",
- "browser",
- "client-side",
- "id",
- "identifier",
- "identifiers",
- "json",
- "license",
- "licenses",
- "oss",
- "spdx"
- ],
- "license": "Unlicense",
- "main": "spdx-license-ids.json",
- "maintainers": [
- {
- "name": "shinnn",
- "email": "snnskwtnb@gmail.com"
- }
- ],
- "name": "spdx-license-ids",
- "optionalDependencies": {},
- "repository": {
- "type": "git",
- "url": "git+https://github.com/shinnn/spdx-license-ids.git"
- },
- "scripts": {
- "build": "node --harmony_arrow_functions build.js",
- "coverage": "node --harmony_arrow_functions node_modules/.bin/istanbul cover test.js",
- "coveralls": "${npm_package_scripts_coverage} && istanbul-coveralls",
- "lint": "eslint --config node_modules/@shinnn/eslintrc/rc.json --ignore-path .gitignore .",
- "pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
- "test": "node --harmony_arrow_functions test.js"
- },
- "version": "1.0.2"
-}