1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- {
- "_args": [
- [
- "wildcard@2.0.1",
- "/Users/mac/projects/mime/mine"
- ]
- ],
- "_development": true,
- "_from": "wildcard@2.0.1",
- "_id": "wildcard@2.0.1",
- "_inBundle": false,
- "_integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==",
- "_location": "/wildcard",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "wildcard@2.0.1",
- "name": "wildcard",
- "escapedName": "wildcard",
- "rawSpec": "2.0.1",
- "saveSpec": null,
- "fetchSpec": "2.0.1"
- },
- "_requiredBy": [
- "/webpack-merge"
- ],
- "_resolved": "https://registry.npmmirror.com/wildcard/-/wildcard-2.0.1.tgz",
- "_spec": "2.0.1",
- "_where": "/Users/mac/projects/mime/mine",
- "author": {
- "name": "Damon Oehlman",
- "email": "damon.oehlman@gmail.com"
- },
- "bugs": {
- "url": "http://github.com/DamonOehlman/wildcard/issues"
- },
- "dependencies": {},
- "description": "Wildcard matching tools",
- "devDependencies": {
- "embellish-readme": "^1.7.2",
- "tape": "^5.6.3"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/DamonOehlman/wildcard#readme",
- "keywords": [
- "string",
- "wildcard"
- ],
- "license": "MIT",
- "main": "index.js",
- "name": "wildcard",
- "repository": {
- "type": "git",
- "url": "git://github.com/DamonOehlman/wildcard.git"
- },
- "scripts": {
- "gendocs": "embellish README.md",
- "test": "node test/all.js"
- },
- "stability": "stable",
- "version": "2.0.1"
- }
|