You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
2.2 KiB
86 lines
2.2 KiB
{
|
|
"_args": [
|
|
[
|
|
"symbol-observable@4.0.0",
|
|
"/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui"
|
|
]
|
|
],
|
|
"_development": true,
|
|
"_from": "symbol-observable@4.0.0",
|
|
"_id": "symbol-observable@4.0.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==",
|
|
"_location": "/symbol-observable",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "symbol-observable@4.0.0",
|
|
"name": "symbol-observable",
|
|
"escapedName": "symbol-observable",
|
|
"rawSpec": "4.0.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "4.0.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/@angular/cli"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz",
|
|
"_spec": "4.0.0",
|
|
"_where": "/Users/satish.ganga/Desktop/EKAM/ekamv5/ahcdashboardui",
|
|
"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": "^4.0.5"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"ponyfill.js",
|
|
"index.d.ts",
|
|
"ponyfill.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": "4.0.0"
|
|
}
|