123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "_args": [
- [
- "semver@6.3.1",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "semver@6.3.1",
- "_id": "semver@6.3.1",
- "_inBundle": false,
- "_integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==",
- "_location": "/semver",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "semver@6.3.1",
- "name": "semver",
- "escapedName": "semver",
- "rawSpec": "6.3.1",
- "saveSpec": null,
- "fetchSpec": "6.3.1"
- },
- "_requiredBy": [
- "/@babel/core",
- "/@babel/eslint-parser",
- "/@babel/helper-compilation-targets",
- "/@babel/helper-create-class-features-plugin",
- "/@babel/helper-create-regexp-features-plugin",
- "/@babel/plugin-transform-runtime",
- "/@babel/preset-env",
- "/babel-plugin-polyfill-corejs2",
- "/make-dir"
- ],
- "_resolved": "https://registry.npmmirror.com/semver/-/semver-6.3.1.tgz",
- "_spec": "6.3.1",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "GitHub Inc."
- },
- "bin": {
- "semver": "bin/semver.js"
- },
- "bugs": {
- "url": "https://github.com/npm/node-semver/issues"
- },
- "description": "The semantic version parser used by npm.",
- "devDependencies": {
- "@npmcli/template-oss": "4.17.0",
- "tap": "^12.7.0"
- },
- "files": [
- "bin",
- "range.bnf",
- "semver.js"
- ],
- "homepage": "https://github.com/npm/node-semver#readme",
- "license": "ISC",
- "main": "semver.js",
- "name": "semver",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/npm/node-semver.git"
- },
- "scripts": {
- "lint": "echo linting disabled",
- "lintfix": "npm run lint -- --fix",
- "postlint": "template-oss-check",
- "posttest": "npm run lint",
- "snap": "tap test/ --100 --timeout=30",
- "template-oss-apply": "template-oss-apply --force",
- "test": "tap test/ --100 --timeout=30"
- },
- "templateOSS": {
- "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
- "content": "./scripts/template-oss",
- "version": "4.17.0"
- },
- "version": "6.3.1"
- }
|