1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "string-argv@0.3.1",
- "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui"
- ]
- ],
- "_development": true,
- "_from": "string-argv@0.3.1",
- "_id": "string-argv@0.3.1",
- "_inBundle": false,
- "_integrity": "sha1-leL77AQnrhkYSTX4FtdKqkxcGdo=",
- "_location": "/string-argv",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "string-argv@0.3.1",
- "name": "string-argv",
- "escapedName": "string-argv",
- "rawSpec": "0.3.1",
- "saveSpec": null,
- "fetchSpec": "0.3.1"
- },
- "_requiredBy": [
- "/lint-staged"
- ],
- "_resolved": "https://registry.nlark.com/string-argv/download/string-argv-0.3.1.tgz",
- "_spec": "0.3.1",
- "_where": "C:\\Users\\Administrator\\Desktop\\最新\\supervision-ui",
- "author": {
- "name": "Anthony McCormick",
- "email": "anthony.mccormick@gmail.com"
- },
- "bugs": {
- "url": "https://github.com/mccormicka/string-argv/issues"
- },
- "contributors": [
- {
- "name": "Michael Ferris",
- "email": "mike.ferri@hotmail.com"
- }
- ],
- "dependencies": {},
- "description": "string-argv parses a string into an argument array to mimic process.argv. This is useful when testing Command Line Utilities that you want to pass arguments to.",
- "devDependencies": {
- "jasmine": "^2.4.1",
- "typescript": "^3.4.3"
- },
- "engines": {
- "node": ">=0.6.19"
- },
- "homepage": "https://github.com/mccormicka/string-argv",
- "keywords": [
- "argv"
- ],
- "license": "MIT",
- "main": "index",
- "name": "string-argv",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/mccormicka/string-argv.git"
- },
- "scripts": {
- "build": "tsc -p .",
- "prepublishOnly": "npm test",
- "test": "npm run build & jasmine --config=test/config.json"
- },
- "types": "index.d.ts",
- "version": "0.3.1"
- }
|