Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/source-map-resolve/readme.md

    r59329aa re29cc2e  
    6161============
    6262
    63 `npm install source-map-resolve`
     63- `npm install source-map-resolve`
     64- `bower install source-map-resolve`
     65- `component install lydell/source-map-resolve`
     66
     67Works with CommonJS, AMD and browser globals, through UMD.
     68
     69Note: This module requires `setImmediate` and `atob`.
     70Use polyfills if needed, such as:
     71
     72- <https://github.com/NobleJS/setImmediate>
     73- <https://github.com/davidchambers/Base64.js>
     74
    6475
    6576Usage
     
    188199
    189200
     201Development
     202===========
     203
     204Tests
     205-----
     206
     207First off, run `npm install` to install testing modules and browser polyfills.
     208
     209`npm test` lints the code and runs the test suite in Node.js.
     210
     211x-package.json5
     212---------------
     213
     214package.json, component.json and bower.json are all generated from
     215x-package.json5 by using [`xpkg`]. Only edit x-package.json5, and remember to
     216run `xpkg` before commiting!
     217
     218[`xpkg`]: https://github.com/kof/node-xpkg
     219
     220Generating the browser version
     221------------------------------
     222
     223source-map-resolve.js is generated from source-map-resolve-node.js and
     224source-map-resolve-template.js. Only edit the two latter files, _not_
     225source-map-resolve.js! To generate it, run `npm run build`.
     226
     227
    190228License
    191229=======
Note: See TracChangeset for help on using the changeset viewer.