Changeset 59329aa for trip-planner-front/node_modules/shebang-regex
- 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/shebang-regex/package.json
rceaed42 r59329aa 1 1 { 2 "name": "shebang-regex", 3 "version": "1.0.0", 4 "description": "Regular expression for matching a shebang", 5 "license": "MIT", 6 "repository": "sindresorhus/shebang-regex", 2 "_args": [ 3 [ 4 "shebang-regex@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "shebang-regex@1.0.0", 10 "_id": "shebang-regex@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-2kL0l0DAtC2yypcoVxyxkMmO/qM=", 13 "_location": "/shebang-regex", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "shebang-regex@1.0.0", 19 "name": "shebang-regex", 20 "escapedName": "shebang-regex", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/shebang-command" 27 ], 28 "_resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 7 31 "author": { 8 32 "name": "Sindre Sorhus", … … 10 34 "url": "sindresorhus.com" 11 35 }, 36 "bugs": { 37 "url": "https://github.com/sindresorhus/shebang-regex/issues" 38 }, 39 "description": "Regular expression for matching a shebang", 40 "devDependencies": { 41 "ava": "0.0.4" 42 }, 12 43 "engines": { 13 44 "node": ">=0.10.0" 14 },15 "scripts": {16 "test": "node test.js"17 45 }, 18 46 "files": [ 19 47 "index.js" 20 48 ], 49 "homepage": "https://github.com/sindresorhus/shebang-regex#readme", 21 50 "keywords": [ 22 51 "re", … … 27 56 "test" 28 57 ], 29 "devDependencies": { 30 "ava": "0.0.4" 31 } 58 "license": "MIT", 59 "name": "shebang-regex", 60 "repository": { 61 "type": "git", 62 "url": "git+https://github.com/sindresorhus/shebang-regex.git" 63 }, 64 "scripts": { 65 "test": "node test.js" 66 }, 67 "version": "1.0.0" 32 68 }
Note:
See TracChangeset
for help on using the changeset viewer.