12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- {
- "_from": "shlex@2.0.2",
- "_id": "shlex@2.0.2",
- "_inBundle": false,
- "_integrity": "sha512-i4p9nNXgBTILspHwZlBCNsZzwuVWW8SFx5dyIONrjL0R+AbMOPbg7ndqgGfjYivkYRTtZMKqIT8HT+QyOhPQWA==",
- "_location": "/shlex",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "shlex@2.0.2",
- "name": "shlex",
- "escapedName": "shlex",
- "rawSpec": "2.0.2",
- "saveSpec": null,
- "fetchSpec": "2.0.2"
- },
- "_requiredBy": [
- "#USER",
- "/"
- ],
- "_resolved": "https://registry.npmjs.org/shlex/-/shlex-2.0.2.tgz",
- "_shasum": "debf51a145f1df9e7cb7cce04340ccb45120092d",
- "_spec": "shlex@2.0.2",
- "_where": "/Users/elijahrutschman/Development/run-on-arch-action",
- "author": {
- "name": "Ryan Govostes"
- },
- "bugs": {
- "url": "https://github.com/rgov/node-shlex/issues"
- },
- "bundleDependencies": false,
- "dependencies": {},
- "deprecated": false,
- "description": "Node.js port of Python's shlex shell-like lexer",
- "devDependencies": {
- "chai": "^4.2.0",
- "eslint": "^5.15.3",
- "eslint-config-standard": "^12.0.0",
- "eslint-plugin-import": "^2.16.0",
- "eslint-plugin-node": "^7.0.1",
- "eslint-plugin-promise": "^4.0.1",
- "eslint-plugin-standard": "^4.0.0",
- "mocha": "^5.2.0"
- },
- "homepage": "https://github.com/rgov/node-shlex#readme",
- "keywords": [
- "shell",
- "command-line",
- "cli",
- "lexer"
- ],
- "license": "MIT",
- "main": "shlex.js",
- "name": "shlex",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/rgov/node-shlex.git"
- },
- "scripts": {
- "posttest": "eslint .",
- "test": "mocha"
- },
- "types": "shlex.d.ts",
- "version": "2.0.2"
- }
|