Files
30-seconds-of-code/node_modules/exenv/package.json
2019-08-20 15:52:05 +02:00

56 lines
1.4 KiB
JSON

{
"_from": "exenv@^1.2.1",
"_id": "exenv@1.2.2",
"_inBundle": false,
"_integrity": "sha1-KueOhdmJQVhnCwPUe+wfA72Ru50=",
"_location": "/exenv",
"_phantomChildren": {},
"_requested": {
"type": "range",
"registry": true,
"raw": "exenv@^1.2.1",
"name": "exenv",
"escapedName": "exenv",
"rawSpec": "^1.2.1",
"saveSpec": null,
"fetchSpec": "^1.2.1"
},
"_requiredBy": [
"/react-side-effect"
],
"_resolved": "https://registry.npmjs.org/exenv/-/exenv-1.2.2.tgz",
"_shasum": "2ae78e85d9894158670b03d47bec1f03bd91bb9d",
"_spec": "exenv@^1.2.1",
"_where": "/Users/stefanfejes/Projects/30-seconds-of-python-code/node_modules/react-side-effect",
"author": {
"name": "Jed Watson"
},
"bugs": {
"url": "https://github.com/JedWatson/exenv/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "React's ExecutionEnvironment module extracted for use in other packages & components",
"homepage": "https://github.com/JedWatson/exenv",
"keywords": [
"react",
"browser",
"server",
"environment",
"env",
"execution",
"executionenvironment"
],
"license": "BSD-3-Clause",
"main": "index.js",
"name": "exenv",
"repository": {
"type": "git",
"url": "git+https://github.com/JedWatson/exenv.git"
},
"scripts": {
"test": "echo \"See React tests\" && exit 0"
},
"version": "1.2.2"
}