forked from enviPath/enviPy
81 lines
1.9 KiB
JSON
81 lines
1.9 KiB
JSON
{
|
|
"_from": "exposify@0.5.0",
|
|
"_id": "exposify@0.5.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha1-+S0AlMJls/VT4fpFagOhiD0QWcw=",
|
|
"_location": "/exposify",
|
|
"_phantomChildren": {
|
|
"core-util-is": "1.0.2",
|
|
"inherits": "2.0.3",
|
|
"object-keys": "0.4.0",
|
|
"string_decoder": "0.10.31"
|
|
},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "exposify@0.5.0",
|
|
"name": "exposify",
|
|
"escapedName": "exposify",
|
|
"rawSpec": "0.5.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "0.5.0"
|
|
},
|
|
"_requiredBy": [
|
|
"#DEV:/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/exposify/-/exposify-0.5.0.tgz",
|
|
"_shasum": "f92d0094c265b3f553e1fa456a03a1883d1059cc",
|
|
"_spec": "exposify@0.5.0",
|
|
"_where": "/home/manfred/enviPath/ketcher2/ketcher",
|
|
"author": {
|
|
"name": "Thorsten Lorenz",
|
|
"email": "thlorenz@gmx.de",
|
|
"url": "http://thlorenz.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/thlorenz/exposify/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"globo": "~1.1.0",
|
|
"map-obj": "~1.0.1",
|
|
"replace-requires": "~1.0.3",
|
|
"through2": "~0.4.0",
|
|
"transformify": "~0.1.1"
|
|
},
|
|
"deprecated": false,
|
|
"description": "browserify transform that exposes globals added via a script tag as modules so they can be required.",
|
|
"devDependencies": {
|
|
"browserify": "~8.1.1",
|
|
"tap": "~0.4.3"
|
|
},
|
|
"engine": {
|
|
"node": ">=0.8"
|
|
},
|
|
"homepage": "https://github.com/thlorenz/exposify",
|
|
"keywords": [
|
|
"browserify",
|
|
"browserify-transform",
|
|
"transform",
|
|
"expose",
|
|
"window",
|
|
"global",
|
|
"require",
|
|
"shim"
|
|
],
|
|
"license": {
|
|
"type": "MIT",
|
|
"url": "https://github.com/thlorenz/exposify/blob/master/LICENSE"
|
|
},
|
|
"main": "index.js",
|
|
"name": "exposify",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/thlorenz/exposify.git"
|
|
},
|
|
"scripts": {
|
|
"test": "tap test/*.js"
|
|
},
|
|
"version": "0.5.0"
|
|
}
|