- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/source-map-resolve/readme.md
r59329aa re29cc2e 61 61 ============ 62 62 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 67 Works with CommonJS, AMD and browser globals, through UMD. 68 69 Note: This module requires `setImmediate` and `atob`. 70 Use polyfills if needed, such as: 71 72 - <https://github.com/NobleJS/setImmediate> 73 - <https://github.com/davidchambers/Base64.js> 74 64 75 65 76 Usage … … 188 199 189 200 201 Development 202 =========== 203 204 Tests 205 ----- 206 207 First 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 211 x-package.json5 212 --------------- 213 214 package.json, component.json and bower.json are all generated from 215 x-package.json5 by using [`xpkg`]. Only edit x-package.json5, and remember to 216 run `xpkg` before commiting! 217 218 [`xpkg`]: https://github.com/kof/node-xpkg 219 220 Generating the browser version 221 ------------------------------ 222 223 source-map-resolve.js is generated from source-map-resolve-node.js and 224 source-map-resolve-template.js. Only edit the two latter files, _not_ 225 source-map-resolve.js! To generate it, run `npm run build`. 226 227 190 228 License 191 229 =======
Note:
See TracChangeset
for help on using the changeset viewer.