Changeset 59329aa for trip-planner-front/node_modules/magic-string
- Timestamp:
- 11/23/21 14:58:44 (3 years ago)
- Branches:
- master
- Children:
- e29cc2e
- Parents:
- ceaed42
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/magic-string/package.json
rceaed42 r59329aa 1 1 { 2 "name": "magic-string", 3 "description": "Modify strings, generate sourcemaps", 4 "author": "Rich Harris", 5 "version": "0.25.7", 6 "repository": "https://github.com/rich-harris/magic-string", 7 "main": "dist/magic-string.cjs.js", 8 "module": "dist/magic-string.es.js", 9 "jsnext:main": "dist/magic-string.es.js", 10 "typings": "index.d.ts", 11 "license": "MIT", 2 "_args": [ 3 [ 4 "magic-string@0.25.7", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "magic-string@0.25.7", 10 "_id": "magic-string@0.25.7", 11 "_inBundle": false, 12 "_integrity": "sha512-4CrMT5DOHTDk4HYDlzmwu4FVCcIYI8gauveasrdCu2IKIFOJ3f0v/8MDGJCDL9oD2ppz/Av1b0Nj345H9M+XIA==", 13 "_location": "/magic-string", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "magic-string@0.25.7", 19 "name": "magic-string", 20 "escapedName": "magic-string", 21 "rawSpec": "0.25.7", 22 "saveSpec": null, 23 "fetchSpec": "0.25.7" 24 }, 25 "_requiredBy": [ 26 "/@angular-devkit/core", 27 "/@angular/compiler-cli" 28 ], 29 "_resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.25.7.tgz", 30 "_spec": "0.25.7", 31 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 32 "author": { 33 "name": "Rich Harris" 34 }, 35 "bugs": { 36 "url": "https://github.com/rich-harris/magic-string/issues" 37 }, 12 38 "dependencies": { 13 39 "sourcemap-codec": "^1.4.4" 14 40 }, 41 "description": "Modify strings, generate sourcemaps", 15 42 "devDependencies": { 16 43 "eslint": "^5.16.0", … … 24 51 "source-map-support": "^0.5.12" 25 52 }, 53 "files": [ 54 "dist/*", 55 "index.d.ts", 56 "README.md" 57 ], 58 "homepage": "https://github.com/rich-harris/magic-string#readme", 59 "jsnext:main": "dist/magic-string.es.js", 26 60 "keywords": [ 27 61 "string", … … 31 65 "transpilation" 32 66 ], 67 "license": "MIT", 68 "main": "dist/magic-string.cjs.js", 69 "module": "dist/magic-string.es.js", 70 "name": "magic-string", 71 "repository": { 72 "type": "git", 73 "url": "git+https://github.com/rich-harris/magic-string.git" 74 }, 33 75 "scripts": { 34 "test": "mocha", 35 "pretest": "npm run lint && npm run build", 76 "build": "rollup -c", 36 77 "format": "prettier --single-quote --print-width 100 --use-tabs --write src/*.js src/**/*.js", 37 " build": "rollup -c",78 "lint": "eslint src test", 38 79 "prepare": "npm run build", 39 80 "prepublishOnly": "rm -rf dist && npm test", 40 "lint": "eslint src test", 81 "pretest": "npm run lint && npm run build", 82 "test": "mocha", 41 83 "watch": "rollup -cw" 42 84 }, 43 "files": [ 44 "dist/*", 45 "index.d.ts", 46 "README.md" 47 ] 85 "typings": "index.d.ts", 86 "version": "0.25.7" 48 87 }
Note:
See TracChangeset
for help on using the changeset viewer.