package.json 1.44 KB
{
  "_from": "calmcard@~0.1.1",
  "_id": "calmcard@0.1.1",
  "_inBundle": false,
  "_integrity": "sha1-NawrZkkrDtOa0GqJOg/25hEk5Ek=",
  "_location": "/calmcard",
  "_phantomChildren": {},
  "_requested": {
    "type": "range",
    "registry": true,
    "raw": "calmcard@~0.1.1",
    "name": "calmcard",
    "escapedName": "calmcard",
    "rawSpec": "~0.1.1",
    "saveSpec": null,
    "fetchSpec": "~0.1.1"
  },
  "_requiredBy": [
    "/linkchecker"
  ],
  "_resolved": "https://registry.npmjs.org/calmcard/-/calmcard-0.1.1.tgz",
  "_shasum": "35ac2b66492b0ed39ad06a893a0ff6e61124e449",
  "_spec": "calmcard@~0.1.1",
  "_where": "C:\\Users\\User\\desktop\\HJW\\meadowlark\\site\\node_modules\\linkchecker",
  "author": {
    "name": "Leon Weidauer",
    "email": "leon@lnwdr.de",
    "url": "http://lnwdr.de"
  },
  "bugs": {
    "url": "https://github.com/lnwdr/calmcard/issues"
  },
  "bundleDependencies": false,
  "deprecated": false,
  "description": "not-so-wild wildcard string matching",
  "devDependencies": {
    "nodeunit": "^0.9.0"
  },
  "directories": {
    "test": "test"
  },
  "homepage": "https://github.com/lnwdr/calmcard",
  "keywords": [
    "wildcard",
    "matching",
    "pattern",
    "string",
    "glob"
  ],
  "license": "MIT",
  "main": "calmcard.js",
  "name": "calmcard",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/lnwdr/calmcard.git"
  },
  "scripts": {
    "test": "nodeunit ./test/*"
  },
  "version": "0.1.1"
}