Gazebo_simulation-Frontend/node_modules/symbol-observable/package.json

86 lines
2.1 KiB
JSON

{
"_args": [
[
"symbol-observable@1.2.0",
"/home/riddhi/simulation/Gazebo_simulation-Frontend"
]
],
"_from": "symbol-observable@1.2.0",
"_id": "symbol-observable@1.2.0",
"_inBundle": false,
"_integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==",
"_location": "/symbol-observable",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "symbol-observable@1.2.0",
"name": "symbol-observable",
"escapedName": "symbol-observable",
"rawSpec": "1.2.0",
"saveSpec": null,
"fetchSpec": "1.2.0"
},
"_requiredBy": [
"/recompose",
"/redux"
],
"_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz",
"_spec": "1.2.0",
"_where": "/home/riddhi/simulation/Gazebo_simulation-Frontend",
"author": {
"name": "Ben Lesh",
"email": "ben@benlesh.com"
},
"bugs": {
"url": "https://github.com/blesh/symbol-observable/issues"
},
"description": "Symbol.observable ponyfill",
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-es3": "^1.0.0",
"chai": "^3.5.0",
"check-es3-syntax-cli": "^0.1.0",
"mocha": "^2.4.5",
"typescript": "^2.1.4"
},
"engines": {
"node": ">=0.10.0"
},
"files": [
"index.js",
"ponyfill.js",
"index.d.ts",
"es/index.js",
"es/ponyfill/js",
"lib/index.js",
"lib/ponyfill.js"
],
"homepage": "https://github.com/blesh/symbol-observable#readme",
"jsnext:main": "es/index.js",
"keywords": [
"symbol",
"observable",
"observables",
"ponyfill",
"polyfill",
"shim"
],
"license": "MIT",
"main": "lib/index.js",
"module": "es/index.js",
"name": "symbol-observable",
"repository": {
"type": "git",
"url": "git+https://github.com/blesh/symbol-observable.git"
},
"scripts": {
"build": "babel es --out-dir lib",
"prepublish": "npm test",
"test": "npm run build && mocha && tsc && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill"
},
"typings": "index.d.ts",
"version": "1.2.0"
}