forked from enviPath/enviPy
Current Dev State
This commit is contained in:
78
static/js/ketcher2/node_modules/rx/package.json
generated
vendored
Normal file
78
static/js/ketcher2/node_modules/rx/package.json
generated
vendored
Normal file
@ -0,0 +1,78 @@
|
||||
{
|
||||
"_from": "rx@^4.1.0",
|
||||
"_id": "rx@4.1.0",
|
||||
"_inBundle": false,
|
||||
"_integrity": "sha1-pfE/957zt0D+MKqAP7CfmIBdR4I=",
|
||||
"_location": "/rx",
|
||||
"_phantomChildren": {},
|
||||
"_requested": {
|
||||
"type": "range",
|
||||
"registry": true,
|
||||
"raw": "rx@^4.1.0",
|
||||
"name": "rx",
|
||||
"escapedName": "rx",
|
||||
"rawSpec": "^4.1.0",
|
||||
"saveSpec": null,
|
||||
"fetchSpec": "^4.1.0"
|
||||
},
|
||||
"_requiredBy": [
|
||||
"/webdriverio/inquirer"
|
||||
],
|
||||
"_resolved": "https://registry.npmjs.org/rx/-/rx-4.1.0.tgz",
|
||||
"_shasum": "a5f13ff79ef3b740fe30aa803fb09f98805d4782",
|
||||
"_spec": "rx@^4.1.0",
|
||||
"_where": "/home/manfred/enviPath/ketcher2/ketcher/node_modules/webdriverio/node_modules/inquirer",
|
||||
"author": {
|
||||
"name": "Cloud Programmability Team",
|
||||
"url": "https://github.com/Reactive-Extensions/RxJS/blob/master/authors.txt"
|
||||
},
|
||||
"browser": {
|
||||
"index.js": "./dist/rx.all.js"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/Reactive-Extensions/RxJS/issues"
|
||||
},
|
||||
"bundleDependencies": false,
|
||||
"dependencies": {},
|
||||
"deprecated": false,
|
||||
"description": "Library for composing asynchronous and event-based operations in JavaScript",
|
||||
"devDependencies": {
|
||||
"benchmark": "*",
|
||||
"grunt": "*",
|
||||
"grunt-cli": "*",
|
||||
"grunt-contrib-concat": "*",
|
||||
"grunt-contrib-connect": "*",
|
||||
"grunt-contrib-copy": "*",
|
||||
"grunt-contrib-jshint": "*",
|
||||
"grunt-contrib-qunit": "*",
|
||||
"grunt-contrib-uglify": "*",
|
||||
"grunt-contrib-watch": "*",
|
||||
"grunt-jscs": "*",
|
||||
"grunt-saucelabs": "*",
|
||||
"load-grunt-tasks": "*"
|
||||
},
|
||||
"homepage": "https://github.com/Reactive-Extensions/RxJS",
|
||||
"jam": {
|
||||
"main": "dist/rx.all.js"
|
||||
},
|
||||
"keywords": [
|
||||
"LINQ",
|
||||
"FRP",
|
||||
"Reactive",
|
||||
"Events",
|
||||
"Rx",
|
||||
"RxJS"
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"main": "index.js",
|
||||
"name": "rx",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/Reactive-Extensions/RxJS.git"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "grunt"
|
||||
},
|
||||
"title": "Reactive Extensions for JavaScript (RxJS)",
|
||||
"version": "4.1.0"
|
||||
}
|
||||
Reference in New Issue
Block a user