Changeset 59329aa for trip-planner-front/node_modules/js-tokens
- 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/js-tokens/package.json
rceaed42 r59329aa 1 1 { 2 "name": "js-tokens", 3 "version": "4.0.0", 4 "author": "Simon Lydell", 5 "license": "MIT", 2 "_args": [ 3 [ 4 "js-tokens@4.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "js-tokens@4.0.0", 10 "_id": "js-tokens@4.0.0", 11 "_inBundle": false, 12 "_integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", 13 "_location": "/js-tokens", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "js-tokens@4.0.0", 19 "name": "js-tokens", 20 "escapedName": "js-tokens", 21 "rawSpec": "4.0.0", 22 "saveSpec": null, 23 "fetchSpec": "4.0.0" 24 }, 25 "_requiredBy": [ 26 "/@babel/highlight" 27 ], 28 "_resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", 29 "_spec": "4.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Simon Lydell" 33 }, 34 "bugs": { 35 "url": "https://github.com/lydell/js-tokens/issues" 36 }, 6 37 "description": "A regex that tokenizes JavaScript.", 38 "devDependencies": { 39 "coffeescript": "2.1.1", 40 "esprima": "4.0.0", 41 "everything.js": "1.0.3", 42 "mocha": "5.0.0" 43 }, 44 "files": [ 45 "index.js" 46 ], 47 "homepage": "https://github.com/lydell/js-tokens#readme", 7 48 "keywords": [ 8 49 "JavaScript", … … 12 53 "regex" 13 54 ], 14 "files": [ 15 "index.js" 16 ], 17 "repository": "lydell/js-tokens", 55 "license": "MIT", 56 "name": "js-tokens", 57 "repository": { 58 "type": "git", 59 "url": "git+https://github.com/lydell/js-tokens.git" 60 }, 18 61 "scripts": { 19 "test": "mocha --ui tdd", 62 "build": "node generate-index.js", 63 "dev": "npm run build && npm test", 20 64 "esprima-compare": "node esprima-compare ./index.js everything.js/es5.js", 21 "build": "node generate-index.js", 22 "dev": "npm run build && npm test" 65 "test": "mocha --ui tdd" 23 66 }, 24 "devDependencies": { 25 "coffeescript": "2.1.1", 26 "esprima": "4.0.0", 27 "everything.js": "1.0.3", 28 "mocha": "5.0.0" 29 } 67 "version": "4.0.0" 30 68 }
Note:
See TracChangeset
for help on using the changeset viewer.