12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- {
- "_args": [
- [
- "shell-quote@1.8.1",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "shell-quote@1.8.1",
- "_id": "shell-quote@1.8.1",
- "_inBundle": false,
- "_integrity": "sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==",
- "_location": "/shell-quote",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "shell-quote@1.8.1",
- "name": "shell-quote",
- "escapedName": "shell-quote",
- "rawSpec": "1.8.1",
- "saveSpec": null,
- "fetchSpec": "1.8.1"
- },
- "_requiredBy": [
- "/launch-editor"
- ],
- "_resolved": "https://registry.npmmirror.com/shell-quote/-/shell-quote-1.8.1.tgz",
- "_spec": "1.8.1",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "James Halliday",
- "email": "mail@substack.net",
- "url": "http://substack.net"
- },
- "auto-changelog": {
- "output": "CHANGELOG.md",
- "template": "keepachangelog",
- "unreleased": false,
- "commitLimit": false,
- "backfillLimit": false,
- "hideCredit": true,
- "startingVersion": "1.7.4"
- },
- "bugs": {
- "url": "https://github.com/ljharb/shell-quote/issues"
- },
- "description": "quote and parse shell commands",
- "devDependencies": {
- "@ljharb/eslint-config": "^21.0.1",
- "aud": "^2.0.2",
- "auto-changelog": "^2.4.0",
- "eslint": "=8.8.0",
- "evalmd": "^0.0.19",
- "in-publish": "^2.0.1",
- "npmignore": "^0.3.0",
- "nyc": "^10.3.2",
- "safe-publish-latest": "^2.0.0",
- "tape": "^5.6.3"
- },
- "funding": {
- "url": "https://github.com/sponsors/ljharb"
- },
- "homepage": "https://github.com/ljharb/shell-quote",
- "keywords": [
- "command",
- "parse",
- "quote",
- "shell"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "shell-quote",
- "publishConfig": {
- "ignore": [
- ".github/workflows"
- ]
- },
- "repository": {
- "type": "git",
- "url": "git+ssh://git@github.com/ljharb/shell-quote.git"
- },
- "scripts": {
- "lint": "eslint --ext=js,mjs .",
- "posttest": "aud --production",
- "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"",
- "prelint": "evalmd README.md",
- "prepack": "npmignore --auto --commentLines=autogenerated",
- "prepublish": "not-in-publish || npm run prepublishOnly",
- "prepublishOnly": "safe-publish-latest",
- "pretest": "npm run lint",
- "test": "npm run tests-only",
- "tests-only": "nyc tape 'test/**/*.js'",
- "version": "auto-changelog && git add CHANGELOG.md"
- },
- "version": "1.8.1"
- }
|