1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- {
- "_args": [
- [
- "minimatch@2.0.10",
- "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah"
- ]
- ],
- "_development": true,
- "_from": "minimatch@2.0.10",
- "_id": "minimatch@2.0.10",
- "_inBundle": false,
- "_integrity": "sha1-jQh8OcazjAAbl/ynzm0OHoCvusc=",
- "_location": "/minimatch",
- "_phantomChildren": {},
- "_requested": {
- "type": "version",
- "registry": true,
- "raw": "minimatch@2.0.10",
- "name": "minimatch",
- "escapedName": "minimatch",
- "rawSpec": "2.0.10",
- "saveSpec": null,
- "fetchSpec": "2.0.10"
- },
- "_requiredBy": [
- "/glob",
- "/glob-stream",
- "/true-case-path/glob"
- ],
- "_resolved": "https://registry.npmjs.org/minimatch/-/minimatch-2.0.10.tgz",
- "_spec": "2.0.10",
- "_where": "/mnt/data/Sites/anissabensalah.net/user/themes/anissabensalah",
- "author": {
- "name": "Isaac Z. Schlueter",
- "email": "i@izs.me",
- "url": "http://blog.izs.me"
- },
- "bugs": {
- "url": "https://github.com/isaacs/minimatch/issues"
- },
- "dependencies": {
- "brace-expansion": "^1.0.0"
- },
- "description": "a glob matcher in javascript",
- "devDependencies": {
- "browserify": "^9.0.3",
- "standard": "^3.7.2",
- "tap": "^1.2.0"
- },
- "engines": {
- "node": "*"
- },
- "files": [
- "minimatch.js",
- "browser.js"
- ],
- "homepage": "https://github.com/isaacs/minimatch#readme",
- "license": "ISC",
- "main": "minimatch.js",
- "name": "minimatch",
- "repository": {
- "type": "git",
- "url": "git://github.com/isaacs/minimatch.git"
- },
- "scripts": {
- "posttest": "standard minimatch.js test/*.js",
- "prepublish": "browserify -o browser.js -e minimatch.js -s minimatch --bare",
- "test": "tap test/*.js"
- },
- "version": "2.0.10"
- }
|