forked from enviPath/enviPy
Current Dev State
This commit is contained in:
61
static/js/ketcher2/node_modules/umd/package.json
generated
vendored
Normal file
61
static/js/ketcher2/node_modules/umd/package.json
generated
vendored
Normal file
@ -0,0 +1,61 @@
|
||||
{
|
||||
"_from": "umd@^3.0.0",
|
||||
"_id": "umd@3.0.1",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-iuVW4RAR9jwllnCKiDclnwGz1g4=",
|
||||
"_location": "/umd",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "umd@^3.0.0",
|
||||
"name": "umd",
|
||||
"escapedName": "umd",
|
||||
"rawSpec": "^3.0.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^3.0.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/browser-pack"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/umd/-/umd-3.0.1.tgz",
|
||||
"_shasum": "8ae556e11011f63c2596708a8837259f01b3d60e",
|
||||
"_spec": "umd@^3.0.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/browser-pack",
|
||||
"author": {
|
||||
"name": "ForbesLindesay"
|
||||
},
|
||||
"bin": {
|
||||
"umd": "./bin/cli.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/ForbesLindesay/umd/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Universal Module Definition for use in automated build systems",
|
||||
"devDependencies": {
|
||||
"brfs": "^1.3.0",
|
||||
"linify": "~1.0.1",
|
||||
"mocha": "*",
|
||||
"uglify-js": "~2.4.0"
|
||||
},
|
||||
"files": [
|
||||
"index.js",
|
||||
"bin/cli.js"
|
||||
],
|
||||
"homepage": "https://github.com/ForbesLindesay/umd#readme",
|
||||
"license": "MIT",
|
||||
"name": "umd",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ForbesLindesay/umd.git"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "uglifyjs template.js > template.min.js && brfs source.js > index.js",
|
||||
"prepublish": "npm run build && linify transform bin",
|
||||
"test": "npm run build && mocha -R spec"
|
||||
},
|
||||
"version": "3.0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user