128 lines
4.1 KiB
JSON
128 lines
4.1 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
{
|
|
"raw": "symbol-observable@^1.0.3",
|
|
"scope": null,
|
|
"escapedName": "symbol-observable",
|
|
"name": "symbol-observable",
|
|
"rawSpec": "^1.0.3",
|
|
"spec": ">=1.0.3 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"/home/jdaugherty/work/GT2/GT2-Android/node_modules/redux"
|
|
]
|
|
],
|
|
"_from": "symbol-observable@>=1.0.3 <2.0.0",
|
|
"_id": "symbol-observable@1.2.0",
|
|
"_inCache": true,
|
|
"_location": "/symbol-observable",
|
|
"_nodeVersion": "7.7.2",
|
|
"_npmOperationalInternal": {
|
|
"host": "s3://npm-registry-packages",
|
|
"tmp": "tmp/symbol-observable-1.2.0.tgz_1516988510216_0.13035097811371088"
|
|
},
|
|
"_npmUser": {
|
|
"name": "blesh",
|
|
"email": "ben@benlesh.com"
|
|
},
|
|
"_npmVersion": "5.6.0",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"raw": "symbol-observable@^1.0.3",
|
|
"scope": null,
|
|
"escapedName": "symbol-observable",
|
|
"name": "symbol-observable",
|
|
"rawSpec": "^1.0.3",
|
|
"spec": ">=1.0.3 <2.0.0",
|
|
"type": "range"
|
|
},
|
|
"_requiredBy": [
|
|
"/redux"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz",
|
|
"_shasum": "c22688aed4eab3cdc2dfeacbb561660560a00804",
|
|
"_shrinkwrap": null,
|
|
"_spec": "symbol-observable@^1.0.3",
|
|
"_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/redux",
|
|
"author": {
|
|
"name": "Ben Lesh",
|
|
"email": "ben@benlesh.com"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/blesh/symbol-observable/issues"
|
|
},
|
|
"dependencies": {},
|
|
"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"
|
|
},
|
|
"directories": {},
|
|
"dist": {
|
|
"integrity": "sha512-e900nM8RRtGhlV36KGEU9k65K3mPb1WV70OdjfxlG2EAuM1noi/E/BaW/uMhL7bPEssK8QV57vN3esixjUvcXQ==",
|
|
"shasum": "c22688aed4eab3cdc2dfeacbb561660560a00804",
|
|
"tarball": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-1.2.0.tgz"
|
|
},
|
|
"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"
|
|
],
|
|
"gitHead": "4808491bbf8ffc616449420192eec04748e9ea00",
|
|
"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",
|
|
"maintainers": [
|
|
{
|
|
"name": "blesh",
|
|
"email": "ben@benlesh.com"
|
|
},
|
|
{
|
|
"name": "gaearon",
|
|
"email": "dan.abramov@gmail.com"
|
|
},
|
|
{
|
|
"name": "jayphelps",
|
|
"email": "hello@jayphelps.com"
|
|
}
|
|
],
|
|
"module": "es/index.js",
|
|
"name": "symbol-observable",
|
|
"optionalDependencies": {},
|
|
"readme": "# symbol-observable [![Build Status](https://travis-ci.org/benlesh/symbol-observable.svg?branch=master)](https://travis-ci.org/benlesh/symbol-observable)\n\n> [`Symbol.observable`](https://github.com/zenparsing/es-observable) [ponyfill](https://ponyfill.com)\n\n\n## Install\n\n```\n$ npm install --save symbol-observable\n```\n\n\n## Usage\n\n```js\nconst symbolObservable = require('symbol-observable').default;\n\nconsole.log(symbolObservable);\n//=> Symbol(observable)\n```\n\n\n## Related\n\n- [is-observable](https://github.com/sindresorhus/is-observable) - Check if a value is an Observable\n- [observable-to-promise](https://github.com/sindresorhus/observable-to-promise) - Convert an Observable to a Promise\n\n\n## License\n\nMIT © [Sindre Sorhus](https://sindresorhus.com) and [Ben Lesh](https://github.com/benlesh)\n",
|
|
"readmeFilename": "readme.md",
|
|
"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"
|
|
}
|