Changeset 59329aa for trip-planner-front/node_modules/isarray/package.json
- 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/isarray/package.json
rceaed42 r59329aa 1 1 { 2 "name": "isarray", 2 "_args": [ 3 [ 4 "isarray@1.0.0", 5 "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front" 6 ] 7 ], 8 "_development": true, 9 "_from": "isarray@1.0.0", 10 "_id": "isarray@1.0.0", 11 "_inBundle": false, 12 "_integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=", 13 "_location": "/isarray", 14 "_phantomChildren": {}, 15 "_requested": { 16 "type": "version", 17 "registry": true, 18 "raw": "isarray@1.0.0", 19 "name": "isarray", 20 "escapedName": "isarray", 21 "rawSpec": "1.0.0", 22 "saveSpec": null, 23 "fetchSpec": "1.0.0" 24 }, 25 "_requiredBy": [ 26 "/are-we-there-yet/readable-stream", 27 "/hpack.js/readable-stream", 28 "/memory-fs/readable-stream", 29 "/unset-value/has-value/isobject", 30 "/webpack-dev-server/readable-stream" 31 ], 32 "_resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", 33 "_spec": "1.0.0", 34 "_where": "C:\\Users\\DELL\\Desktop\\bachelor-thesis\\trip-planner-front", 35 "author": { 36 "name": "Julian Gruber", 37 "email": "mail@juliangruber.com", 38 "url": "http://juliangruber.com" 39 }, 40 "bugs": { 41 "url": "https://github.com/juliangruber/isarray/issues" 42 }, 43 "dependencies": {}, 3 44 "description": "Array#isArray for older browsers", 4 "version": "1.0.0",5 "repository": {6 "type": "git",7 "url": "git://github.com/juliangruber/isarray.git"8 },9 "homepage": "https://github.com/juliangruber/isarray",10 "main": "index.js",11 "dependencies": {},12 45 "devDependencies": { 13 46 "tape": "~2.13.4" 14 47 }, 48 "homepage": "https://github.com/juliangruber/isarray", 15 49 "keywords": [ 16 50 "browser", … … 18 52 "array" 19 53 ], 20 "author": { 21 "name": "Julian Gruber", 22 "email": "mail@juliangruber.com", 23 "url": "http://juliangruber.com" 54 "license": "MIT", 55 "main": "index.js", 56 "name": "isarray", 57 "repository": { 58 "type": "git", 59 "url": "git://github.com/juliangruber/isarray.git" 24 60 }, 25 "license": "MIT", 61 "scripts": { 62 "test": "tape test.js" 63 }, 26 64 "testling": { 27 65 "files": "test.js", … … 40 78 ] 41 79 }, 42 "scripts": { 43 "test": "tape test.js" 44 } 80 "version": "1.0.0" 45 81 }
Note:
See TracChangeset
for help on using the changeset viewer.