Changeset 59329aa for trip-planner-front/node_modules/ret
- 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/ret/package.json
rceaed42 r59329aa 1 1 { 2 "name": "ret", 2 "_args": [ 3 [ 4 "ret@0.1.15", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "ret@0.1.15", 10 "_id": "ret@0.1.15", 11 "_inBundle": false, 12 "_integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", 13 "_location": "/ret", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "ret@0.1.15", 19 "name": "ret", 20 "escapedName": "ret", 21 "rawSpec": "0.1.15", 22 "saveSpec": null, 23 "fetchSpec": "0.1.15" 24 }, 25 "_requiredBy": [ 26 "/safe-regex" 27 ], 28 "_resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", 29 "_spec": "0.1.15", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Roly Fentanes", 33 "url": "https://github.com/fent" 34 }, 35 "bugs": { 36 "url": "https://github.com/fent/ret.js/issues" 37 }, 3 38 "description": "Tokenizes a string that represents a regular expression.", 39 "devDependencies": { 40 "istanbul": "*", 41 "vows": "*" 42 }, 43 "directories": { 44 "lib": "./lib" 45 }, 46 "engines": { 47 "node": ">=0.12" 48 }, 49 "files": [ 50 "lib" 51 ], 52 "homepage": "https://github.com/fent/ret.js#readme", 4 53 "keywords": [ 5 54 "regex", … … 9 58 "tokenizer" 10 59 ], 11 "version": "0.1.15", 60 "license": "MIT", 61 "main": "./lib/index.js", 62 "name": "ret", 12 63 "repository": { 13 64 "type": "git", 14 65 "url": "git://github.com/fent/ret.js.git" 15 66 }, 16 "author": "Roly Fentanes (https://github.com/fent)",17 "main": "./lib/index.js",18 "files": [19 "lib"20 ],21 67 "scripts": { 22 68 "test": "istanbul cover vows -- --spec test/*-test.js" 23 69 }, 24 "directories": { 25 "lib": "./lib" 26 }, 27 "devDependencies": { 28 "istanbul": "*", 29 "vows": "*" 30 }, 31 "engines": { 32 "node": ">=0.12" 33 }, 34 "license": "MIT" 70 "version": "0.1.15" 35 71 }
Note:
See TracChangeset
for help on using the changeset viewer.