Files
Speedtest-Tracker/conf/site/node_modules/globs/package.json
Henry Whitaker ea5808047f Tweaked gitignore
gitignore removed all composer and npm files, so automated builds would fail
2020-04-12 21:24:03 +01:00

64 lines
1.5 KiB
JSON

{
"_args": [
[
"globs@0.1.4",
"/home/henry/Documents/git/Speedtest-checker"
]
],
"_development": true,
"_from": "globs@0.1.4",
"_id": "globs@0.1.4",
"_inBundle": false,
"_integrity": "sha512-D23dWbOq48vlOraoSigbcQV4tWrnhwk+E/Um2cMuDS3/5dwGmdFeA7L/vAvDhLFlQOTDqHcXh35m/71g2A2WzQ==",
"_location": "/globs",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "globs@0.1.4",
"name": "globs",
"escapedName": "globs",
"rawSpec": "0.1.4",
"saveSpec": null,
"fetchSpec": "0.1.4"
},
"_requiredBy": [
"/concatenate"
],
"_resolved": "https://registry.npmjs.org/globs/-/globs-0.1.4.tgz",
"_spec": "0.1.4",
"_where": "/home/henry/Documents/git/Speedtest-checker",
"author": {
"name": "Stephen Mathieson",
"email": "me@stephenmathieson.com"
},
"bugs": {
"url": "https://github.com/stephenmathieson/node-globs/issues"
},
"dependencies": {
"glob": "^7.1.1"
},
"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"
}