1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "_from": "globs@^0.1.2",
- "_id": "globs@0.1.4",
- "_inBundle": false,
- "_integrity": "sha512-D23dWbOq48vlOraoSigbcQV4tWrnhwk+E/Um2cMuDS3/5dwGmdFeA7L/vAvDhLFlQOTDqHcXh35m/71g2A2WzQ==",
- "_location": "/globs",
- "_phantomChildren": {},
- "_requested": {
- "type": "range",
- "registry": true,
- "raw": "globs@^0.1.2",
- "name": "globs",
- "escapedName": "globs",
- "rawSpec": "^0.1.2",
- "saveSpec": null,
- "fetchSpec": "^0.1.2"
- },
- "_requiredBy": [
- "/concatenate"
- ],
- "_resolved": "https://registry.npmjs.org/globs/-/globs-0.1.4.tgz",
- "_shasum": "1d13639f6174e4ae73a7f936da7d9a079f657c1c",
- "_spec": "globs@^0.1.2",
- "_where": "/var/www/html/mdch.sipadu/node_modules/concatenate",
- "author": {
- "name": "Stephen Mathieson",
- "email": "me@stephenmathieson.com"
- },
- "bugs": {
- "url": "https://github.com/stephenmathieson/node-globs/issues"
- },
- "bundleDependencies": false,
- "dependencies": {
- "glob": "^7.1.1"
- },
- "deprecated": false,
- "description": "An extension of glob, allowing you to provide one or more patterns to match.",
- "devDependencies": {
- "jshint": "~2.9.4",
- "sandboxed-module": "~2.0.3",
- "vows": "~0.8.1"
- },
- "directories": {
- "test": "test"
- },
- "homepage": "https://github.com/stephenmathieson/node-globs#readme",
- "license": "MIT",
- "main": "index.js",
- "name": "globs",
- "repository": {
- "type": "git",
- "url": "git://github.com/stephenmathieson/node-globs.git"
- },
- "scripts": {
- "test": "make test"
- },
- "types": "index.d.ts",
- "version": "0.1.4"
- }
|