innovationDriveApp/node_modules/can-use-dom/package.json
2018-07-08 22:49:17 +10:00

57 lines
1.4 KiB
JSON

{
"_args": [
[
"can-use-dom@0.1.0",
"/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2"
]
],
"_from": "can-use-dom@0.1.0",
"_id": "can-use-dom@0.1.0",
"_inBundle": false,
"_integrity": "sha1-IsxKNKCrxDlQ9CxkEQJKP2NmtFo=",
"_location": "/can-use-dom",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "can-use-dom@0.1.0",
"name": "can-use-dom",
"escapedName": "can-use-dom",
"rawSpec": "0.1.0",
"saveSpec": null,
"fetchSpec": "0.1.0"
},
"_requiredBy": [
"/react-google-maps"
],
"_resolved": "https://registry.npmjs.org/can-use-dom/-/can-use-dom-0.1.0.tgz",
"_spec": "0.1.0",
"_where": "/Users/omar/Desktop/innovationDriveApp/now-ui-dashboard-react-v1.0.2",
"author": {
"name": "Kiran Abburi"
},
"bugs": {
"url": "https://github.com/akiran/can-use-dom/issues"
},
"description": "Test if you can use dom in the current environment",
"devDependencies": {
"jsdom": "^3.1.0",
"mocha": "^2.1.0",
"should": "^4.6.3"
},
"homepage": "https://github.com/akiran/can-use-dom",
"keywords": [
"isomorphic"
],
"license": "MIT",
"main": "index.js",
"name": "can-use-dom",
"repository": {
"type": "git",
"url": "git+https://github.com/akiran/can-use-dom.git"
},
"scripts": {
"test": "mocha test.js"
},
"version": "0.1.0"
}