Ignore:
Timestamp:
11/23/21 14:58:44 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
e29cc2e
Parents:
ceaed42
Message:

adding photos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/symbol-observable/package.json

    rceaed42 r59329aa  
    11{
    2   "name": "symbol-observable",
    3   "version": "4.0.0",
    4   "description": "Symbol.observable ponyfill",
    5   "license": "MIT",
    6   "repository": "blesh/symbol-observable",
     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",
    731  "author": {
    832    "name": "Ben Lesh",
    933    "email": "ben@benlesh.com"
    1034  },
    11   "scripts": {
    12     "test": "npm run build && mocha && tsc && node ./ts-test/test.js && check-es3-syntax -p lib/ --kill",
    13     "build": "babel es --out-dir lib",
    14     "prepublish": "npm test"
     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"
    1550  },
    1651  "files": [
     
    2459    "lib/ponyfill.js"
    2560  ],
    26   "main": "lib/index.js",
    27   "module": "es/index.js",
     61  "homepage": "https://github.com/blesh/symbol-observable#readme",
    2862  "jsnext:main": "es/index.js",
    29   "typings": "index.d.ts",
    3063  "keywords": [
    3164    "symbol",
     
    3669    "shim"
    3770  ],
    38   "devDependencies": {
    39     "babel-cli": "^6.9.0",
    40     "babel-preset-es2015": "^6.9.0",
    41     "babel-preset-es3": "^1.0.0",
    42     "chai": "^3.5.0",
    43     "check-es3-syntax-cli": "^0.1.0",
    44     "mocha": "^2.4.5",
    45     "typescript": "^4.0.5"
     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"
    4678  },
    47   "engines": {
    48     "node": ">=0.10"
    49   }
     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"
    5086}
Note: See TracChangeset for help on using the changeset viewer.