123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "_args": [
- [
- "spdx-license-ids@1.2.2",
- "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys"
- ]
- ],
- "_development": true,
- "_from": "spdx-license-ids@1.2.2",
- "_id": "spdx-license-ids@1.2.2",
- "_inBundle": false,
- "_integrity": "sha1-yd96NCRZSt5r0RkA1ZZpbcBrrFc=",
- "_location": "/spdx-license-ids",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "spdx-license-ids@1.2.2",
- "name": "spdx-license-ids",
- "escapedName": "spdx-license-ids",
- "rawSpec": "1.2.2",
- "saveSpec": null,
- "fetchSpec": "1.2.2"
- },
- "_requiredBy": [
- "/spdx-correct"
- ],
- "_resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-1.2.2.tgz",
- "_spec": "1.2.2",
- "_where": "/mnt/Data/bach/Documents/ola/OLA#5/ola5doc/sys",
- "author": {
- "name": "Shinnosuke Watanabe",
- "url": "https://github.com/shinnn"
- },
- "bugs": {
- "url": "https://github.com/shinnn/spdx-license-ids/issues"
- },
- "description": "A list of SPDX license identifiers",
- "devDependencies": {
- "@shinnn/eslint-config-node": "^3.0.0",
- "chalk": "^1.1.3",
- "eslint": "^3.1.1",
- "get-spdx-license-ids": "^1.0.0",
- "istanbul": "^0.4.4",
- "loud-rejection": "^1.6.0",
- "rimraf-promise": "^2.0.0",
- "stringify-object": "^2.4.0",
- "tap-spec": "^4.1.1",
- "tape": "^4.6.0",
- "write-file-atomically": "1.0.0"
- },
- "files": [
- "spdx-license-ids.json"
- ],
- "homepage": "https://github.com/shinnn/spdx-license-ids#readme",
- "keywords": [
- "spdx",
- "license",
- "licenses",
- "id",
- "identifier",
- "identifiers",
- "json",
- "array",
- "oss",
- "browser",
- "client-side"
- ],
- "license": "Unlicense",
- "main": "spdx-license-ids.json",
- "name": "spdx-license-ids",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/shinnn/spdx-license-ids.git"
- },
- "scripts": {
- "build": "node --strong_mode build.js",
- "coverage": "node --strong_mode node_modules/.bin/istanbul cover test.js",
- "lint": "eslint --config @shinnn/node --env browser --ignore-path .gitignore .",
- "pretest": "${npm_package_scripts_build} && ${npm_package_scripts_lint}",
- "test": "node --strong_mode test.js | tap-spec"
- },
- "version": "1.2.2"
- }
|