Changeset 59329aa for trip-planner-front/node_modules/is-typedarray
- 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/is-typedarray/package.json
rceaed42 r59329aa 1 1 { 2 "name": "is-typedarray", 3 "version": "1.0.0", 2 "_args": [ 3 [ 4 "is-typedarray@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "is-typedarray@1.0.0", 10 "_id": "is-typedarray@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", 13 "_location": "/is-typedarray", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "is-typedarray@1.0.0", 19 "name": "is-typedarray", 20 "escapedName": "is-typedarray", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/request" 27 ], 28 "_resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", 29 "_spec": "1.0.0", 30 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 31 "author": { 32 "name": "Hugh Kennedy", 33 "email": "hughskennedy@gmail.com", 34 "url": "http://hughsk.io/" 35 }, 36 "bugs": { 37 "url": "https://github.com/hughsk/is-typedarray/issues" 38 }, 39 "dependencies": {}, 4 40 "description": "Detect whether or not an object is a Typed Array", 5 "main": "index.js",6 "scripts": {7 "test": "node test"8 },9 "author": "Hugh Kennedy <hughskennedy@gmail.com> (http://hughsk.io/)",10 "license": "MIT",11 "dependencies": {},12 41 "devDependencies": { 13 42 "tape": "^2.13.1" 14 43 }, 15 "repository": { 16 "type": "git", 17 "url": "git://github.com/hughsk/is-typedarray.git" 18 }, 44 "homepage": "https://github.com/hughsk/is-typedarray", 19 45 "keywords": [ 20 46 "typed", … … 24 50 "util" 25 51 ], 26 "bugs": { 27 "url": "https://github.com/hughsk/is-typedarray/issues" 52 "license": "MIT", 53 "main": "index.js", 54 "name": "is-typedarray", 55 "repository": { 56 "type": "git", 57 "url": "git://github.com/hughsk/is-typedarray.git" 28 58 }, 29 "homepage": "https://github.com/hughsk/is-typedarray" 59 "scripts": { 60 "test": "node test" 61 }, 62 "version": "1.0.0" 30 63 }
Note:
See TracChangeset
for help on using the changeset viewer.