projecte_ionic/node_modules/symbol-observable/package.json
2022-02-09 18:30:03 +01:00

83 lines
2.2 KiB
JSON
Executable file

{
"_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",
"_shasum": "5b425f192279e87f2f9b937ac8540d1984b39205",
"_spec": "symbol-observable@4.0.0",
"_where": "/home/jack/Documents/JDA/m14/projecte_janmaroto/node_modules/@angular/cli",
"author": {
"name": "Ben Lesh",
"email": "ben@benlesh.com"
},
"bugs": {
"url": "https://github.com/blesh/symbol-observable/issues"
},
"bundleDependencies": false,
"deprecated": false,
"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"
}