mirror of
https://github.com/owenlejeune/AirHockey.git
synced 2025-11-23 07:50:54 -05:00
first commit
This commit is contained in:
66
node_modules/xmlhttprequest-ssl/package.json
generated
vendored
Normal file
66
node_modules/xmlhttprequest-ssl/package.json
generated
vendored
Normal file
@@ -0,0 +1,66 @@
|
||||
{
|
||||
"_args": [
|
||||
[
|
||||
"xmlhttprequest-ssl@1.5.5",
|
||||
"/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project"
|
||||
]
|
||||
],
|
||||
"_from": "xmlhttprequest-ssl@1.5.5",
|
||||
"_id": "xmlhttprequest-ssl@1.5.5",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-wodrBhaKrcQOV9l+gRkayPQ5iz4=",
|
||||
"_location": "/xmlhttprequest-ssl",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "version",
|
||||
"registry": true,
|
||||
"raw": "xmlhttprequest-ssl@1.5.5",
|
||||
"name": "xmlhttprequest-ssl",
|
||||
"escapedName": "xmlhttprequest-ssl",
|
||||
"rawSpec": "1.5.5",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "1.5.5"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/engine.io-client"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz",
|
||||
"_spec": "1.5.5",
|
||||
"_where": "/Volumes/Clear Drive/Code/2406 Web Apps/Assignments/Assignment 3/project",
|
||||
"author": {
|
||||
"name": "Michael de Wit"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "http://github.com/mjwwit/node-XMLHttpRequest/issues"
|
||||
},
|
||||
"dependencies": {},
|
||||
"description": "XMLHttpRequest for Node",
|
||||
"directories": {
|
||||
"lib": "./lib",
|
||||
"example": "./example"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.4.0"
|
||||
},
|
||||
"homepage": "https://github.com/mjwwit/node-XMLHttpRequest#readme",
|
||||
"keywords": [
|
||||
"xhr",
|
||||
"ajax"
|
||||
],
|
||||
"licenses": [
|
||||
{
|
||||
"type": "MIT",
|
||||
"url": "http://creativecommons.org/licenses/MIT/"
|
||||
}
|
||||
],
|
||||
"main": "./lib/XMLHttpRequest.js",
|
||||
"name": "xmlhttprequest-ssl",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/mjwwit/node-XMLHttpRequest.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "cd ./tests && node test-constants.js && node test-events.js && node test-exceptions.js && node test-headers.js && node test-redirect-302.js && node test-redirect-303.js && node test-redirect-307.js && node test-request-methods.js && node test-request-protocols.js"
|
||||
},
|
||||
"version": "1.5.5"
|
||||
}
|
||||
Reference in New Issue
Block a user