Changeset 59329aa for trip-planner-front/node_modules/code-point-at
- 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/code-point-at/package.json
rceaed42 r59329aa 1 1 { 2 "name": "code-point-at", 3 "version": "1.1.0", 4 "description": "ES2015 `String#codePointAt()` ponyfill", 5 "license": "MIT", 6 "repository": "sindresorhus/code-point-at", 2 "_args": [ 3 [ 4 "code-point-at@1.1.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "code-point-at@1.1.0", 10 "_id": "code-point-at@1.1.0", 11 "_inBundle": false, 12 "_integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=", 13 "_location": "/code-point-at", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "code-point-at@1.1.0", 19 "name": "code-point-at", 20 "escapedName": "code-point-at", 21 "rawSpec": "1.1.0", 22 "saveSpec": null, 23 "fetchSpec": "1.1.0" 24 }, 25 "_requiredBy": [ 26 "/gauge/string-width" 27 ], 28 "_resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz", 29 "_spec": "1.1.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/code-point-at/issues" 38 }, 39 "description": "ES2015 `String#codePointAt()` ponyfill", 40 "devDependencies": { 41 "ava": "*", 42 "xo": "^0.16.0" 43 }, 12 44 "engines": { 13 45 "node": ">=0.10.0" 14 },15 "scripts": {16 "test": "xo && ava"17 46 }, 18 47 "files": [ 19 48 "index.js" 20 49 ], 50 "homepage": "https://github.com/sindresorhus/code-point-at#readme", 21 51 "keywords": [ 22 52 "es2015", … … 32 62 "unicode" 33 63 ], 34 "devDependencies": { 35 "ava": "*", 36 "xo": "^0.16.0" 37 } 64 "license": "MIT", 65 "name": "code-point-at", 66 "repository": { 67 "type": "git", 68 "url": "git+https://github.com/sindresorhus/code-point-at.git" 69 }, 70 "scripts": { 71 "test": "xo && ava" 72 }, 73 "version": "1.1.0" 38 74 }
Note:
See TracChangeset
for help on using the changeset viewer.