1 | {
|
---|
2 | "_args": [
|
---|
3 | [
|
---|
4 | "symbol-observable@4.0.0",
|
---|
5 | "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front"
|
---|
6 | ]
|
---|
7 | ],
|
---|
8 | "_development": true,
|
---|
9 | "_from": "symbol-observable@4.0.0",
|
---|
10 | "_id": "symbol-observable@4.0.0",
|
---|
11 | "_inBundle": false,
|
---|
12 | "_integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==",
|
---|
13 | "_location": "/symbol-observable",
|
---|
14 | "_phantomChildren": {},
|
---|
15 | "_requested": {
|
---|
16 | "type": "version",
|
---|
17 | "registry": true,
|
---|
18 | "raw": "symbol-observable@4.0.0",
|
---|
19 | "name": "symbol-observable",
|
---|
20 | "escapedName": "symbol-observable",
|
---|
21 | "rawSpec": "4.0.0",
|
---|
22 | "saveSpec": null,
|
---|
23 | "fetchSpec": "4.0.0"
|
---|
24 | },
|
---|
25 | "_requiredBy": [
|
---|
26 | "/@angular/cli"
|
---|
27 | ],
|
---|
28 | "_resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz",
|
---|
29 | "_spec": "4.0.0",
|
---|
30 | "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front",
|
---|
31 | "author": {
|
---|
32 | "name": "Ben Lesh",
|
---|
33 | "email": "ben@benlesh.com"
|
---|
34 | },
|
---|
35 | "bugs": {
|
---|
36 | "url": "https://github.com/blesh/symbol-observable/issues"
|
---|
37 | },
|
---|
38 | "description": "Symbol.observable ponyfill",
|
---|
39 | "devDependencies": {
|
---|
40 | "babel-cli": "^6.9.0",
|
---|
41 | "babel-preset-es2015": "^6.9.0",
|
---|
42 | "babel-preset-es3": "^1.0.0",
|
---|
43 | "chai": "^3.5.0",
|
---|
44 | "check-es3-syntax-cli": "^0.1.0",
|
---|
45 | "mocha": "^2.4.5",
|
---|
46 | "typescript": "^4.0.5"
|
---|
47 | },
|
---|
48 | "engines": {
|
---|
49 | "node": ">=0.10"
|
---|
50 | },
|
---|
51 | "files": [
|
---|
52 | "index.js",
|
---|
53 | "ponyfill.js",
|
---|
54 | "index.d.ts",
|
---|
55 | "ponyfill.d.ts",
|
---|
56 | "es/index.js",
|
---|
57 | "es/ponyfill.js",
|
---|
58 | "lib/index.js",
|
---|
59 | "lib/ponyfill.js"
|
---|
60 | ],
|
---|
61 | "homepage": "https://github.com/blesh/symbol-observable#readme",
|
---|
62 | "jsnext:main": "es/index.js",
|
---|
63 | "keywords": [
|
---|
64 | "symbol",
|
---|
65 | "observable",
|
---|
66 | "observables",
|
---|
67 | "ponyfill",
|
---|
68 | "polyfill",
|
---|
69 | "shim"
|
---|
70 | ],
|
---|
71 | "license": "MIT",
|
---|
72 | "main": "lib/index.js",
|
---|
73 | "module": "es/index.js",
|
---|
74 | "name": "symbol-observable",
|
---|
75 | "repository": {
|
---|
76 | "type": "git",
|
---|
77 | "url": "git+https://github.com/blesh/symbol-observable.git"
|
---|
78 | },
|
---|
79 | "scripts": {
|
---|
80 | "build": "babel es --out-dir lib",
|
---|
81 | "prepublish": "npm test",
|
---|
82 | "test": "npm run build && mocha && tsc && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill"
|
---|
83 | },
|
---|
84 | "typings": "index.d.ts",
|
---|
85 | "version": "4.0.0"
|
---|
86 | }
|
---|