package.json 1.34 KB
{
  "_from": "splitargs@~0.0.3",
  "_id": "splitargs@0.0.7",
  "_inBundle": false,
  "_integrity": "sha1-/p965lc3GzOxDLgNoUPPgknPazs=",
  "_location": "/splitargs",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "splitargs@~0.0.3",
    "name": "splitargs",
    "escapedName": "splitargs",
    "rawSpec": "~0.0.3",
    "saveSpec": null,
    "fetchSpec": "~0.0.3"
  },
  "_requiredBy": [
    "/nopter"
  ],
  "_resolved": "https://registry.npmjs.org/splitargs/-/splitargs-0.0.7.tgz",
  "_shasum": "fe9f7ae657371b33b10cb80da143cf8249cf6b3b",
  "_spec": "splitargs@~0.0.3",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\nopter",
  "author": {
    "name": "Elgs Chen"
  },
  "bugs": {
    "url": "https://github.com/elgs/splitargs/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "Splits strings into tokens by given separator except treating quoted part as a single token.",
  "homepage": "https://github.com/elgs/splitargs",
  "keywords": [
    "split",
    "args",
    "quoted",
    "space"
  ],
  "license": "ISC",
  "main": "splitargs.js",
  "name": "splitargs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elgs/splitargs.git"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "version": "0.0.7"
}